Searched refs:EnterSubBlock (Results 1 – 7 of 7) 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 BitstreamCursor299 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
1158 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in parseAttributeBlock()1339 if (Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID)) in parseAttributeGroupBlock()1425 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in parseTypeTable()1668 if (Stream.EnterSubBlock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID)) in parseOperandBundleTags()1768 if (Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseValueSymbolTable()1886 if (Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in parseMetadata()2378 if (Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID)) in parseMetadataKinds()2519 if (Stream.EnterSubBlock(bitc::CONSTANTS_BLOCK_ID)) in parseConstants()2977 if (Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in parseUseLists()3172 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()
1123 if (SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) { in ReadSourceManagerBlock()1361 if (Cursor.EnterSubBlock(BlockID)) in ReadBlockAbbrevs()2074 if (Stream.EnterSubBlock(OPTIONS_BLOCK_ID)) in ReadOptionsBlock()2158 if (Stream.EnterSubBlock(CONTROL_BLOCK_ID)) { in ReadControlBlock()2434 if (Stream.EnterSubBlock(AST_BLOCK_ID)) { in ReadASTBlock()3458 if (Cursor.EnterSubBlock(BlockID)) in SkipCursorToBlock()4412 if (F.Stream.EnterSubBlock(SUBMODULE_BLOCK_ID)) { in ReadSubmoduleBlock()
468 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
419 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()