Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp919 uint64_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable() local
920 if (!AccelSectionData.isValidOffsetForDataOfSize(HashDataOffset, in verifyAppleAccelTable()
924 HashIdx, HashDataOffset); in verifyAppleAccelTable()
933 while ((StrpOffset = AccelSectionData.getU32(&HashDataOffset)) != 0) { in verifyAppleAccelTable()
935 AccelSectionData.getU32(&HashDataOffset); in verifyAppleAccelTable()
938 std::tie(Offset, Tag) = AccelTable.readAtoms(&HashDataOffset); in verifyAppleAccelTable()
H A DDWARFAcceleratorTable.cpp115 AppleAcceleratorTable::readAtoms(uint64_t *HashDataOffset) { in readAtoms() argument
122 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h203 std::pair<uint64_t, dwarf::Tag> readAtoms(uint64_t *HashDataOffset);