Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h533 Expected<unsigned> skipRecord(unsigned AbbrevID);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp91 Expected<unsigned> BitstreamCursor::skipRecord(unsigned AbbrevID) { in skipRecord() function in BitstreamCursor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp572 if (llvm::Expected<unsigned> Skipped = InStream.skipRecord(Entry.ID)) in loadModuleFile()
H A DASTReader.cpp4180 if (Expected<unsigned> Skipped = Cursor.skipRecord(Entry.ID)) in SkipCursorToBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp718 Expected<unsigned> MaybeCode = IndexCursor.skipRecord(Entry.ID); in lazyLoadModuleMetadataBlock()
926 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()
H A DBitcodeAnalyzer.cpp990 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in parseBlock()
H A DBitcodeReader.cpp249 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readIdentificationCode()
330 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in hasObjCCategory()
408 if (llvm::Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readTriple()
6814 if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID)) in getBitcodeFileContents()
7004 if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID)) in getLTOInfo()