Home
last modified time | relevance | path

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

12345678910>>...26

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h31 using ProtectionFlags = sys::Memory::ProtectionFlags;
67 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
71 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h31 using ProtectionFlags = sys::Memory::ProtectionFlags;
67 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
71 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h31 using ProtectionFlags = sys::Memory::ProtectionFlags;
67 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
71 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h31 using ProtectionFlags = sys::Memory::ProtectionFlags;
68 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
72 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h34 using ProtectionFlags = sys::Memory::ProtectionFlags;
70 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
74 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h35 using ProtectionFlags = sys::Memory::ProtectionFlags;
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h34 using ProtectionFlags = sys::Memory::ProtectionFlags;
70 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
74 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h35 using ProtectionFlags = sys::Memory::ProtectionFlags;
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h35 using ProtectionFlags = sys::Memory::ProtectionFlags;
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h34 using ProtectionFlags = sys::Memory::ProtectionFlags;
70 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
74 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h35 using ProtectionFlags = sys::Memory::ProtectionFlags;
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h35 using ProtectionFlags = sys::Memory::ProtectionFlags;
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h35 using ProtectionFlags = sys::Memory::ProtectionFlags;
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h35 using ProtectionFlags = sys::Memory::ProtectionFlags;
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
65 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
66 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
81 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
82 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
81 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
82 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
81 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
82 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override {
34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override {
82 const sys::Memory::ProtectionFlags ReadWrite =
83 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ |
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
82 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
83 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
82 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
83 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
81 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
82 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
81 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
82 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
82 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
83 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
82 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
83 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()

12345678910>>...26