HomeSort by relevance Sort by last modified time
    Searched defs:getBufferStart (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
FileOutputBuffer.h 34 uint8_t* getBufferStart() {
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 45 uint8_t *getBufferStart() {
MemoryBuffer.h 50 const char *getBufferStart() const { return BufferStart; }
raw_ostream.h 288 /// getBufferStart - Return the beginning of the current stream buffer, or 0
290 const char *getBufferStart() const { return OutBufStart; }
  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 46 const char *getBufferStart() const { return Buffer->getBufferStart(); }
  /external/clang/include/clang/Frontend/
ASTUnit.h 205 const char *getBufferStart() const { return &Buffer[0]; }
    [all...]

Completed in 116 milliseconds