Home
last modified time | relevance | path

Searched refs:SetProtections (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp41 FUNCNAME(SetProtections); in getJITFuncIdName()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.h39 bool SetProtections(mach_vm_address_t addr, mach_vm_size_t size,
DMachVMRegion.cpp44 bool MachVMRegion::SetProtections(mach_vm_address_t addr, mach_vm_size_t size, in SetProtections() function in MachVMRegion
DMachVMMemory.cpp225 if (vmRegion.SetProtections(curr_addr, curr_data_count, in Write()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h262 class SetProtections
263 : public rpc::Function<SetProtections,
DOrcRemoteTargetServer.h75 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h885 if (auto Err = callB<mem::SetProtections>(Id, RemoteSegAddr, ProtFlags)) { in setProtections()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h255 class SetProtections
256 : public rpc::Function<SetProtections,
DOrcRemoteTargetServer.h73 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h664 if (auto Err = callB<mem::SetProtections>(Id, RemoteSegAddr, ProtFlags)) { in setProtections()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h192 SetProtections; typedef
DOrcRemoteTargetServer.h108 return handle<SetProtections>(Channel, *this, in handleKnownFunction()
DOrcRemoteTargetClient.h788 return callST<SetProtections>(Channel, Id, RemoteSegAddr, ProtFlags); in setProtections()
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog380 * MacOSX/MachVMRegion.cpp (MachVMRegion::SetProtections): Improved