Home
last modified time | relevance | path

Searched refs:NumWordsP (Results 1 – 10 of 10) 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/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp70 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/
DBitstreamReader.cpp21 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/
DBitstreamReader.cpp21 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/
DHashTable.h165 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/
DHashTable.h165 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength() local
171 Size += NumWordsP * sizeof(uint32_t); in calculateSerializedLength()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h497 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h498 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h817 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);