| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolData.cpp | 40 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 D | DWARFAcceleratorTable.cpp | 177 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 D | InterpBlock.h | |
| /llvm-project/llvm/test/DebugInfo/COFF/ |
| H A D | globals.ll | 64 ; 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 D | fortran-basic.ll | 61 ; 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 D | int8-char-type.ll | 10 ; CHECK-NEXT: DataOffset: 18 ; CHECK-NEXT: DataOffset:
|
| H A D | globals-discarded.ll | 8 ; CHECK: .secrel32 x # DataOffset
|
| H A D | types-std-nullptr-t.ll | 13 ; CHECK: DataOffset: ?NullPtr@@3$$TA+0x0
|
| H A D | long-name.ll | 19 ; CHECK: DataOffset: {{V+E}}
|
| H A D | types-array-unsized.ll | 42 ; CHECK-NEXT: DataOffset: ?str@Foo@@2QBDB+0x0
|
| H A D | global_rust.ll | 31 ; CHECK: DataOffset: .rdata+0x8
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 434 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 D | DWARFAcceleratorTable.h | 132 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 D | MachOLinkGraphBuilder.cpp | 122 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 D | s_udt.s | 213 .secrel32 "?S@@3UStruct@@A" # DataOffset 221 .secrel32 "?SS@@3UStruct@@A" # DataOffset 229 .secrel32 "?I@@3HA" # DataOffset
|
| H A D | pdb-inlinees.s | 188 .secrel32 x # DataOffset
|
| H A D | pdb-inlinees-extrafiles.s | 190 .secrel32 x # DataOffset
|
| /llvm-project/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 301 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 222 error(IO.mapInteger(Data.DataOffset)); in visitKnownRecord() 451 error(IO.mapInteger(Data.DataOffset)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 298 Data.DataOffset, &LinkageName); in visitKnownRecord() 628 Data.DataOffset, &LinkageName); in visitKnownRecord()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 2010 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 D | CodeViewYAMLSymbols.cpp | 575 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 D | SymbolRecord.h | 969 uint32_t DataOffset = 0; variable 991 uint32_t DataOffset = 0; variable
|
| /llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 63 int DataOffset : 31; member
|
| /llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 387 return {record.Segment, record.DataOffset}; in GetSegmentAndOffset() 393 return {record.Segment, record.DataOffset}; in GetSegmentAndOffset()
|