Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemoryBuffer.h66 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd() function
176 char *getBufferEnd() { in getBufferEnd() function
234 char *getBufferEnd() { in getBufferEnd() function
H A DMemoryBufferRef.h36 const char *getBufferEnd() const { return Buffer.end(); } in getBufferEnd() function
H A DBinaryByteStream.h228 uint8_t *getBufferEnd() const { return FileBuffer->getBufferEnd(); } in getBufferEnd() function
265 uint8_t *getBufferEnd() const { return Impl.getBufferEnd(); } in getBufferEnd() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp41 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anon8b42c9320111::OnDiskBuffer
84 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anon8b42c9320111::InMemoryBuffer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h139 char *getBufferEnd() { return Buffer + CurrentPosition - 1; } in getBufferEnd() function