HomeSort by relevance Sort by last modified time
    Searched refs:setProtections (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
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,
788 return callST<SetProtections>(Channel, Id, RemoteSegAddr, ProtFlags);
OrcRemoteTargetServer.h 108 return handle<SetProtections>(Channel, *this,
160 Error setProtections(void *block, unsigned Flags) {
417 return Allocator.setProtections(LocalAddr, Flags);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 310 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions))
638 bool setProtections(ResourceIdMgr::ResourceId Id,
640 if (auto Err = callB<mem::SetProtections>(Id, RemoteSegAddr, ProtFlags)) {
OrcRemoteTargetServer.h 74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
135 Error setProtections(void *block, unsigned Flags) {
411 return Allocator.setProtections(LocalAddr, Flags);

Completed in 1298 milliseconds