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

/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp414 BitstreamCursor IndexCursor; member in class:__anon2018::MetadataLoader::MetadataLoaderImpl
682 IndexCursor = Stream;
687 uint64_t SavedPos = IndexCursor.GetCurrentBitNo();
690 IndexCursor
705 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo();
707 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code))
712 if (Error Err = IndexCursor.JumpToBit(CurrentPos))
717 IndexCursor.readRecord(Entry.ID, Record, &Blob))
733 if (Error Err = IndexCursor.JumpToBit(CurrentPos))
737 IndexCursor
[all...]

Completed in 365 milliseconds