Home
last modified time | relevance | path

Searched defs:BinarySubstreamRef (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamRef.h200 struct BinarySubstreamRef { struct
204 BinarySubstreamRef slice(uint32_t Off, uint32_t Size) const { in slice() argument
208 BinarySubstreamRef drop_front(uint32_t N) const { in drop_front() argument
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() argument
214 split(uint32_t Off) const { in split()
218 uint32_t size() const { return StreamData.getLength(); } in size()
219 bool empty() const { return size() == 0; } in empty()