llvm::SimpleBitstreamCursor::canSkipToPos

True if pos is within the buffer or exactly one byte past the end.

Synopsis

Declared in <llvm/Bitstream/BitstreamReader.h>

bool
canSkipToPos(size_t pos) const;

Return Value

True if pos is a valid skip destination in the buffer.

Parameters

NameDescription
posByte offset to test against the buffer bounds.