Searched refs:setProtections (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 257 if (auto Err = Client.setProtections(Id, ObjAllocs.RemoteCodeAddr, 294 if (auto Err = Client.setProtections(Id, ObjAllocs.RemoteRODataAddr, 330 if (auto Err = Client.setProtections(Id, ObjAllocs.RemoteRWDataAddr, 786 Error setProtections(ResourceIdMgr::ResourceId Id, in setProtections() function
|
D | OrcRemoteTargetServer.h | 160 Error setProtections(void *block, unsigned Flags) { in setProtections() function 417 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 134 Error setProtections(void *block, unsigned Flags) { in setProtections() function 410 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
|
D | OrcRemoteTargetClient.h | 313 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions)) in copyAndProtect() 662 bool setProtections(ResourceIdMgr::ResourceId Id, in setProtections() function
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 136 Error setProtections(void *block, unsigned Flags) { in setProtections() function 424 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
|
D | OrcRemoteTargetClient.h | 314 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions)) in copyAndProtect() 488 Client.setProtections(Id, TargetSegmentAddr, Permissions); in copyAndProtect() 883 bool setProtections(ResourceIdMgr::ResourceId Id, in setProtections() function
|