Home
last modified time | relevance | path

Searched refs:protectMappedMemory (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp199 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::__anona5a5e7d50311::DefaultMMapper
251 return sys::Memory::protectMappedMemory(Block, Flags); in protectMappedMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp178 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/
DOrcABISupport.cpp179 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/
DMemoryTest.cpp201 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/
DMemoryTest.cpp201 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/
DMemory.inc134 // 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/
DMemory.h109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h91 virtual std::error_code protectMappedMemory(const sys::MemoryBlock &Block,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
/external/llvm/include/llvm/Support/
DMemory.h109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h140 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()
DIndirectionUtils.h120 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(), in LocalJITCompileCallbackManager()
159 if (auto EC = sys::Memory::protectMappedMemory( in grow()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h165 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()
DIndirectionUtils.h157 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(), in LocalJITCompileCallbackManager()
194 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(), in grow()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp184 if (std::error_code EC = sys::Memory::protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DMemory.inc138 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
/external/llvm/lib/Support/Windows/
DMemory.inc138 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc146 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
/external/llvm/lib/Support/Unix/
DMemory.inc154 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp464 if (auto EC = sys::Memory::protectMappedMemory(FM, in executeInput()