Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h187 uint32_t getNumHashes();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp82 uint32_t AppleAcceleratorTable::getNumHashes() { return Hdr.HashCount; } in getNumHashes() function in AppleAcceleratorTable
H A DDWARFVerifier.cpp992 uint32_t NumHashes = AccelTable.getNumHashes(); in verifyAppleAccelTable()