Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamRef.h201 struct BinarySubstreamRef { struct
205 BinarySubstreamRef slice(uint32_t Off, uint32_t Size) const { in slice() argument
209 BinarySubstreamRef drop_front(uint32_t N) const { in drop_front() argument
212 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() argument
215 split(uint32_t Offset) const { in split()
219 uint32_t size() const { return StreamData.getLength(); } in size()
220 bool empty() const { return size() == 0; } in empty()