Render a SymbolDependendeMap.

Synopsis

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

raw_ostream&
operator<<(
    raw_ostream& OS,
    SymbolDependenceMap const& Deps);

Return Value

Reference to the output stream OS.

Parameters

Name

Description

OS

Output stream.

Deps

Map of JITDylibs to dependent symbols to render.

Created with MrDocs