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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h532 Expected<unsigned> skipRecord(unsigned AbbrevID);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp91 /// skipRecord - Read the current record and discard it.
92 Expected<unsigned> BitstreamCursor::skipRecord(unsigned AbbrevID) { function in class:BitstreamCursor
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp572 if (llvm::Expected<unsigned> Skipped = InStream.skipRecord(Entry.ID))
H A DASTReader.cpp4137 if (Expected<unsigned> Skipped = Cursor.skipRecord(Entry.ID))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp984 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID))
H A DBitcodeReader.cpp250 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID))
331 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID))
409 if (llvm::Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID))
6437 if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID))
6625 if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID))
H A DMetadataLoader.cpp706 Expected<unsigned> MaybeCode = IndexCursor.skipRecord(Entry.ID);

Completed in 258 milliseconds