Home
last modified time | relevance | path

Searched refs:BLOCKINFO_BLOCK_ID (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
DBitCodes.h71 BLOCKINFO_BLOCK_ID = 0, enumerator
DBitstreamWriter.h585 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, 2); in EnterBlockInfoBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp29 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) in GetBlockName()
92 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in GetCodeName()
584 if (MaybeBlockID.get() == bitc::BLOCKINFO_BLOCK_ID) { in analyze()
746 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in parseBlock()
DBitcodeReader.cpp3564 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
5817 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp75 case llvm::bitc::BLOCKINFO_BLOCK_ID: { in readDiagnostics()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp405 if (llvm::Error Err = EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) in ReadBlockInfoBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp226 Next->ID != llvm::bitc::BLOCKINFO_BLOCK_ID) in parseBlockInfoBlock()