Print FI to OS as a human-readable function info record.
Declared in <llvm/Object/FaultMapParser.h>
raw_ostream&
operator<<(
raw_ostream& OS,
FaultMapParser::FunctionInfoAccessor const& FI);
A reference to OS.
| Name | Description |
|---|---|
| OS | Stream to write to. |
| FI | Function info accessor to print. |