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
Success, or an error if serialization fails.
Parameters
Name |
Description |
OS |
Output stream to write the IFS text stub to. |
Stub |
IFS stub to serialize. |
Created with MrDocs