Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp415 BitstreamCursor IndexCursor; member in MetadataLoader::MetadataLoaderImpl
766 IndexCursor = Stream; in lazyLoadModuleMetadataBlock()
771 uint64_t SavedPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
774 IndexCursor in lazyLoadModuleMetadataBlock()
821 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()
828 auto BeginPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()
832 IndexCursor.advanceSkippingSubblocks( in lazyLoadModuleMetadataBlock()
842 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()
886 IndexCursor.readRecord(Code, Record)) in lazyLoadModuleMetadataBlock()
1092 if (Error Err = IndexCursor.JumpToBit(EntryPos)) in parseMetadata()
[all …]