printTree overloads
Declared in <llvm/IR/Metadata.h>
Print in tree shape.
void
printTree(
raw_ostream& OS,
Module const* M = nullptr) const;
» more...
Print this metadata as a tree using slot tracker MST.
void
printTree(
raw_ostream& OS,
ModuleSlotTracker& MST,
Module const* M = nullptr) const;
» more...
| Name | Description |
|---|---|
| OS | Output stream. |
| M | Optional module for canonical metadata numbering. |
| MST | Module slot tracker for numbering. |