Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp31 FUNCNAME(DestroyIndirectStubsOwner); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h293 class DestroyIndirectStubsOwner
294 : public rpc::Function<DestroyIndirectStubsOwner,
DOrcRemoteTargetServer.h81 addHandler<stubs::DestroyIndirectStubsOwner>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h599 if (auto Err = callB<stubs::DestroyIndirectStubsOwner>(Id)) in destroyIndirectStubsManager()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h149 DestroyIndirectStubsOwner; typedef
DOrcRemoteTargetServer.h84 return handle<DestroyIndirectStubsOwner>( in handleKnownFunction()
DOrcRemoteTargetClient.h716 return callST<DestroyIndirectStubsOwner>(Channel, Id); in destroyIndirectStubsManager()