Print a MemProt as an RWX triple.

Synopsis

Declared in <llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    MemProt MP);

Return Value

The output stream.

Parameters

Name

Description

OS

Output stream.

MP

Memory protection flags to print.

Created with MrDocs