Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1020 uint64_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable() local
1021 if (!AccelSectionData.isValidOffsetForDataOfSize(HashDataOffset, in verifyAppleAccelTable()
1025 HashIdx, HashDataOffset); in verifyAppleAccelTable()
1034 while ((StrpOffset = AccelSectionData.getU32(&HashDataOffset)) != 0) { in verifyAppleAccelTable()
1036 AccelSectionData.getU32(&HashDataOffset); in verifyAppleAccelTable()
1039 std::tie(Offset, Tag) = AccelTable.readAtoms(&HashDataOffset); in verifyAppleAccelTable()
H A DDWARFAcceleratorTable.cpp114 AppleAcceleratorTable::readAtoms(uint64_t *HashDataOffset) { in readAtoms() argument
121 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h204 std::pair<uint64_t, dwarf::Tag> readAtoms(uint64_t *HashDataOffset);