Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp135 void printFileNameForOffset(StringRef Label, uint32_t FileOffset);
1229 printFileNameForOffset("Filename", Entry.NameIndex); in printCodeViewSymbolSection()
1313 printFileNameForOffset("FileID", Line.Header->FileID); in printCodeViewInlineeLines()
1320 printFileNameForOffset("FileID", FID); in printCodeViewInlineeLines()
1343 void COFFDumper::printFileNameForOffset(StringRef Label, uint32_t FileOffset) { in printFileNameForOffset() function in COFFDumper