Searched refs:EnterSubBlock (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp164 Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) {
213 Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { function in class:BitstreamCursor
405 if (llvm::Error Err = EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp171 if (llvm::Error Err = Cursor.EnterSubBlock(GLOBAL_INDEX_BLOCK_ID))
583 if (llvm::Error Err = InStream.EnterSubBlock(CONTROL_BLOCK_ID))
592 if (llvm::Error Err = InStream.EnterSubBlock(AST_BLOCK_ID))
601 if (llvm::Error Err = InStream.EnterSubBlock(UNHASHED_CONTROL_BLOCK_ID))
H A DASTReader.cpp1327 SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) {
1626 if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) {
2478 if (llvm::Error Err = Stream.EnterSubBlock(OPTIONS_BLOCK_ID)) {
2568 if (llvm::Error Err = Stream.EnterSubBlock(CONTROL_BLOCK_ID)) {
2929 if (llvm::Error Err = Stream.EnterSubBlock(AST_BLOCK_ID)) {
4181 if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) {
5431 if (llvm::Error Err = F.Stream.EnterSubBlock(SUBMODULE_BLOCK_ID)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp172 if (Error Err = Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID))
257 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID))
338 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID))
1333 if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID))
1556 if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID))
1667 if (Error Err = Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW))
1921 if (Error Err = Stream.EnterSubBlock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID))
1963 if (Error Err = Stream.EnterSubBlock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID))
2072 if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID))
2131 // expected by the lazy reader. The reader's EnterSubBlock expect
[all...]
H A DMetadataLoader.cpp900 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID))
2015 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID))
2119 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID))
H A DBitcodeAnalyzer.cpp759 if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h498 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp169 if (Stream.EnterSubBlock(BlockID))

Completed in 346 milliseconds