Render a SymbolFlagsMap.
Synopsis
Declared in <llvm/ExecutionEngine/Orc/DebugUtils.h>
raw_ostream&
operator<<(
raw_ostream& OS,
SymbolFlagsMap const& SymbolFlags);
Return Value
Reference to the current output stream
Parameters
Name |
Description |
OS |
An output stream |
SymbolFlags |
The object to output |
Created with MrDocs