print overloads
Declared in <llvm/Pass.h>
Implement the dump method.
virtual
void
print(
raw_ostream& O,
Module const* M = nullptr) const override;
» more...
Print the internal state of this pass for analysis dumping.
virtual
void
print(
raw_ostream& OS,
Module const* M) const;
» more...
| Name | Description |
|---|---|
| O | Output stream for the dump. |
| M | Optional module; unused by this pass. |
| OS | Stream to write the pass state to. |