Searched refs:skipRecord (Results 1 – 7 of 7) sorted by relevance
551 Expected<unsigned> skipRecord(unsigned AbbrevID);
96 Expected<unsigned> BitstreamCursor::skipRecord(unsigned AbbrevID) { in skipRecord() function in BitstreamCursor
562 if (llvm::Expected<unsigned> Skipped = InStream.skipRecord(Entry.ID)) in loadModuleFile()
4408 if (Expected<unsigned> Skipped = Cursor.skipRecord(Entry.ID)) in SkipCursorToBlock()
799 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()1007 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
996 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in parseBlock()
268 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in readIdentificationCode()347 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in hasObjCCategory()424 if (llvm::Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readTriple()8322 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in getBitcodeFileContents()8521 if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID)) in getLTOInfo()