Searched refs:protectMappedMemory (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 207 if (std::error_code EC = MMapper.protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions() 257 std::error_code protectMappedMemory(const sys::MemoryBlock &Block, in protectMappedMemory() function in llvm::__anona643bf420311::DefaultMMapper 259 return sys::Memory::protectMappedMemory(Block, Flags); in protectMappedMemory()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MemoryTest.cpp | 266 EXPECT_FALSE(Memory::protectMappedMemory(M1, getTestableEquivalent(Flags))); in TEST_P() 267 EXPECT_FALSE(Memory::protectMappedMemory(M2, getTestableEquivalent(Flags))); in TEST_P() 268 EXPECT_FALSE(Memory::protectMappedMemory(M3, getTestableEquivalent(Flags))); in TEST_P() 296 Memory::protectMappedMemory(M4, getTestableEquivalent(Flags))); in TEST_P()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 143 // Rely on protectMappedMemory to invalidate instruction cache. 145 EC = Memory::protectMappedMemory (Result, PFlags); 168 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 89 virtual std::error_code protectMappedMemory(const sys::MemoryBlock &Block,
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Memory.h | 127 static std::error_code protectMappedMemory(const MemoryBlock &Block,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.h | 154 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(), in LocalTrampolinePool() 187 if (auto EC = sys::Memory::protectMappedMemory( in grow() 343 if (auto EC = sys::Memory::protectMappedMemory( in create()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManagerTest.cpp | 47 if (auto EC = sys::Memory::protectMappedMemory( in finalize()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.cpp | 133 if (auto EC = sys::Memory::protectMappedMemory( in finalize()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 170 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.cpp | 74 if (auto EC = sys::Memory::protectMappedMemory({Base.toPtr<void *>(), Size}, in initialize()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 287 if (auto EC = sys::Memory::protectMappedMemory(MB, Prot)) in applyProtections()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 606 if (auto EC = sys::Memory::protectMappedMemory(FM_MB, in executeInput()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 520 if (auto EC = sys::Memory::protectMappedMemory(MB, Prot)) in allocate()
|