HomeSort by: relevance | last modified time | path
    Searched refs:SetProtections (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 263 class SetProtections
265 SetProtections, void(ResourceIdMgr::ResourceId AllocID,
268 static const char *getName() { return "SetProtections"; }
OrcRemoteTargetServer.h 76 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
137 Error setProtections(void *block, unsigned Flags) {
425 return Allocator.setProtections(LocalAddr, Flags);
OrcRemoteTargetClient.h 314 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions))
488 Client.setProtections(Id, TargetSegmentAddr, Permissions);
885 bool setProtections(ResourceIdMgr::ResourceId Id,
887 if (auto Err = callB<mem::SetProtections>(Id, RemoteSegAddr, ProtFlags)) {

Completed in 38 milliseconds