Searched refs:NumWordsP (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument 48 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitstreamReader.cpp | 70 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument 77 if (NumWordsP) in EnterSubBlock() 78 *NumWordsP = NumWords; in EnterSubBlock()
|
/external/llvm-project/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument 52 if (NumWordsP) in EnterSubBlock() 53 *NumWordsP = NumWords; in EnterSubBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument 52 if (NumWordsP) in EnterSubBlock() 53 *NumWordsP = NumWords; in EnterSubBlock()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 165 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength() local 171 Size += NumWordsP * sizeof(uint32_t); in calculateSerializedLength()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 165 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength() local 171 Size += NumWordsP * sizeof(uint32_t); in calculateSerializedLength()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 497 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/llvm-project/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 498 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 817 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|