Render an array of SymbolStringPtrs.

Synopsis

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

raw_ostream&
operator<<(
    raw_ostream& OS,
    ArrayRef<SymbolStringPtr> Symbols);

Return Value

Reference to the current output stream

Parameters

Name

Description

OS

An output stream

Symbols

The object to output

Created with MrDocs