Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1165 uint64_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable() local
1166 if (!AccelSectionData.isValidOffsetForDataOfSize(HashDataOffset, in verifyAppleAccelTable()
1171 HashIdx, HashDataOffset); in verifyAppleAccelTable()
1181 while ((StrpOffset = AccelSectionData.getU32(&HashDataOffset)) != 0) { in verifyAppleAccelTable()
1183 AccelSectionData.getU32(&HashDataOffset); in verifyAppleAccelTable()
1186 std::tie(Offset, Tag) = AccelTable.readAtoms(&HashDataOffset); in verifyAppleAccelTable()
H A DDWARFAcceleratorTable.cpp127 AppleAcceleratorTable::readAtoms(uint64_t *HashDataOffset) { in readAtoms() argument
133 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h350 std::pair<uint64_t, dwarf::Tag> readAtoms(uint64_t *HashDataOffset);