Searched refs:EnterSubBlock (Results 1 – 11 of 11) sorted by relevance
112 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) in readMetaBlock()150 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) in readDiagnosticBlock()
28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor326 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
1310 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in parseAttributeBlock()1499 if (Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID)) in parseAttributeGroupBlock()1587 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in parseTypeTable()1830 if (Stream.EnterSubBlock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID)) in parseOperandBundleTags()1937 if (Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseValueSymbolTable()2113 if (Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in parseMetadata()2725 if (Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID)) in parseMetadataKinds()2867 if (Stream.EnterSubBlock(bitc::CONSTANTS_BLOCK_ID)) in parseConstants()3330 if (Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in parseUseLists()3511 if (Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID)) in parseBitcodeVersion()[all …]
158 if (Cursor.EnterSubBlock(GLOBAL_INDEX_BLOCK_ID)) in GlobalModuleIndex()545 if (InStream.EnterSubBlock(CONTROL_BLOCK_ID)) in loadModuleFile()554 if (InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()
1133 if (SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) { in ReadSourceManagerBlock()1381 if (Cursor.EnterSubBlock(BlockID)) in ReadBlockAbbrevs()2088 if (Stream.EnterSubBlock(OPTIONS_BLOCK_ID)) in ReadOptionsBlock()2172 if (Stream.EnterSubBlock(CONTROL_BLOCK_ID)) { in ReadControlBlock()2454 if (Stream.EnterSubBlock(AST_BLOCK_ID)) { in ReadASTBlock()3462 if (Cursor.EnterSubBlock(BlockID)) in SkipCursorToBlock()4417 if (F.Stream.EnterSubBlock(SUBMODULE_BLOCK_ID)) { in ReadSubmoduleBlock()
420 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in ParseAttributeBlock()522 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in ParseTypeTable()733 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_OLD)) in ParseOldTypeTable()922 if (Stream.EnterSubBlock(bitc::TYPE_SYMTAB_BLOCK_ID_OLD)) in ParseOldTypeSymbolTable()973 if (Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in ParseValueSymbolTable()1035 if (Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in ParseMetadata()1198 if (Stream.EnterSubBlock(bitc::CONSTANTS_BLOCK_ID)) in ParseConstants()1542 if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in ParseModule()1900 if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in ParseModuleTriple()2007 if (Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID)) in ParseMetadataAttachment()[all …]
390 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = 0) {582 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
225 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
345 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
495 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()