Searched refs:SetProtections (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.cpp | 41 FUNCNAME(SetProtections); in getJITFuncIdName()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMRegion.h | 39 bool SetProtections(mach_vm_address_t addr, mach_vm_size_t size,
|
D | MachVMRegion.cpp | 44 bool MachVMRegion::SetProtections(mach_vm_address_t addr, mach_vm_size_t size, in SetProtections() function in MachVMRegion
|
D | MachVMMemory.cpp | 225 if (vmRegion.SetProtections(curr_addr, curr_data_count, in Write()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 262 class SetProtections 263 : public rpc::Function<SetProtections,
|
D | OrcRemoteTargetServer.h | 75 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections); in OrcRemoteTargetServer()
|
D | OrcRemoteTargetClient.h | 885 if (auto Err = callB<mem::SetProtections>(Id, RemoteSegAddr, ProtFlags)) { in setProtections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 255 class SetProtections 256 : public rpc::Function<SetProtections,
|
D | OrcRemoteTargetServer.h | 73 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections); in OrcRemoteTargetServer()
|
D | OrcRemoteTargetClient.h | 664 if (auto Err = callB<mem::SetProtections>(Id, RemoteSegAddr, ProtFlags)) { in setProtections()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 192 SetProtections; typedef
|
D | OrcRemoteTargetServer.h | 108 return handle<SetProtections>(Channel, *this, in handleKnownFunction()
|
D | OrcRemoteTargetClient.h | 788 return callST<SetProtections>(Channel, Id, RemoteSegAddr, ProtFlags); in setProtections()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | ChangeLog | 380 * MacOSX/MachVMRegion.cpp (MachVMRegion::SetProtections): Improved
|