Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h163 uint32_t hashToBucketIdx(uint32_t Hash) const { in hashToBucketIdx() function
170 return hashToBucketIdx(Hash) == BucketIdx; in wouldHashBeInBucket()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp358 uint32_t BucketIdx = hashToBucketIdx(SearchHash); in equal_range()