Home
last modified time | relevance | path

Searched refs:printSimpleLocation (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h77 virtual void printSimpleLocation(StringRef Filename,
108 void printSimpleLocation(StringRef Filename, const DILineInfo &Info) override;
119 void printSimpleLocation(StringRef Filename, const DILineInfo &Info) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp134 void LLVMPrinter::printSimpleLocation(StringRef Filename, in printSimpleLocation() function in llvm::symbolize::LLVMPrinter
141 void GNUPrinter::printSimpleLocation(StringRef Filename, in printSimpleLocation() function in llvm::symbolize::GNUPrinter
183 printSimpleLocation(Filename, Info); in print()