Searched refs:protectMappedMemory (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A 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::__anon8b7fceb70311::DefaultMMapper 251 return sys::Memory::protectMappedMemory(Block, Flags); in protectMappedMemory()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A 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() 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 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) {
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Memory.h | 109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 91 virtual std::error_code protectMappedMemory(const sys::MemoryBlock &Block,
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A 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()
|
| H A D | IndirectionUtils.h | 135 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 D | Memory.inc | 138 std::error_code Memory::protectMappedMemory(const MemoryBlock &M,
|
| /freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 469 if (auto EC = sys::Memory::protectMappedMemory(FM, in executeInput()
|