Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp465 SymGroup->getNameFromStringTable(FS.ModFilenameOffset); in visitKnownRecord()
468 typeIndex(FS.Index), FS.ModFilenameOffset, *FileName, in visitKnownRecord()
475 typeIndex(FS.Index), FS.ModFilenameOffset, in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp159 error(IO.mapInteger(FileStatic.ModFilenameOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp225 W.printNumber("ModFilenameOffset", FileStatic.ModFilenameOffset); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp489 IO.mapRequired("ModFilenameOffset", Symbol.ModFilenameOffset); in map()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h689 uint32_t ModFilenameOffset; variable