Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp973 BitstreamCursor TempCursor = Stream; in loadGlobalDeclAttachments() local
977 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()
982 TempCursor in loadGlobalDeclAttachments()
998 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
999 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
1013 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
1017 TempCursor.readRecord(Entry.ID, Record)) in loadGlobalDeclAttachments()
1030 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
1034 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()