Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp61 std::make_unique<llvm::symbolize::LLVMPrinter>(OS, OS, Config); in __sanitizer_symbolize_code()
90 std::make_unique<llvm::symbolize::LLVMPrinter>(OS, OS, Config); in __sanitizer_symbolize_data()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp132 void LLVMPrinter::printSimpleLocation(StringRef Filename, in printSimpleLocation()
163 void LLVMPrinter::printStartAddress(const DILineInfo &Info) { in printStartAddress()
171 void LLVMPrinter::printFooter() { OS << '\n'; } in printFooter()
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp476 Printer = std::make_unique<LLVMPrinter>(outs(), errs(), Config); in main()