Home
last modified time | relevance | path

Searched refs:keep_front (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h96 RefType keep_front(uint64_t N) const { in keep_front() function
116 return drop_front(Offset).keep_front(Len); in slice()
207 BinarySubstreamRef keep_front(uint64_t N) const { return slice(0, N); } in keep_front() function
210 return std::make_pair(keep_front(Off), drop_front(Off)); in split()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp89 First = First.keep_front(Off); in split()
H A DBinaryStreamReader.cpp174 First = First.keep_front(Off); in split()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp212 Substream.StreamData = Slice.drop_front(Offset).keep_front(Size); in formatMsfStreamData()
H A DDbiStreamBuilder.cpp194 WritableBinaryStreamRef(FileInfoBuffer).keep_front(NamesOffset); in generateFileInfoSubstream()