Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp54 std::make_unique<llvm::symbolize::LLVMPrinter>(OS, OS, Config); in __sanitizer_symbolize_code()
83 std::make_unique<llvm::symbolize::LLVMPrinter>(OS, OS, Config); in __sanitizer_symbolize_data()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h107 class LLVMPrinter : public PlainPrinterBase {
114 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter() function
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp336 Printer = std::make_unique<LLVMPrinter>(outs(), errs(), Config); in main()