Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp47 if (!AccelSection.isValidOffset(offsetof(Header, HeaderDataLength) + 4)) in extract()
51 Hdr.Magic = AccelSection.getU32(&Offset); in extract()
52 Hdr.Version = AccelSection.getU16(&Offset); in extract()
53 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
54 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract()
55 Hdr.HashCount = AccelSection.getU32(&Offset); in extract()
56 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract()
61 if (!AccelSection.isValidOffset(getIthBucketBase(Hdr.BucketCount - 1))) in extract()
66 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract()
67 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract()
[all …]
H A DDWARFVerifier.cpp1135 void DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() argument
1138 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1986 void DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames() argument
1988 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
H A DDWARFContext.cpp196 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local
198 Cache = std::make_unique<T>(AccelSection, StrData); in getAccelTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h35 DWARFDataExtractor AccelSection;
87 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument
89 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
318 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument
320 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
822 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() argument
824 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
H A DDWARFVerifier.h289 void verifyAppleAccelTable(const DWARFSection *AccelSection,
324 void verifyDebugNames(const DWARFSection &AccelSection,