llvm::orc::operator<<

Render a LookupKind.

Synopsis

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

raw_ostream&
operator<<(
    raw_ostream& OS,
    LookupKind const& K);

Return Value

Reference to the output stream OS.

Parameters

NameDescription
OSOutput stream.
KLookup kind to render.