Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp58 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor
315 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
DBitcodeReader.cpp489 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in ParseAttributeBlock()
643 if (Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID)) in ParseAttributeGroupBlock()
725 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in ParseTypeTable()
952 if (Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in ParseValueSymbolTable()
1008 if (Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in ParseMetadata()
1178 if (Stream.EnterSubBlock(bitc::CONSTANTS_BLOCK_ID)) in ParseConstants()
1616 if (Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in ParseUseLists()
1705 else if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in ParseModule()
2120 if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in parseModuleTriple()
2199 if (Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID)) in ParseMetadataAttachment()
[all …]
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp158 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()
DASTReader.cpp1079 if (SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) { in ReadSourceManagerBlock()
1315 if (Cursor.EnterSubBlock(BlockID)) { in ReadBlockAbbrevs()
2221 if (Stream.EnterSubBlock(CONTROL_BLOCK_ID)) { in ReadControlBlock()
2498 if (Stream.EnterSubBlock(AST_BLOCK_ID)) { in ReadASTBlock()
3923 if (Cursor.EnterSubBlock(BlockID)) in SkipCursorToBlock()
4195 if (F.Stream.EnterSubBlock(SUBMODULE_BLOCK_ID)) { in ReadSubmoduleBlock()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp393 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) { in readMetaBlock()
540 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) { in readDiagnosticBlock()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h493 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp345 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()