Home
last modified time | relevance | path

Searched refs:ProtectionFlags (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DMemoryFlags.h40 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()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMemory.h54 enum ProtectionFlags { enum
173 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h42 toWireProtectionFlags(sys::Memory::ProtectionFlags PF) { in toWireProtectionFlags()
53 inline sys::Memory::ProtectionFlags
62 return static_cast<sys::Memory::ProtectionFlags>(PF); in fromWireProtectionFlags()
/llvm-project-15.0.7/llvm/lib/Support/
H A DMemory.cpp34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp222 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in finalizeMemory()
226 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in finalizeMemory()
H A DMemoryMapper.cpp305 static_cast<sys::Memory::ProtectionFlags>(Segment.Prot)); in initialize()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp351 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
352 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/llvm-project-15.0.7/llvm/docs/
H A DJITLink.rst298 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)``
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp662 const sys::Memory::ProtectionFlags ReadWrite = in JITLinkSlabAllocator()
663 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in JITLinkSlabAllocator()