Searched refs:TheStream (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DFormattedStream.h37 /// TheStream - The real stream we output to. We set it to be
40 raw_ostream *TheStream; member in class:llvm::formatted_raw_ostream
42 /// DeleteStream - Do we need to delete TheStream in the
66 return TheStream->tell();
86 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {
90 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {
102 TheStream = &Stream;
106 // own buffering, and it doesn't need or want TheStream to do another
107 // layer of buffering underneath. Resize the buffer to what TheStream
108 // had been using, and tell TheStream no
[all...]
H A Dcircular_raw_ostream.h40 /// TheStream - The real stream we output to. We set it to be
43 raw_ostream *TheStream; member in class:llvm::circular_raw_ostream
77 TheStream->write(Cur, BufferArray + BufferSize - Cur);
79 TheStream->write(BufferArray, Cur - BufferArray);
90 // This has the same effect as calling TheStream.current_pos(),
92 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
112 TheStream(0),
125 TheStream(0),
147 TheStream
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dcircular_raw_ostream.cpp20 TheStream->write(Ptr, Size);
42 TheStream->write(Banner, std::strlen(Banner));
H A DFormattedStream.cpp76 TheStream->write(Ptr, Size);

Completed in 144 milliseconds