Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
48 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp23 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
45 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp73 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
80 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h390 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = 0) {
409 if (NumWordsP) *NumWordsP = NumWords;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h169 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord;
175 Size += NumWordsP * sizeof(uint32_t);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h824 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);