Home
last modified time | relevance | path

Searched refs:LLVMPrinter (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h106 class LLVMPrinter : public PlainPrinterBase {
113 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp134 void LLVMPrinter::printSimpleLocation(StringRef Filename, in printSimpleLocation()
165 void LLVMPrinter::printStartAddress(const DILineInfo &Info) { in printStartAddress()
173 void LLVMPrinter::printFooter() { OS << '\n'; } in printFooter()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp335 Printer = std::make_unique<LLVMPrinter>(outs(), errs(), Config); in main()