Home
last modified time | relevance | path

Searched refs:printFileNameForOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h144 Error printFileNameForOffset(StringRef Label, uint32_t FileOffset,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp151 Error LVCodeViewReader::printFileNameForOffset(StringRef Label, in printFileNameForOffset() function in LVCodeViewReader
250 if (Error Err = printFileNameForOffset("FileID", FileOffset, SG)) in collectInlineeInfo()
258 if (Error Err = printFileNameForOffset("FileID", FID, SG)) in collectInlineeInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp137 void printFileNameForOffset(StringRef Label, uint32_t FileOffset);
1366 printFileNameForOffset("Filename", Entry.NameIndex); in printCodeViewSymbolSection()
1450 printFileNameForOffset("FileID", Line.Header->FileID); in printCodeViewInlineeLines()
1457 printFileNameForOffset("FileID", FID); in printCodeViewInlineeLines()
1480 void COFFDumper::printFileNameForOffset(StringRef Label, uint32_t FileOffset) { in printFileNameForOffset() function in COFFDumper