reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Bitstream/BitstreamReader.h
  497   Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  757   if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords))
lib/Bitcode/Reader/BitcodeReader.cpp
  174   if (Error Err = Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID))
  259   if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID))
  340   if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID))
 1349   if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID))
 1564   if (Error Err = Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID))
 1671   if (Error Err = Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW))
 1922   if (Error Err = Stream.EnterSubBlock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID))
 1964   if (Error Err = Stream.EnterSubBlock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID))
 2073   if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID))
 2144   if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID))
 2324   if (Error Err = Stream.EnterSubBlock(bitc::CONSTANTS_BLOCK_ID))
 2830   if (Error Err = Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID))
 3407   } else if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID))
 3695   if (Error Err = Stream.EnterSubBlock(bitc::FUNCTION_BLOCK_ID))
 5409   if (Error Err = Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID))
 5490   if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID))
 5746   if (Error Err = Stream.EnterSubBlock(ID))
 6181   if (Error Err = Stream.EnterSubBlock(bitc::MODULE_STRTAB_BLOCK_ID))
 6276   if (Error Err = Stream.EnterSubBlock(Block))
 6524   if (Error Err = Stream.EnterSubBlock(ID))
 6573   if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID))
lib/Bitcode/Reader/MetadataLoader.cpp
  900   if (Error Err = Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID))
 1979   if (Error Err = Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID))
 2083   if (Error Err = Stream.EnterSubBlock(bitc::METADATA_KIND_BLOCK_ID))
lib/Bitstream/Reader/BitstreamReader.cpp
  433   if (llvm::Error Err = EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID))
lib/Remarks/BitstreamRemarkParser.cpp
  169   if (Stream.EnterSubBlock(BlockID))
tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
  164           Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) {
  213           Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) {
tools/clang/lib/Serialization/ASTReader.cpp
 1330           SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) {
 1626   if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) {
 2475   if (llvm::Error Err = Stream.EnterSubBlock(OPTIONS_BLOCK_ID)) {
 2566   if (llvm::Error Err = Stream.EnterSubBlock(CONTROL_BLOCK_ID)) {
 2926   if (llvm::Error Err = Stream.EnterSubBlock(AST_BLOCK_ID)) {
 4142         if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) {
 5377   if (llvm::Error Err = F.Stream.EnterSubBlock(SUBMODULE_BLOCK_ID)) {
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  170         if (llvm::Error Err = Cursor.EnterSubBlock(GLOBAL_INDEX_BLOCK_ID))
  582         if (llvm::Error Err = InStream.EnterSubBlock(CONTROL_BLOCK_ID))
  591         if (llvm::Error Err = InStream.EnterSubBlock(AST_BLOCK_ID))
  600         if (llvm::Error Err = InStream.EnterSubBlock(UNHASHED_CONTROL_BLOCK_ID))
tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  547   if (llvm::Error Err = Stream.EnterSubBlock(ID))
unittests/Bitstream/BitstreamReaderTest.cpp
  133     ASSERT_FALSE(Stream.EnterSubBlock(BlockID));