/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 112 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/ |
D | BitstreamReader.cpp | 28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor 326 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
|
D | BitcodeReader.cpp | 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 …]
|
/external/llvm-project/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 164 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/ |
D | NaClBitstreamReader.cpp | 70 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in NaClBitstreamCursor 385 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) in ReadBlockInfoBlock()
|
D | NaClBitcodeParser.cpp | 117 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()
|
/external/llvm-project/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 171 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/ |
D | BitstreamReader.cpp | 21 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/ |
D | BitstreamReader.cpp | 21 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/ |
D | GlobalModuleIndex.cpp | 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()
|
/external/llvm-project/llvm/unittests/Bitstream/ |
D | BitstreamReaderTest.cpp | 133 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 174 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 …]
|
D | MetadataLoader.cpp | 900 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()
|
D | BitcodeAnalyzer.cpp | 757 if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords)) in parseBlock()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 173 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 …]
|
D | MetadataLoader.cpp | 978 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/ |
D | BitstreamReaderTest.cpp | 225 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 497 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/llvm-project/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 498 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 817 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | BitstreamRemarkParser.cpp | 169 if (Stream.EnterSubBlock(BlockID)) in parseBlock()
|
/external/llvm-project/llvm/lib/Remarks/ |
D | BitstreamRemarkParser.cpp | 168 if (Stream.EnterSubBlock(BlockID)) in parseBlock()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 495 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | BitcodeReader.cpp | 547 if (llvm::Error Err = Stream.EnterSubBlock(ID)) in readBlock()
|