Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h158 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength() local
161 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength()