llvm::jitlink::printEdge

Print a description of edge E in block B to OS.

Synopsis

Declared in <llvm/ExecutionEngine/JITLink/JITLink.h>

void
printEdge(
    raw_ostream& OS,
    Block const& B,
    Edge const& E,
    StringRef EdgeKindName);

Parameters

NameDescription
OSOutput stream to write to.
BBlock that owns the edge.
EEdge to print.
EdgeKindNameHuman-readable name for the edge kind.