Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp112 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) in readMetaBlock()
150 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) in readDiagnosticBlock()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor
326 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
DBitcodeReader.cpp1310 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp23 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor
325 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return None; in ReadBlockInfoBlock()
DBitcodeReader.cpp168 if (Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID)) in readIdentificationBlock()
240 if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in hasObjCCategoryInModule()
309 if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in readModuleTriple()
1226 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in parseAttributeBlock()
1423 if (Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID)) in parseAttributeGroupBlock()
1511 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in parseTypeTable()
1754 if (Stream.EnterSubBlock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID)) in parseOperandBundleTags()
1790 if (Stream.EnterSubBlock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID)) in parseSyncScopeNames()
1896 if (Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseGlobalValueSymbolTable()
1957 if (Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseValueSymbolTable()
[all …]
DMetadataLoader.cpp852 if (Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in parseMetadata()
1826 if (Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID)) in parseMetadataAttachment()
1924 if (Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID)) in parseMetadataKinds()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp73 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in NaClBitstreamCursor
388 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) return true; in ReadBlockInfoBlock()
DNaClBitcodeParser.cpp118 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()
/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.cpp1133 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()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp420 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp127 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h390 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = 0) {
582 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp225 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp345 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h824 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp495 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp525 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()