Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1107 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable() local
1109 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
1114 if (!AccelSectionData.isValidOffset(AccelTable.getSizeHdr())) { in verifyAppleAccelTable()
1138 uint32_t HashIdx = AccelSectionData.getU32(&BucketsOffset); in verifyAppleAccelTable()
1164 uint32_t Hash = AccelSectionData.getU32(&HashOffset); in verifyAppleAccelTable()
1165 uint64_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable()
1166 if (!AccelSectionData.isValidOffsetForDataOfSize(HashDataOffset, in verifyAppleAccelTable()
1181 while ((StrpOffset = AccelSectionData.getU32(&HashDataOffset)) != 0) { in verifyAppleAccelTable()
1183 AccelSectionData.getU32(&HashDataOffset); in verifyAppleAccelTable()
1819 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames() local
[all …]