Home
last modified time | relevance | path

Searched refs:setProtections (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h134 Error setProtections(void *block, unsigned Flags) { in setProtections() function
410 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
DOrcRemoteTargetClient.h313 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/
DOrcRemoteTargetServer.h136 Error setProtections(void *block, unsigned Flags) { in setProtections() function
424 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
DOrcRemoteTargetClient.h314 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