Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp483 SymGroup->getNameFromStringTable(FS.ModFilenameOffset); in visitKnownRecord()
486 typeIndex(FS.Index), FS.ModFilenameOffset, *FileName, in visitKnownRecord()
493 typeIndex(FS.Index), FS.ModFilenameOffset, in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDSymbolRecordMapping.cpp158 error(IO.mapInteger(FileStatic.ModFilenameOffset)); in visitKnownRecord()
HDSymbolDumper.cpp224 W.printNumber("ModFilenameOffset", FileStatic.ModFilenameOffset); in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLSymbols.cpp488 IO.mapRequired("ModFilenameOffset", Symbol.ModFilenameOffset); in map()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h688 uint32_t ModFilenameOffset = 0; variable