Home
last modified time | relevance | path

Searched defs:NumWordsP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h161 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength() local
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp26 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()