Stream insertion operator
Declared in <llvm/Object/FaultMapParser.h>
raw_ostream&
operator<<(
raw_ostream& OS,
FaultMapParser::FunctionInfoAccessor const& value);
Reference to the current output stream
| Name | Description |
|---|---|
| OS | An output stream |
| value | The object to output |