Attempts to write an IFS interface file to a raw_ostream.
Synopsis
Declared in <llvm/InterfaceStub/IFSHandler.h>
Error
writeIFSToOutputStream(
raw_ostream& OS,
IFSStub const& Stub);
Return Value
Lightweight error class with error context and mandatory checking.
Parameters
Name |
Description |
OS |
This class implements an extremely fast bulk output stream that can only output to a stream. It does not support seeking, reopening, rewinding, line buffered disciplines etc. It is a simple buffer that outputs a chunk at a time. |
Created with MrDocs