Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp834 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable() local
836 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
841 if (!AccelSectionData.isValidOffset(AccelTable.getSizeHdr())) { in verifyAppleAccelTable()
861 uint32_t HashIdx = AccelSectionData.getU32(&BucketsOffset); in verifyAppleAccelTable()
881 uint32_t Hash = AccelSectionData.getU32(&HashOffset); in verifyAppleAccelTable()
882 uint32_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable()
883 if (!AccelSectionData.isValidOffsetForDataOfSize(HashDataOffset, in verifyAppleAccelTable()
895 while ((StrpOffset = AccelSectionData.getU32(&HashDataOffset)) != 0) { in verifyAppleAccelTable()
897 AccelSectionData.getU32(&HashDataOffset); in verifyAppleAccelTable()
1443 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames() local
[all …]