Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A 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 …]
H A 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()
H A DDWARFContext.cpp894 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local
896 Cache.reset(new T(AccelSection, StrData)); in getAccelTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h33 DWARFDataExtractor AccelSection;
69 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument
71 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
180 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument
182 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
591 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() argument
593 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
H A DDWARFVerifier.h253 unsigned verifyAppleAccelTable(const DWARFSection *AccelSection,
286 unsigned verifyDebugNames(const DWARFSection &AccelSection,