Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h44 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMemory.h54 enum ProtectionFlags { enum
173 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DMemory.cpp34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp125 sys::Memory::ProtectionFlags::MF_READ | in deinitialize()
126 sys::Memory::ProtectionFlags::MF_WRITE)) { in deinitialize()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp353 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
354 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/openbsd-src/gnu/llvm/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)``