Searched refs:OutStream (Results 1 - 6 of 6) sorted by relevance

/external/llvm/utils/FileUpdate/
H A DFileUpdate.cpp73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr,
81 OutStream.os().write(In->getBufferStart(), In->getBufferSize());
84 OutStream.keep();
/external/llvm/lib/Support/
H A DStatistic.cpp148 raw_ostream &OutStream = *CreateInfoOutputFile();
149 PrintStatistics(OutStream);
150 delete &OutStream; // Close the file.
H A DTimer.cpp298 raw_ostream *OutStream = CreateInfoOutputFile();
299 PrintQueuedTimers(*OutStream);
300 delete OutStream; // Close the file.
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h17 // Implementation of an InStream and OutStream that can read (exclusive) or
21 class FileWrapper : public InStream, public OutStream
/external/llvm/lib/VMCore/
H A DDebugInfoProbe.cpp95 raw_ostream *OutStream = CreateInfoOutputFile(); local
97 *OutStream << NumDbgLineLost
101 *OutStream << NumDbgValueLost
104 delete OutStream;
/external/webrtc/src/
H A Dcommon_types.h40 class OutStream class in namespace:webrtc
45 virtual ~OutStream() {}
47 OutStream() {} function in class:webrtc::OutStream

Completed in 116 milliseconds