Home
last modified time | relevance | path

Searched refs:ENTER_SUBBLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodeEnums.h46 ENTER_SUBBLOCK = 1, enumerator
H A DBitstreamReader.h434 if (Code == bitc::ENTER_SUBBLOCK) {
476 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
478 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
481 /// Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip over the body
514 /// Having read the ENTER_SUBBLOCK abbrevid, and enter the block.
H A DBitstreamWriter.h366 EmitCode(bitc::ENTER_SUBBLOCK); in EnterSubblock()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp58 if (Res.get() != llvm::bitc::ENTER_SUBBLOCK) in readDiagnostics()
133 case llvm::bitc::ENTER_SUBBLOCK: in skipUntilRecordOrBlock()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp588 if (MaybeCode.get() != bitc::ENTER_SUBBLOCK) in analyze()
616 if (MaybeCode.get() != bitc::ENTER_SUBBLOCK) in analyze()