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

References

lib/Bitcode/Reader/MetadataLoader.cpp
  685   IndexCursor = Stream;
  689     Expected<BitstreamEntry> MaybeEntry = IndexCursor.advanceSkippingSubblocks(
  705       uint64_t CurrentPos = IndexCursor.GetCurrentBitNo();
  706       Expected<unsigned> MaybeCode = IndexCursor.skipRecord(Entry.ID);
  713         if (Error Err = IndexCursor.JumpToBit(CurrentPos))
  718                 IndexCursor.readRecord(Entry.ID, Record, &Blob))
  734         if (Error Err = IndexCursor.JumpToBit(CurrentPos))
  738                 IndexCursor.readRecord(Entry.ID, Record))
  745         auto BeginPos = IndexCursor.GetCurrentBitNo();
  746         if (Error Err = IndexCursor.JumpToBit(BeginPos + Offset))
  749             IndexCursor.advanceSkippingSubblocks(
  759                 IndexCursor.readRecord(Entry.ID, Record))
  780         if (Error Err = IndexCursor.JumpToBit(CurrentPos))
  786                 IndexCursor.readRecord(Entry.ID, Record)) {
  794         if (Expected<unsigned> MaybeCode = IndexCursor.ReadCode())
  803                 IndexCursor.readRecord(Code, Record))
  825         if (Error Err = IndexCursor.JumpToBit(CurrentPos))
  829                 IndexCursor.readRecord(Entry.ID, Record))
  926       if (Error Err = IndexCursor.JumpToBit(EntryPos))
  996   if (Error Err = IndexCursor.JumpToBit(
 1000   Expected<BitstreamEntry> MaybeEntry = IndexCursor.advanceSkippingSubblocks();
 1008           IndexCursor.readRecord(Entry.ID, Record, &Blob)) {