Searched refs:LLVMPrinter (Results 1 – 4 of 4) sorted by relevance
61 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()
106 class LLVMPrinter : public PlainPrinterBase {113 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter() function
132 void LLVMPrinter::printSimpleLocation(StringRef Filename, in printSimpleLocation()163 void LLVMPrinter::printStartAddress(const DILineInfo &Info) { in printStartAddress()171 void LLVMPrinter::printFooter() { OS << '\n'; } in printFooter()
476 Printer = std::make_unique<LLVMPrinter>(outs(), errs(), Config); in main()