Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.h44 uint32_t RecordOffset = 0; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h411 return RecordAccessor(StackMapSection.data() + RecordOffset); in getRecord() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1536 SD.AddFixups = [&, ObjCImageInfoSym](size_t RecordOffset) mutable { in populateObjCRuntimeObject()