Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
51 if (NumWordsP) in EnterSubBlock()
52 *NumWordsP = NumWords; in EnterSubBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h165 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength() local
171 Size += NumWordsP * sizeof(uint32_t); in calculateSerializedLength()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h498 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);