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 output stream OS.
Parameters
Name |
Description |
OS |
Output stream. |
SymbolFlags |
Map of symbol names to flags to render. |
Created with MrDocs