HomeSort by relevance Sort by last modified time
    Searched defs:EnterSubBlock (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 26 /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) {
326 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true;
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 388 /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
390 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = 0) {
582 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true;

Completed in 71 milliseconds