Searched refs:skipRecord (Results 1 – 7 of 7) sorted by relevance
552 Expected<unsigned> skipRecord(unsigned AbbrevID);
96 Expected<unsigned> BitstreamCursor::skipRecord(unsigned AbbrevID) { in skipRecord() function in BitstreamCursor
572 if (llvm::Expected<unsigned> Skipped = InStream.skipRecord(Entry.ID)) in loadModuleFile()
4224 if (Expected<unsigned> Skipped = Cursor.skipRecord(Entry.ID)) in SkipCursorToBlock()
707 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()915 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
990 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in parseBlock()
252 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in readIdentificationCode()330 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in hasObjCCategory()407 if (llvm::Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readTriple()7925 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in getBitcodeFileContents()8110 if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID)) in getLTOInfo()