Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h81 virtual void printStartAddress(const DILineInfo &Info) {} in printStartAddress() function
109 void printStartAddress(const DILineInfo &Info) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp158 printStartAddress(Info); in printVerbose()
165 void LLVMPrinter::printStartAddress(const DILineInfo &Info) { in printStartAddress() function in llvm::symbolize::LLVMPrinter