Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h99 RefType keep_front(uint32_t N) const { in keep_front() function
119 return drop_front(Offset).keep_front(Len); in slice()
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function
215 return std::make_pair(keep_front(Off), drop_front(Off)); in split()
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamRef.h99 RefType keep_front(uint32_t N) const { in keep_front() function
119 return drop_front(Offset).keep_front(Len); in slice()
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function
215 return std::make_pair(keep_front(Off), drop_front(Off)); in split()
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h75 StreamRef keep_front(uint32_t N) const { in keep_front() function
83 return drop_front(Offset).keep_front(Len); in slice()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamWriter.cpp89 First = First.keep_front(Off); in split()
DBinaryStreamReader.cpp175 First = First.keep_front(Off); in split()
/external/llvm-project/llvm/lib/Support/
DBinaryStreamWriter.cpp89 First = First.keep_front(Off); in split()
DBinaryStreamReader.cpp175 First = First.keep_front(Off); in split()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp206 Substream.StreamData = Slice.drop_front(Offset).keep_front(Size); in formatMsfStreamData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp197 WritableBinaryStreamRef(FileInfoBuffer).keep_front(NamesOffset); in generateFileInfoSubstream()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp193 WritableBinaryStreamRef(FileInfoBuffer).keep_front(NamesOffset); in generateFileInfoSubstream()
/external/llvm-project/llvm/unittests/Support/
DBinaryStreamTest.cpp341 Dropped = Original.keep_front(2); in TEST_F()