Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp23 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
45 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h169 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord;
175 Size += NumWordsP * sizeof(uint32_t);
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);