Home
last modified time | relevance | path

Searched refs:AccelSection (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp21 if (!AccelSection.isValidOffset(offsetof(Header, HeaderDataLength)+4)) in extract()
24 Hdr.Magic = AccelSection.getU32(&Offset); in extract()
25 Hdr.Version = AccelSection.getU16(&Offset); in extract()
26 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
27 Hdr.NumBuckets = AccelSection.getU32(&Offset); in extract()
28 Hdr.NumHashes = AccelSection.getU32(&Offset); in extract()
29 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract()
33 if (!AccelSection.isValidOffset(sizeof(Hdr) + Hdr.HeaderDataLength + in extract()
37 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract()
38 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract()
[all …]
DDWARFContext.cpp69 DataExtractor AccelSection(Section.Data, LittleEndian, 0); in dumpAccelSection() local
72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs); in dumpAccelSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp48 if (!AccelSection.isValidOffset(offsetof(Header, HeaderDataLength) + 4)) in extract()
52 Hdr.Magic = AccelSection.getU32(&Offset); in extract()
53 Hdr.Version = AccelSection.getU16(&Offset); in extract()
54 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
55 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract()
56 Hdr.HashCount = AccelSection.getU32(&Offset); in extract()
57 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract()
63 if (!AccelSection.isValidOffset(sizeof(Hdr) + Hdr.HeaderDataLength + in extract()
69 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract()
70 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract()
[all …]
DDWARFVerifier.cpp810 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() argument
814 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1409 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames() argument
1412 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
DDWARFContext.cpp831 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local
833 Cache.reset(new T(AccelSection, StrData)); in getAccelTable()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp48 if (!AccelSection.isValidOffset(offsetof(Header, HeaderDataLength) + 4)) in extract()
52 Hdr.Magic = AccelSection.getU32(&Offset); in extract()
53 Hdr.Version = AccelSection.getU16(&Offset); in extract()
54 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
55 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract()
56 Hdr.HashCount = AccelSection.getU32(&Offset); in extract()
57 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract()
63 if (!AccelSection.isValidOffset(sizeof(Hdr) + Hdr.HeaderDataLength + in extract()
69 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract()
70 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract()
[all …]
DDWARFVerifier.cpp867 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() argument
871 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1465 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames() argument
1468 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
DDWARFContext.cpp889 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local
891 Cache.reset(new T(AccelSection, StrData)); in getAccelTable()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h40 DataExtractor AccelSection; variable
44 DWARFAcceleratorTable(DataExtractor AccelSection, DataExtractor StringSection, in DWARFAcceleratorTable() argument
46 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {} in DWARFAcceleratorTable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h33 DWARFDataExtractor AccelSection;
69 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument
71 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
173 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument
175 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
578 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() argument
580 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
DDWARFVerifier.h253 unsigned verifyAppleAccelTable(const DWARFSection *AccelSection,
286 unsigned verifyDebugNames(const DWARFSection &AccelSection,
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h33 DWARFDataExtractor AccelSection;
69 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument
71 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
173 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument
175 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
577 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() argument
579 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
DDWARFVerifier.h253 unsigned verifyAppleAccelTable(const DWARFSection *AccelSection,
286 unsigned verifyDebugNames(const DWARFSection &AccelSection,