Searched refs:OutputKind (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DPipelinePrinter.h39 View::OutputKind OutputKind; member in class:llvm::mca::PipelinePrinter
42 PipelinePrinter(Pipeline &pipeline, View::OutputKind OutputKind) argument
43 : P(pipeline), OutputKind(OutputKind) {}
H A DPipelinePrinter.cpp22 V->printView(OutputKind, OS);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DView.h28 enum OutputKind { OK_READABLE, OK_JSON }; enum in class:llvm::mca::View
30 void printView(OutputKind OutputKind, llvm::raw_ostream &OS) { argument
31 if (OutputKind == OK_JSON)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.h37 enum OutputKind { enum in namespace:llvm::opt_tool
72 opt_tool::OutputKind OK, opt_tool::VerifierKind VK,
H A DNewPMDriver.cpp240 OutputKind OK, VerifierKind VK,
H A Dopt.cpp815 OutputKind OK = OK_NoOutput;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp41 OutputKind(K), OutputFormat(Format), FilterString(FilterString),
60 Out << (OutputKind != Print ? "Dumping " : "Printing ") << getName(D)
85 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull);
91 } else if (OutputKind == Print) {
94 } else if (OutputKind != None) {
95 D->dump(Out, OutputKind == DumpFull, OutputFormat);
116 Kind OutputKind; member in class:__anon613::ASTPrinter
125 /// results will be output with a format determined by OutputKind. This is
126 /// incompatible with OutputKind
[all...]

Completed in 363 milliseconds