Home
last modified time | relevance | path

Searched refs:SetProtections (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp41 FUNCNAME(SetProtections); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h257 class SetProtections
258 : public rpc::Function<SetProtections,
DOrcRemoteTargetServer.h74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h640 if (auto Err = callB<mem::SetProtections>(Id, RemoteSegAddr, ProtFlags)) { in setProtections()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h192 SetProtections; typedef
DOrcRemoteTargetServer.h108 return handle<SetProtections>(Channel, *this, in handleKnownFunction()
DOrcRemoteTargetClient.h788 return callST<SetProtections>(Channel, Id, RemoteSegAddr, ProtFlags); in setProtections()