Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp424 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord()
425 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp151 W.printNumber("ThunkOff", Tramp.ThunkOffset); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp315 IO.mapRequired("ThunkOff", Symbol.ThunkOffset); in map()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h98 uint32_t ThunkOffset = 0; variable