Render a SymbolMap entry.

Synopsis

Declared in <llvm/ExecutionEngine/Orc/DebugUtils.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    SymbolMap::value_type const& KV);

Return Value

Reference to the current output stream

Parameters

Name

Description

OS

An output stream

KV

The object to output

Created with MrDocs