Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h159 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength() local
162 uint32_t NumWordsD = alignTo(NumBitsD, BitsPerWord) / BitsPerWord; in calculateSerializedLength()