Searched refs:EnterSubBlock (Results 1 – 11 of 11) sorted by relevance
164 Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) { in readMetaBlock()213 Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) { in readDiagnosticBlock()
171 if (llvm::Error Err = Cursor.EnterSubBlock(GLOBAL_INDEX_BLOCK_ID)) in GlobalModuleIndex()583 if (llvm::Error Err = InStream.EnterSubBlock(CONTROL_BLOCK_ID)) in loadModuleFile()592 if (llvm::Error Err = InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()601 if (llvm::Error Err = InStream.EnterSubBlock(UNHASHED_CONTROL_BLOCK_ID)) in loadModuleFile()
1380 if (llvm::Error Err = SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) in ReadSourceManagerBlock()1673 if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) in ReadBlockAbbrevs()2534 if (llvm::Error Err = Stream.EnterSubBlock(OPTIONS_BLOCK_ID)) { in ReadOptionsBlock()2624 if (llvm::Error Err = Stream.EnterSubBlock(CONTROL_BLOCK_ID)) { in ReadControlBlock()3016 if (llvm::Error Err = Stream.EnterSubBlock(AST_BLOCK_ID)) in ReadASTBlock()4237 if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) { in SkipCursorToBlock()5499 if (llvm::Error Err = F.Stream.EnterSubBlock(SUBMODULE_BLOCK_ID)) in ReadSubmoduleBlock()
25 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor422 if (llvm::Error Err = EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) in ReadBlockInfoBlock()
133 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
259 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in hasObjCCategoryInModule()337 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in readModuleTriple()1772 if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in parseAttributeBlock()2153 if (Error Err = Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in parseTypeTable()3412 if (Error Err = Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in parseUseLists()4455 if (Error Err = Stream.EnterSubBlock(bitc::FUNCTION_BLOCK_ID)) in parseFunctionBody()6709 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in parseModule()7000 if (Error Err = Stream.EnterSubBlock(ID)) in parseEntireSummary()7512 if (Error Err = Stream.EnterSubBlock(Block)) in readBlobInRecord()7758 if (Error Err = Stream.EnterSubBlock(ID)) in getEnableSplitLTOUnitFlag()[all …]
965 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in parseMetadata()2196 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID)) in parseMetadataAttachment()2299 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID)) in parseMetadataKinds()
758 if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords)) in parseBlock()
516 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
169 if (Stream.EnterSubBlock(BlockID)) in parseBlock()
552 if (llvm::Error Err = Stream.EnterSubBlock(ID)) in readBlock()