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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  561     Expected<CurStreamTypeType> H = analyzeHeader(O, BlockInfoCursor);
  565     while (!BlockInfoCursor.AtEndOfStream()) {
  566       Expected<unsigned> MaybeCode = BlockInfoCursor.ReadCode();
  572       Expected<unsigned> MaybeBlockID = BlockInfoCursor.ReadSubBlockID();
  577             BlockInfoCursor.ReadBlockInfoBlock(/*ReadBlockInfoNames=*/true);
  588       if (Error Err = BlockInfoCursor.SkipBlock())