Searched defs:GetNumBytesInBuffer (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h84 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
120 size_t GetNumBytesInBuffer() const { function in class:llvm::raw_ostream
/external/llvm/include/llvm/Support/
H A Draw_ostream.h92 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
126 size_t GetNumBytesInBuffer() const { function in class:llvm::raw_ostream
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
132 size_t GetNumBytesInBuffer() const { function in class:llvm::raw_ostream

Completed in 104 milliseconds