Home
last modified time | relevance | path

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

123

/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp99 unsigned DataOffset = AccelSection.getU32(&OffsetsOffset); in dump() local
100 OS << format(" Hash = 0x%08x Offset = 0x%08x\n", Hash, DataOffset); in dump()
101 if (!AccelSection.isValidOffset(DataOffset)) { in dump()
105 while (AccelSection.isValidOffsetForDataOfSize(DataOffset, 4)) { in dump()
106 unsigned StringOffset = AccelSection.getU32(&DataOffset); in dump()
107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump()
114 unsigned NumData = AccelSection.getU32(&DataOffset); in dump()
120 if (Atom.extractValue(AccelSection, &DataOffset, nullptr)) in dump()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp41 uint32_t DataOffset = RawSymbol->getAddressOffset(); in getCompilandId() local
44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
51 Section->getAddressOffset() <= DataOffset && in getCompilandId()
52 (Section->getAddressOffset() + Section->getLength()) > DataOffset) in getCompilandId()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp41 uint32_t DataOffset = RawSymbol->getAddressOffset(); in getCompilandId() local
44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
51 Section->getAddressOffset() <= DataOffset && in getCompilandId()
52 (Section->getAddressOffset() + Section->getLength()) > DataOffset) in getCompilandId()
/external/llvm/test/DebugInfo/COFF/
Dglobals.ll19 ; ASM: .secrel32 "?first@@3HA" # DataOffset
26 ; ASM: .secrel32 "?middle@@3PEBHEB" # DataOffset
33 ; ASM: .secrel32 "?last@@3HA" # DataOffset
44 ; ASM: .secrel32 "?comdat@?$A@X@@2HB" # DataOffset
78 ; OBJ: DataOffset: ?first@@3HA+0x0
84 ; OBJ: DataOffset: ?middle@@3PEBHEB+0x0
91 ; OBJ: DataOffset: ?last@@3HA+0x0
105 ; OBJ: DataOffset: ?comdat@?$A@X@@2HB+0x0
Dglobals-discarded.ll8 ; CHECK: .secrel32 x # DataOffset
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp166 uint64_t *DataOffset) const { in dumpName()
168 uint64_t NameOffset = *DataOffset; in dumpName()
169 if (!AccelSection.isValidOffsetForDataOfSize(*DataOffset, 4)) { in dumpName()
173 uint64_t StringOffset = AccelSection.getRelocatedValue(4, DataOffset); in dumpName()
181 unsigned NumData = AccelSection.getU32(DataOffset); in dumpName()
187 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
247 uint64_t DataOffset = AccelSection.getU32(&OffsetsOffset); in dump() local
249 if (!AccelSection.isValidOffset(DataOffset)) { in dump()
253 while (dumpName(W, AtomForms, &DataOffset)) in dump()
306 : AccelTable(&AccelTable), Current(AccelTable.HdrData), DataOffset(Offset) { in ValueIterator()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp166 uint64_t *DataOffset) const { in dumpName()
168 uint64_t NameOffset = *DataOffset; in dumpName()
169 if (!AccelSection.isValidOffsetForDataOfSize(*DataOffset, 4)) { in dumpName()
173 uint64_t StringOffset = AccelSection.getRelocatedValue(4, DataOffset); in dumpName()
181 unsigned NumData = AccelSection.getU32(DataOffset); in dumpName()
187 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
247 uint64_t DataOffset = AccelSection.getU32(&OffsetsOffset); in dump() local
249 if (!AccelSection.isValidOffset(DataOffset)) { in dump()
253 while (dumpName(W, AtomForms, &DataOffset)) in dump()
306 : AccelTable(&AccelTable), Current(AccelTable.HdrData), DataOffset(Offset) { in ValueIterator()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h112 uint64_t *DataOffset) const;
146 uint64_t DataOffset = 0; ///< Offset into the section. variable
154 ValueIterator(const AppleAcceleratorTable &AccelTable, uint64_t DataOffset);
166 return A.NumData == B.NumData && A.DataOffset == B.DataOffset;
482 uint64_t DataOffset = 0; ///< Offset into the section. variable
520 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset;
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h112 uint64_t *DataOffset) const;
146 uint64_t DataOffset = 0; ///< Offset into the section. variable
154 ValueIterator(const AppleAcceleratorTable &AccelTable, uint64_t DataOffset);
166 return A.NumData == B.NumData && A.DataOffset == B.DataOffset;
481 uint64_t DataOffset = 0; ///< Offset into the section. variable
519 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset;
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobals.ll54 ; ASM-NEXT: .secrel32 "?first@@3HA" # DataOffset
61 ; ASM-NEXT: .secrel32 "?middle@@3PEBHEB" # DataOffset
68 ; ASM-NEXT: .secrel32 "?globalTLS@foo@@3HA" # DataOffset
75 ; ASM-NEXT: .secrel32 "?justGlobal@foo@@3HA" # DataOffset
82 ; ASM-NEXT: .secrel32 "?last@@3HA" # DataOffset
107 ; ASM-NEXT: .secrel32 "?globalStatic@foo@@3HA" # DataOffset
114 ; ASM-NEXT: .secrel32 "?staticTLS@foo@@3HA" # DataOffset
125 ; ASM-NEXT: .secrel32 "?comdat@?$A@X@@2HB" # DataOffset
134 ; ASM-NEXT: .secrel32 "?DataStaticTLS@Data@foo@@2HA" # DataOffset
144 ; ASM-NEXT: .secrel32 "?DataStatic@Data@foo@@2HA" # DataOffset
[all …]
Dint8-char-type.ll10 ; CHECK-NEXT: DataOffset:
18 ; CHECK-NEXT: DataOffset:
Dglobals-discarded.ll8 ; CHECK: .secrel32 x # DataOffset
Dtypes-std-nullptr-t.ll13 ; CHECK: DataOffset: ?NullPtr@@3$$TA+0x0
Dlong-name.ll18 ; CHECK: DataOffset: {{V+E}}
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h48 int DataOffset : 31; member
61 return InMemory != O.InMemory || DataOffset != O.DataOffset || in isDifferentLocation()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp112 uint32_t DataOffset = 0; in createNormalizedSections() local
133 DataOffset = Sec64.offset; in createNormalizedSections()
146 DataOffset = Sec32.offset; in createNormalizedSections()
162 if (DataOffset + NSec.Size > Obj.getData().size()) in createNormalizedSections()
166 NSec.Data = Obj.getData().data() + DataOffset; in createNormalizedSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp107 uint32_t DataOffset = 0; in createNormalizedSections() local
123 DataOffset = Sec64.offset; in createNormalizedSections()
130 DataOffset = Sec32.offset; in createNormalizedSections()
146 if (DataOffset + NSec.Size > Obj.getData().size()) in createNormalizedSections()
150 NSec.Data = Obj.getData().data() + DataOffset; in createNormalizedSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h70 int DataOffset : 31; member
85 return InMemory != O.InMemory || DataOffset != O.DataOffset || in isDifferentLocation()
/external/ImageMagick/coders/
Dwpg.c954 MagickOffsetType DataOffset; in ReadWPGImage() member
1094 Header.DataOffset=(MagickOffsetType) ReadBlobLSBLong(image); in ReadWPGImage()
1121 if (SeekBlob(image,Header.DataOffset,SEEK_SET) != Header.DataOffset) in ReadWPGImage()
1135 Header.DataOffset=TellBlob(image)+Rec.RecordLength; in ReadWPGImage()
1376 if (SeekBlob(image,Header.DataOffset,SEEK_SET) != Header.DataOffset) in ReadWPGImage()
1392 Header.DataOffset=TellBlob(image)+Rec2.RecordLength; in ReadWPGImage()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h70 int DataOffset : 31; member
85 return InMemory != O.InMemory || DataOffset != O.DataOffset || in isDifferentLocation()
/external/llvm-project/lld/test/COFF/
Ds_udt.s213 .secrel32 "?S@@3UStruct@@A" # DataOffset
221 .secrel32 "?SS@@3UStruct@@A" # DataOffset
229 .secrel32 "?I@@3HA" # DataOffset
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp332 ptrdiff_t DataOffset = sizeof(RawInstrProf::Header); in readHeader() local
333 ptrdiff_t CountersOffset = DataOffset + DataSizeInBytes; in readHeader()
342 Start + DataOffset); in readHeader()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h191 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
/external/llvm-project/llvm/include/llvm/MC/
DMCMachObjectWriter.h208 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h205 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,

123