Searched refs:protectMappedMemory (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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::__anonf828fbc60311::DefaultMMapper 259 return sys::Memory::protectMappedMemory(Block, Flags); in protectMappedMemory()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 89 virtual std::error_code protectMappedMemory(const sys::MemoryBlock &Block,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Memory.h | 127 static std::error_code protectMappedMemory(const MemoryBlock &Block,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 150 // Rely on protectMappedMemory to invalidate instruction cache. 152 EC = Memory::protectMappedMemory (Result, PFlags); 175 Memory::protectMappedMemory(const MemoryBlock &M, unsigned Flags) {
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.h | 147 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(), in LocalTrampolinePool() 180 if (auto EC = sys::Memory::protectMappedMemory( in grow() 336 if (auto EC = sys::Memory::protectMappedMemory( in create()
|
| H A D | OrcRemoteTargetServer.h | 142 sys::Memory::protectMappedMemory(I->second, Flags)); in setProtections() 309 return errorCodeToError(sys::Memory::protectMappedMemory( in handleEmitResolverBlock() 332 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(), in handleEmitTrampolineBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 65 if (auto EC = sys::Memory::protectMappedMemory(Block, Prot)) in allocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 170 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | OrcRPCTPCServer.h | 560 sys::Memory::protectMappedMemory(MB, static_cast<unsigned>(PF))) in finalizeMemory()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 557 if (auto EC = sys::Memory::protectMappedMemory(FM_MB, in executeInput()
|