Searched refs:ProtectionFlags (Results 1 – 9 of 9) sorted by relevance
40 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags()41 std::underlying_type_t<sys::Memory::ProtectionFlags> PF = 0; in toSysMemoryProtectionFlags()48 return static_cast<sys::Memory::ProtectionFlags>(PF); in toSysMemoryProtectionFlags()53 inline MemProt fromSysMemoryProtectionFlags(sys::Memory::ProtectionFlags PF) { in fromSysMemoryProtectionFlags()
54 enum ProtectionFlags { enum173 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
42 toWireProtectionFlags(sys::Memory::ProtectionFlags PF) { in toWireProtectionFlags()53 inline sys::Memory::ProtectionFlags62 return static_cast<sys::Memory::ProtectionFlags>(PF); in fromWireProtectionFlags()
34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
222 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in finalizeMemory()226 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in finalizeMemory()
305 static_cast<sys::Memory::ProtectionFlags>(Segment.Prot)); in initialize()
351 const sys::Memory::ProtectionFlags ReadWrite = in allocate()352 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)``
662 const sys::Memory::ProtectionFlags ReadWrite = in JITLinkSlabAllocator()663 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in JITLinkSlabAllocator()