/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 199 if (std::error_code EC = MMapper.protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions() 249 std::error_code protectMappedMemory(const sys::MemoryBlock &Block, in protectMappedMemory() function in llvm::__anonfbf0962c0311::DefaultMMapper 251 return sys::Memory::protectMappedMemory(Block, Flags); in protectMappedMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcABISupport.cpp | 178 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock() 259 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock() 526 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcABISupport.cpp | 179 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock() 260 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock() 527 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock()
|
/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 201 EXPECT_FALSE(Memory::protectMappedMemory(M1, getTestableEquivalent(Flags))); in TEST_P() 202 EXPECT_FALSE(Memory::protectMappedMemory(M2, getTestableEquivalent(Flags))); in TEST_P() 203 EXPECT_FALSE(Memory::protectMappedMemory(M3, getTestableEquivalent(Flags))); in TEST_P() 231 Memory::protectMappedMemory(M4, getTestableEquivalent(Flags))); in TEST_P()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | MemoryTest.cpp | 201 EXPECT_FALSE(Memory::protectMappedMemory(M1, getTestableEquivalent(Flags))); in TEST_P() 202 EXPECT_FALSE(Memory::protectMappedMemory(M2, getTestableEquivalent(Flags))); in TEST_P() 203 EXPECT_FALSE(Memory::protectMappedMemory(M3, getTestableEquivalent(Flags))); in TEST_P() 231 Memory::protectMappedMemory(M4, getTestableEquivalent(Flags))); in TEST_P()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Memory.inc | 134 // Rely on protectMappedMemory to invalidate instruction cache. 136 EC = Memory::protectMappedMemory (Result, PFlags); 159 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Memory.h | 109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 91 virtual std::error_code protectMappedMemory(const sys::MemoryBlock &Block,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Memory.h | 109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
|
/external/llvm/include/llvm/Support/ |
D | Memory.h | 109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 140 sys::Memory::protectMappedMemory(I->second, Flags)); in setProtections() 294 return errorCodeToError(sys::Memory::protectMappedMemory( in handleEmitResolverBlock() 316 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(), in handleEmitTrampolineBlock()
|
D | IndirectionUtils.h | 120 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(), in LocalJITCompileCallbackManager() 159 if (auto EC = sys::Memory::protectMappedMemory( in grow()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 165 sys::Memory::protectMappedMemory(I->second, Flags)); in setProtections() 307 return errorCodeToError(sys::Memory::protectMappedMemory( in handleEmitResolverBlock() 329 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(), in handleEmitTrampolineBlock()
|
D | IndirectionUtils.h | 157 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(), in LocalJITCompileCallbackManager() 194 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(), in grow()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 184 if (std::error_code EC = sys::Memory::protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Memory.inc | 138 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
|
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 138 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 154 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 146 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 464 if (auto EC = sys::Memory::protectMappedMemory(FM, in executeInput()
|