Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp26 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
56 if (NumWordsP) in EnterSubBlock()
57 *NumWordsP = NumWords; in EnterSubBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h161 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength() local
167 Size += NumWordsP * sizeof(uint32_t); in calculateSerializedLength()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h515 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);