Searched defs:BinarySubstreamRef (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ | ||
H A D | BinaryStreamRef.h | 207 BinarySubstreamRef keep_front(uint64_t N) const { return slice(0, N); } in drop_front() argument |