Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp429 BitstreamCursor IndexCursor; member in MetadataLoader::MetadataLoaderImpl
695 IndexCursor = Stream; in lazyLoadModuleMetadataBlock()
700 uint64_t SavedPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
717 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
750 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()
757 auto BeginPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
761 IndexCursor.advanceSkippingSubblocks( in lazyLoadModuleMetadataBlock()
771 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()
815 IndexCursor.readRecord(Code, Record)) in lazyLoadModuleMetadataBlock()
1011 if (Error Err = IndexCursor.JumpToBit(EntryPos)) in parseMetadata()
[all …]