Home
last modified time | relevance | path

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

/freebsd/contrib/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.h225 uint8_t *getBufferEnd() const { return FileBuffer->getBufferEnd(); } getBufferEnd() function
262 uint8_t *getBufferEnd() const { return Impl.getBufferEnd(); } getBufferEnd() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp39 uint8_t *getBufferEnd() const override { getBufferEnd() function in __anon71e275e70111::OnDiskBuffer
82 uint8_t *getBufferEnd() const override { getBufferEnd() function in __anon71e275e70111::InMemoryBuffer
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h183 char *getBufferEnd() { return Buffer + CurrentPosition - 1; } getBufferEnd() function