Print a description of edge E in block B to OS.
Declared in <llvm/ExecutionEngine/JITLink/JITLink.h>
void
printEdge(
raw_ostream& OS,
Block const& B,
Edge const& E,
StringRef EdgeKindName);
| Name | Description |
|---|---|
| OS | Output stream to write to. |
| B | Block that owns the edge. |
| E | Edge to print. |
| EdgeKindName | Human-readable name for the edge kind. |