Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp422 BitstreamCursor IndexCursor; member in MetadataLoader::MetadataLoaderImpl
678 IndexCursor = Stream; in lazyLoadModuleMetadataBlock()
682 BitstreamEntry Entry = IndexCursor.advanceSkippingSubblocks( in lazyLoadModuleMetadataBlock()
694 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
695 auto Code = IndexCursor.skipRecord(Entry.ID); in lazyLoadModuleMetadataBlock()
699 IndexCursor.JumpToBit(CurrentPos); in lazyLoadModuleMetadataBlock()
702 IndexCursor.readRecord(Entry.ID, Record, &Blob); in lazyLoadModuleMetadataBlock()
715 IndexCursor.JumpToBit(CurrentPos); in lazyLoadModuleMetadataBlock()
717 IndexCursor.readRecord(Entry.ID, Record); in lazyLoadModuleMetadataBlock()
721 auto BeginPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
[all …]