Searched refs:ProtectionFlags (Results 1 – 6 of 6) sorted by relevance
44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags()45 std::underlying_type_t<sys::Memory::ProtectionFlags> PF = 0; in toSysMemoryProtectionFlags()52 return static_cast<sys::Memory::ProtectionFlags>(PF); in toSysMemoryProtectionFlags()57 inline MemProt fromSysMemoryProtectionFlags(sys::Memory::ProtectionFlags PF) { in fromSysMemoryProtectionFlags()
54 enum ProtectionFlags { enum173 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
125 sys::Memory::ProtectionFlags::MF_READ | in deinitialize()126 sys::Memory::ProtectionFlags::MF_WRITE)) { in deinitialize()
353 const sys::Memory::ProtectionFlags ReadWrite = in allocate()354 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
298 instances, with a ``Name``, a set of ``ProtectionFlags``, and an ``Ordinal``.312 * ``ProtectionFlags`` are represented as a sys::Memory::ProtectionFlags enum,688 * ``virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg)``693 * ``virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg)``