llvm::jitlink::operator<<

Write a description of symbol A to OS.

Synopsis

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

raw_ostream&
operator<<(
    raw_ostream& OS,
    Symbol const& A);

Return Value

A reference to OS.

Parameters

NameDescription
OSOutput stream to write to.
ASymbol to print.