Home
last modified time | relevance | path

Searched refs:setProtections (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h257 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
DOrcRemoteTargetServer.h160 Error setProtections(void *block, unsigned Flags) { in setProtections() function
417 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()