Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp207 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::__anon2949d0120311::DefaultMMapper
259 return sys::Memory::protectMappedMemory(Block, Flags); in protectMappedMemory()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc141 // Rely on protectMappedMemory to invalidate instruction cache.
143 EC = Memory::protectMappedMemory(Result, PFlags);
164 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h89 virtual std::error_code protectMappedMemory(const sys::MemoryBlock &Block,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h127 static std::error_code protectMappedMemory(const MemoryBlock &Block,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h154 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp85 if (auto EC = sys::Memory::protectMappedMemory( in initialize()
127 if (auto EC = sys::Memory::protectMappedMemory( in deinitialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp133 if (auto EC = sys::Memory::protectMappedMemory( in finalize()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc168 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp312 if (auto EC = sys::Memory::protectMappedMemory(MB, Prot)) in applyProtections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp606 if (auto EC = sys::Memory::protectMappedMemory(FM_MB, in executeInput()