Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp888 BitstreamCursor TempCursor = Stream; in loadGlobalDeclAttachments() local
892 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()
897 TempCursor in loadGlobalDeclAttachments()
913 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
914 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
928 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
932 TempCursor.readRecord(Entry.ID, Record)) in loadGlobalDeclAttachments()
945 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
949 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()