Home
last modified time | relevance | path

Searched refs:IndexCursor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp412 BitstreamCursor IndexCursor; member in MetadataLoader::MetadataLoaderImpl
770 IndexCursor = Stream; in lazyLoadModuleMetadataBlock()
775 uint64_t SavedPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
778 IndexCursor in lazyLoadModuleMetadataBlock()
793 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
795 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()
800 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
805 IndexCursor.readRecord(Entry.ID, Record, &Blob)) in lazyLoadModuleMetadataBlock()
821 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
825 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()
[all …]