HomeSort by: relevance | last modified time | path
    Searched refs:ENTER_SUBBLOCK (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitCodes.h 48 ENTER_SUBBLOCK = 1,
BitstreamReader.h 417 if (Code == bitc::ENTER_SUBBLOCK) {
459 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
461 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
464 /// Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip over the body
497 /// Having read the ENTER_SUBBLOCK abbrevid, and enter the block.
BitstreamWriter.h 284 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
285 EmitCode(bitc::ENTER_SUBBLOCK);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 58 if (Res.get() != llvm::bitc::ENTER_SUBBLOCK)
133 case llvm::bitc::ENTER_SUBBLOCK:
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 578 if (MaybeCode.get() != bitc::ENTER_SUBBLOCK)
607 if (MaybeCode.get() != bitc::ENTER_SUBBLOCK)

Completed in 94 milliseconds