Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDMemoryBuffer.h51 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd() function
162 const char *getBufferEnd() const { return Buffer.end(); } in getBufferEnd() function
HDFileOutputBuffer.h50 uint8_t *getBufferEnd() { in getBufferEnd() function