Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h46 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset) in ProcSym() argument
47 : SymbolRecord(Kind), RecordOffset(RecordOffset) {} in ProcSym()
50 return RecordOffset + RelocationOffset; in getRelocationOffset()
65 uint32_t RecordOffset = 0; variable
72 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset) in Thunk32Sym() argument
73 : SymbolRecord(Kind), RecordOffset(RecordOffset) {} in Thunk32Sym()
85 uint32_t RecordOffset = 0; variable
92 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset) in TrampolineSym() argument
93 : SymbolRecord(Kind), RecordOffset(RecordOffset) {} in TrampolineSym()
102 uint32_t RecordOffset = 0; variable
[all …]
H A DSymbolDeserializer.h85 Record.RecordOffset = in visitKnownRecordImpl()
/src/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.h174 uint32_t RecordOffset) const;
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h410 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord() local
411 return RecordAccessor(StackMapSection.data() + RecordOffset); in getRecord()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1489 unique_function<void(size_t RecordOffset)> AddFixups; in populateObjCRuntimeObject()
1512 SD.AddFixups = [&](size_t RecordOffset) { in populateObjCRuntimeObject() argument
1557 RecordOffset + ((char *)&SD.Sec.addr - (char *)&SD.Sec), in populateObjCRuntimeObject()