Home
last modified time | relevance | path

Searched full:modfilenameoffset (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp200 W.printNumber("ModFilenameOffset", FileStatic.Header.ModFilenameOffset); in visitFileStaticSym()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp224 W.printNumber("ModFilenameOffset", FileStatic.ModFilenameOffset); in visitKnownRecord()
DSymbolRecordMapping.cpp158 error(IO.mapInteger(FileStatic.ModFilenameOffset)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp224 W.printNumber("ModFilenameOffset", FileStatic.ModFilenameOffset); in visitKnownRecord()
DSymbolRecordMapping.cpp158 error(IO.mapInteger(FileStatic.ModFilenameOffset)); in visitKnownRecord()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp494 SymGroup->getNameFromStringTable(FS.ModFilenameOffset); in visitKnownRecord()
497 typeIndex(FS.Index), FS.ModFilenameOffset, *FileName, in visitKnownRecord()
504 typeIndex(FS.Index), FS.ModFilenameOffset, in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp488 IO.mapRequired("ModFilenameOffset", Symbol.ModFilenameOffset); in map()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp511 IO.mapRequired("ModFilenameOffset", Symbol.ModFilenameOffset); in map()
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-file-statics-a.yaml1332 ModFilenameOffset: 37
1502 ModFilenameOffset: 37
Dpdb-file-statics-b.yaml1307 ModFilenameOffset: 37
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h695 uint32_t ModFilenameOffset = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h688 uint32_t ModFilenameOffset = 0; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1021 ulittle32_t ModFilenameOffset; // Index of mod filename in string table member