Searched refs:TheStream (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 34 raw_ostream *TheStream; variable 63 return TheStream->tell(); in current_pos() 80 TheStream = &Stream; in setStream() 86 if (size_t BufferSize = TheStream->GetBufferSize()) in setStream() 90 TheStream->SetUnbuffered(); in setStream() 107 : TheStream(nullptr), Position(0, 0) { in formatted_raw_ostream() 110 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { in formatted_raw_ostream() 139 TheStream->resetColor(); in resetColor() 144 TheStream->reverseColor(); in reverseColor() 149 TheStream->changeColor(Color, Bold, BG); in changeColor() [all …]
|
| H A D | circular_raw_ostream.h | 41 raw_ostream *TheStream = nullptr; 75 TheStream->write(Cur, BufferArray + BufferSize - Cur); in flushBuffer() 77 TheStream->write(BufferArray, Cur - BufferArray); in flushBuffer() 90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos() 125 return TheStream->is_displayed(); in is_displayed() 135 TheStream = &Stream; 150 if (!TheStream) in releaseStream() 153 delete TheStream; in releaseStream() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | circular_raw_ostream.cpp | 19 TheStream->write(Ptr, Size); in write_impl() 41 TheStream->write(Banner, std::strlen(Banner)); in flushBufferWithBanner()
|
| H A D | FormattedStream.cpp | 130 TheStream->write(Ptr, Size); in write_impl()
|