Home
last modified time | relevance | path

Searched defs:RecordOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h47 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset) in ProcSym()
66 uint32_t RecordOffset = 0; variable
73 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset) in Thunk32Sym()
86 uint32_t RecordOffset = 0; variable
93 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset) in TrampolineSym()
103 uint32_t RecordOffset = 0; variable
110 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset) in SectionSym()
120 uint32_t RecordOffset = 0; variable
127 CoffGroupSym(SymbolRecordKind Kind, uint32_t RecordOffset) in CoffGroupSym()
136 uint32_t RecordOffset = 0; variable
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp258 size_t RecordOffset, size_t RecordLength, in processCIE()
384 size_t RecordOffset, size_t RecordLength, in processFDE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h391 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord() local