Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp981 BitstreamCursor TempCursor = Stream; in loadGlobalDeclAttachments() local
985 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()
990 TempCursor in loadGlobalDeclAttachments()
1006 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
1007 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
1021 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
1025 TempCursor.readRecord(Entry.ID, Record)) in loadGlobalDeclAttachments()
1038 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
1042 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()