Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h67 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd() function
195 char *getBufferEnd() { in getBufferEnd() function
259 char *getBufferEnd() { in getBufferEnd() function
H A DMemoryBufferRef.h36 const char *getBufferEnd() const { return Buffer.end(); } in getBufferEnd() function
H A DBinaryByteStream.h224 uint8_t *getBufferEnd() const { return FileBuffer->getBufferEnd(); } in getBufferEnd() function
259 uint8_t *getBufferEnd() const { return Impl.getBufferEnd(); } in getBufferEnd() function
/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp40 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anonf253771a0111::OnDiskBuffer
85 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anonf253771a0111::InMemoryBuffer
/llvm-project/libcxxabi/src/demangle/
H A DUtility.h181 char *getBufferEnd() { return Buffer + CurrentPosition - 1; } in getBufferEnd() function
/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h181 char *getBufferEnd() { return Buffer + CurrentPosition - 1; } in getBufferEnd() function