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