Render a SymbolAliasMap.

Synopsis

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

raw_ostream&
operator<<(
    raw_ostream& OS,
    SymbolAliasMap const& Aliases);

Return Value

Reference to the output stream OS.

Parameters

Name

Description

OS

Output stream.

Aliases

Map of alias names to alias entries to render.

Created with MrDocs