Searched defs:MF_WRITE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMemory.h49 MF_WRITE = 0x2000000, enumerator in enum:llvm::sys::Memory::ProtectionFlags
100 /// If \p Flags is MF_WRITE, the actual behavior varies
101 /// with the operating system (i.e. MF_READ | MF_WRITE on Windows) and the
102 /// target architecture (i.e. MF_WRITE -> MF_READ | MF_WRITE on i386).

Completed in 82 milliseconds