/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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 23 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor 325 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return None; in ReadBlockInfoBlock()
|
D | BitcodeReader.cpp | 168 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 …]
|
D | MetadataLoader.cpp | 852 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/ |
D | NaClBitstreamReader.cpp | 73 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in NaClBitstreamCursor 388 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) return true; in ReadBlockInfoBlock()
|
D | NaClBitcodeParser.cpp | 118 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()
|
/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()
|
D | ASTReader.cpp | 1133 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/ |
D | BitcodeReader.cpp | 420 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/ |
D | BitstreamReaderTest.cpp | 127 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | BitstreamReader.h | 390 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = 0) { 582 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 225 ASSERT_FALSE(Stream.EnterSubBlock(BlockID)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 547 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 345 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 824 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 495 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 525 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
|