True if pos is within the buffer or exactly one byte past the end.
Declared in <llvm/Bitstream/BitstreamReader.h>
bool
canSkipToPos(size_t pos) const;
True if pos is a valid skip destination in the buffer.
| Name | Description |
|---|---|
| pos | Byte offset to test against the buffer bounds. |