Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp156 printStartAddress(Info); in printVerbose()
163 void LLVMPrinter::printStartAddress(const DILineInfo &Info) { in printStartAddress() function in llvm::symbolize::LLVMPrinter