Home
last modified time | relevance | path

Searched refs:RecordOffset (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h47 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset) in ProcSym() argument
48 : SymbolRecord(Kind), RecordOffset(RecordOffset) {} in ProcSym()
51 return RecordOffset + RelocationOffset; in getRelocationOffset()
66 uint32_t RecordOffset = 0; variable
73 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset) in Thunk32Sym() argument
74 : SymbolRecord(Kind), RecordOffset(RecordOffset) {} in Thunk32Sym()
86 uint32_t RecordOffset = 0; variable
93 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset) in TrampolineSym() argument
94 : SymbolRecord(Kind), RecordOffset(RecordOffset) {} in TrampolineSym()
103 uint32_t RecordOffset = 0; variable
[all …]
H A DSymbolDeserializer.h85 Record.RecordOffset = in visitKnownRecordImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.h26 const codeview::ProcSym &Sym, uint32_t RecordOffset);
44 uint32_t RecordOffset = 0; variable
H A DSymbolCache.h176 uint32_t RecordOffset) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp30 RecordOffset(Offset) {} in NativeFunctionSymbol()
113 auto Start = Syms.at(RecordOffset); in findInlineFramesByVA()
H A DSymbolCache.cpp303 uint32_t RecordOffset) const { in getOrCreateInlineSymbol()
304 auto Iter = SymTabOffsetToSymbolId.find({Modi, RecordOffset}); in getOrCreateInlineSymbol()
309 SymTabOffsetToSymbolId.insert({{Modi, RecordOffset}, Id}); in getOrCreateInlineSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h410 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
411 return RecordAccessor(StackMapSection.data() + RecordOffset); in getRecord() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1512 unique_function<void(size_t RecordOffset)> AddFixups; in populateObjCRuntimeObject()
1536 SD.AddFixups = [&, ObjCImageInfoSym](size_t RecordOffset) mutable { in populateObjCRuntimeObject() argument
1574 RecordOffset + ((char *)&SD.Sec.addr - (char *)&SD.Sec), in populateObjCRuntimeObject()