Home
last modified time | relevance | path

Searched refs:BufferEnd (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemoryBuffer.h42 const char *BufferEnd; // End of the buffer. variable
56 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd()
57 size_t getBufferSize() const { return BufferEnd-BufferStart; } in getBufferSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemoryBuffer.h43 const char *BufferEnd; // End of the buffer. variable
60 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd()
61 size_t getBufferSize() const { return BufferEnd-BufferStart; } in getBufferSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp875 const unsigned char *const BufferEnd, in getValueProfData() argument
879 if (D + sizeof(ValueProfData) > BufferEnd) in getValueProfData()
884 if (D + TotalSize > BufferEnd) in getValueProfData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp50 BufferEnd = BufEnd; in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp50 BufferEnd = BufEnd; in init()