Home
last modified time | relevance | path

Searched refs:DataOffset (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp40 uint32_t DataOffset = RawSymbol->getAddressOffset(); in getCompilandId() local
43 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
50 Section->getAddressOffset() <= DataOffset && in getCompilandId()
51 (Section->getAddressOffset() + Section->getLength()) > DataOffset) in getCompilandId()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp177 uint64_t *DataOffset) const { in dumpName()
178 uint64_t NameOffset = *DataOffset; in dumpName()
179 if (!AccelSection.isValidOffsetForDataOfSize(*DataOffset, 4)) { in dumpName()
183 uint64_t StringOffset = AccelSection.getRelocatedValue(4, DataOffset); in dumpName()
191 unsigned NumData = AccelSection.getU32(DataOffset); in dumpName()
197 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
258 uint64_t DataOffset = AccelSection.getU32(&OffsetsOffset); in dump() local
260 if (!AccelSection.isValidOffset(DataOffset)) { in dump()
264 while (dumpName(W, AtomForms, &DataOffset)) in dump()
309 const AppleAcceleratorTable &AccelTable, uint64_t DataOffset) in SameNameIterator() argument
367 uint64_t DataOffset = *MaybeDataOffset; equal_range() local
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dglobals.ll64 ; ASM-NEXT: .secrel32 "?first@@3HA" # DataOffset
71 ; ASM-NEXT: .secrel32 "?middle@@3PEBHEB" # DataOffset
78 ; ASM-NEXT: .secrel32 "?globalTLS@foo@@3HA" # DataOffset
85 ; ASM-NEXT: .secrel32 "?justGlobal@foo@@3HA" # DataOffset
92 ; ASM-NEXT: .secrel32 "?last@@3HA" # DataOffset
117 ; ASM-NEXT: .secrel32 "?globalStatic@foo@@3HA" # DataOffset
124 ; ASM-NEXT: .secrel32 "?staticTLS@foo@@3HA" # DataOffset
135 ; ASM-NEXT: .secrel32 "?comdat@?$A@X@@2HB" # DataOffset
144 ; ASM-NEXT: .secrel32 "?DataStaticTLS@Data@foo@@2HA" # DataOffset
154 ; ASM-NEXT: .secrel32 "?DataStatic@Data@foo@@2HA" # DataOffset
[all …]
H A Dfortran-basic.ll61 ; CHECK: DataOffset: ARRAY$ARRAY2+0x0
66 ; CHECK: DataOffset: ARRAY$ARRAY1+0x0
71 ; CHECK: DataOffset: COM+0x0
76 ; CHECK: DataOffset: COM+0x8
81 ; CHECK: DataOffset: COM+0xC
H A Dint8-char-type.ll10 ; CHECK-NEXT: DataOffset:
18 ; CHECK-NEXT: DataOffset:
H A Dglobals-discarded.ll8 ; CHECK: .secrel32 x # DataOffset
H A Dtypes-std-nullptr-t.ll13 ; CHECK: DataOffset: ?NullPtr@@3$$TA+0x0
H A Dlong-name.ll19 ; CHECK: DataOffset: {{V+E}}
H A Dtypes-array-unsized.ll42 ; CHECK-NEXT: DataOffset: ?str@Foo@@2QBDB+0x0
H A Dglobal_rust.ll31 ; CHECK: DataOffset: .rdata+0x8
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp434 auto DataOffset = Member->getDataOffset(); in buildObjectFilesMap()
435 if (!Visited.count(DataOffset)) { in buildObjectFilesMap()
436 Visited.insert(DataOffset); in buildObjectFilesMap()
442 Excluded.insert(DataOffset); in buildObjectFilesMap()
455 MemoryBuffers[DataOffset] = MemBuffer; in getSliceRangeForArch()
457 if (!Excluded.count(DataOffset)) in getSliceRangeForArch()
459 MemoryBuffers[DataOffset]; in getSliceRangeForArch()
430 auto DataOffset = Member->getDataOffset(); buildObjectFilesMap() local
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h132 uint64_t *DataOffset) const;
246 /// Construct a new iterator for the entries at \p DataOffset.
248 uint64_t DataOffset);
714 uint64_t DataOffset = 0; ///< Offset into the section.
752 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset;
713 uint64_t DataOffset = 0; ///< Offset into the section. global() variable
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp122 uint32_t DataOffset = 0; in createNormalizedSections()
139 DataOffset = Sec64.offset; in createNormalizedSections()
152 DataOffset = Sec32.offset; in createNormalizedSections()
165 if (DataOffset + NSec.Size > Obj.getData().size()) in createNormalizedSections()
169 NSec.Data = Obj.getData().data() + DataOffset; in createNormalizedSections()
130 uint32_t DataOffset = 0; createNormalizedSections() local
/llvm-project/lld/test/COFF/
H A Ds_udt.s213 .secrel32 "?S@@3UStruct@@A" # DataOffset
221 .secrel32 "?SS@@3UStruct@@A" # DataOffset
229 .secrel32 "?I@@3HA" # DataOffset
H A Dpdb-inlinees.s188 .secrel32 x # DataOffset
H A Dpdb-inlinees-extrafiles.s190 .secrel32 x # DataOffset
/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h301 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp222 error(IO.mapInteger(Data.DataOffset)); in visitKnownRecord()
451 error(IO.mapInteger(Data.DataOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp298 Data.DataOffset, &LinkageName); in visitKnownRecord()
628 Data.DataOffset, &LinkageName); in visitKnownRecord()
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2010 uint32_t DataOffset = data.getAddressOffset(); in GetCompilandId()
2013 m_session_up->addressForRVA(RVA, DataSection, DataOffset); in GetCompilandId()
2019 auto it = llvm::upper_bound(sec_cs, DataOffset, pred_upper); in GetCompilandId()
2022 if (DataOffset < it->Offset + it->Size) in GetCompilandId()
2025 uint32_t DataOffset = data.getAddressOffset(); GetCompilandId() local
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp575 IO.mapOptional("Offset", Symbol.DataOffset, 0U); in map()
582 IO.mapOptional("Offset", Symbol.DataOffset, 0U); in map()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h969 uint32_t DataOffset = 0; variable
991 uint32_t DataOffset = 0; variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h63 int DataOffset : 31; member
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp387 return {record.Segment, record.DataOffset}; in GetSegmentAndOffset()
393 return {record.Segment, record.DataOffset}; in GetSegmentAndOffset()

12