Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A 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::__anon8b7fceb70311::DefaultMMapper
251 return sys::Memory::protectMappedMemory(Block, Flags); in protectMappedMemory()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A 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()
719 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock()
970 if (auto EC = sys::Memory::protectMappedMemory( in emitIndirectStubsBlock()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DMemory.inc134 // Rely on protectMappedMemory to invalidate instruction cache.
136 EC = Memory::protectMappedMemory (Result, PFlags);
159 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMemory.h109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h91 virtual std::error_code protectMappedMemory(const sys::MemoryBlock &Block,
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A 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()
H A DIndirectionUtils.h135 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(), in LocalTrampolinePool()
168 if (auto EC = sys::Memory::protectMappedMemory( in grow()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DMemory.inc138 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp469 if (auto EC = sys::Memory::protectMappedMemory(FM, in executeInput()