Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp901 BitstreamCursor TempCursor = Stream; in loadGlobalDeclAttachments() local
905 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()
908 Expected<BitstreamEntry> MaybeEntry = TempCursor.advanceSkippingSubblocks( in loadGlobalDeclAttachments()
925 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
926 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
940 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
944 TempCursor.readRecord(Entry.ID, Record)) in loadGlobalDeclAttachments()
957 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
961 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()