llvm::orc::operator<<

/ Render a JITDylibLookupFlags instance.

Synopsis

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

raw_ostream&
operator<<(
    raw_ostream& OS,
    JITDylibLookupFlags const& JDLookupFlags);

Return Value

Reference to the output stream OS.

Parameters

NameDescription
OSOutput stream.
JDLookupFlagsJITDylib lookup flags to render.