Searched refs:IndexCursor (Results 1 – 1 of 1) sorted by relevance
429 BitstreamCursor IndexCursor; member in MetadataLoader::MetadataLoaderImpl695 IndexCursor = Stream; in lazyLoadModuleMetadataBlock()700 uint64_t SavedPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()701 Expected<BitstreamEntry> MaybeEntry = IndexCursor.advanceSkippingSubblocks( in lazyLoadModuleMetadataBlock()717 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()718 Expected<unsigned> MaybeCode = IndexCursor.skipRecord(Entry.ID); in lazyLoadModuleMetadataBlock()725 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()730 IndexCursor.readRecord(Entry.ID, Record, &Blob)) in lazyLoadModuleMetadataBlock()746 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()750 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()[all …]