Searched refs:LLVMPrinter (Results 1 – 4 of 4) sorted by relevance
71 auto Printer = std::make_unique<llvm::symbolize::LLVMPrinter>( in __sanitizer_symbolize_code() 103 auto Printer = std::make_unique<llvm::symbolize::LLVMPrinter>( in __sanitizer_symbolize_data() 126 auto Printer = std::make_unique<llvm::symbolize::LLVMPrinter>( in __sanitizer_symbolize_demangle()
108 class LLVM_ABI LLVMPrinter : public PlainPrinterBase {115 LLVMPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in LLVMPrinter() function
132 void LLVMPrinter::printSimpleLocation(StringRef Filename, in printSimpleLocation()170 void LLVMPrinter::printStartAddress(const DILineInfo &Info) { in printStartAddress()178 void LLVMPrinter::printFooter() { OS << '\n'; } in printFooter()
570 Printer = std::make_unique<LLVMPrinter>(outs(), printError, Config); in llvm_symbolizer_main()