Home
last modified time | relevance | path

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

12

/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/llvm-project/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp164 Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) { in readMetaBlock()
213 Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) { in readDiagnosticBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp70 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in NaClBitstreamCursor
385 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) in ReadBlockInfoBlock()
DNaClBitcodeParser.cpp117 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()
/external/llvm-project/clang/lib/Serialization/
DGlobalModuleIndex.cpp171 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()
/external/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor
406 if (llvm::Error Err = EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) in ReadBlockInfoBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor
403 if (llvm::Error Err = EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) in ReadBlockInfoBlock()
/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()
/external/llvm-project/llvm/unittests/Bitstream/
DBitstreamReaderTest.cpp133 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp174 if (Error Err = Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID)) in readIdentificationBlock()
259 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in hasObjCCategoryInModule()
340 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in readModuleTriple()
1350 if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in parseAttributeBlock()
1565 if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID)) in parseAttributeGroupBlock()
1673 if (Error Err = Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in parseTypeTable()
1924 if (Error Err = Stream.EnterSubBlock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID)) in parseOperandBundleTags()
1966 if (Error Err = Stream.EnterSubBlock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID)) in parseSyncScopeNames()
2075 if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseGlobalValueSymbolTable()
2146 if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseValueSymbolTable()
[all …]
DMetadataLoader.cpp900 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in parseMetadata()
1979 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID)) in parseMetadataAttachment()
2083 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID)) in parseMetadataKinds()
DBitcodeAnalyzer.cpp757 if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords)) in parseBlock()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp173 if (Error Err = Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID)) in readIdentificationBlock()
258 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in hasObjCCategoryInModule()
339 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in readModuleTriple()
1334 if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in parseAttributeBlock()
1561 if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID)) in parseAttributeGroupBlock()
1678 if (Error Err = Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in parseTypeTable()
1932 if (Error Err = Stream.EnterSubBlock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID)) in parseOperandBundleTags()
1974 if (Error Err = Stream.EnterSubBlock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID)) in parseSyncScopeNames()
2083 if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseGlobalValueSymbolTable()
2154 if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in parseValueSymbolTable()
[all …]
DMetadataLoader.cpp978 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in parseMetadata()
2140 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID)) in parseMetadataAttachment()
2244 if (Error Err = Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID)) in parseMetadataKinds()
/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp225 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h497 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h498 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h817 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp169 if (Stream.EnterSubBlock(BlockID)) in parseBlock()
/external/llvm-project/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp168 if (Stream.EnterSubBlock(BlockID)) in parseBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp495 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeReader.cpp547 if (llvm::Error Err = Stream.EnterSubBlock(ID)) in readBlock()

12