Home
last modified time | relevance | path

Searched refs:canSkipToPos (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h107 bool canSkipToPos(size_t pos) const { in canSkipToPos() function
130 assert(canSkipToPos(ByteNo) && "Invalid location"); in JumpToBit()
389 using SimpleBitstreamCursor::canSkipToPos;
503 if (!canSkipToPos(SkipTo / 8)) in SkipBlock()
/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp202 if (!canSkipToPos(NewEnd/8)) { in skipRecord()
341 if (!canSkipToPos(NewEnd/8)) in readRecord()
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp132 if (!Stream.canSkipToPos(4)) in hasInvalidBitcodeHeader()
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4921 if (!Stream.canSkipToPos(4)) in readUnhashedControlBlockImpl()