Debugging output for Memory::ProtectionFlags.

Synopsis

Declared in <llvm/Support/Memory.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    Memory::ProtectionFlags const& PF);

Return Value

OS after writing the protection flags.

Parameters

Name

Description

OS

Stream to write to.

PF

Protection flags to print.

Created with MrDocs