Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamRef.h99 RefType keep_front(uint32_t N) const { in keep_front() function
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h99 RefType keep_front(uint32_t N) const { in keep_front() function
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h75 StreamRef keep_front(uint32_t N) const { in keep_front() function