Searched refs:LLVMPrinter (Results 1 – 3 of 3) sorted by relevance
106 class LLVMPrinter : public PlainPrinterBase {113 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()
335 Printer = std::make_unique<LLVMPrinter>(outs(), errs(), Config); in main()