Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMemoryBuffer.h66 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd() function
176 char *getBufferEnd() { in getBufferEnd() function
234 char *getBufferEnd() { in getBufferEnd() function
DMemoryBufferRef.h36 const char *getBufferEnd() const { return Buffer.end(); } in getBufferEnd() function
DBinaryByteStream.h228 uint8_t *getBufferEnd() const { return FileBuffer->getBufferEnd(); } in getBufferEnd() function
265 uint8_t *getBufferEnd() const { return Impl.getBufferEnd(); } in getBufferEnd() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DFileOutputBuffer.cpp41 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anone694fdff0111::OnDiskBuffer
84 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anone694fdff0111::InMemoryBuffer
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DUtility.h139 char *getBufferEnd() { return Buffer + CurrentPosition - 1; } in getBufferEnd() function