Searched refs:skipRecord (Results 1 – 7 of 7) sorted by relevance
552 Expected<unsigned> skipRecord(unsigned AbbrevID);
95 Expected<unsigned> BitstreamCursor::skipRecord(unsigned AbbrevID) { in skipRecord() function in BitstreamCursor
572 if (llvm::Expected<unsigned> Skipped = InStream.skipRecord(Entry.ID)) in loadModuleFile()
4227 if (Expected<unsigned> Skipped = Cursor.skipRecord(Entry.ID)) in SkipCursorToBlock()
983 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in parseBlock()
707 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()914 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
251 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in readIdentificationCode()329 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in hasObjCCategory()406 if (llvm::Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readTriple()7662 if (Error E = Stream.skipRecord(Entry.ID).takeError()) in getBitcodeFileContents()7846 if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID)) in getLTOInfo()