Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp31 FUNCNAME(DestroyIndirectStubsOwner); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h298 class DestroyIndirectStubsOwner
299 : public rpc::Function<DestroyIndirectStubsOwner,
DOrcRemoteTargetServer.h82 addHandler<stubs::DestroyIndirectStubsOwner>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h844 if (auto Err = callB<stubs::DestroyIndirectStubsOwner>(Id)) in destroyIndirectStubsManager()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h291 class DestroyIndirectStubsOwner
292 : public rpc::Function<DestroyIndirectStubsOwner,
DOrcRemoteTargetServer.h80 addHandler<stubs::DestroyIndirectStubsOwner>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h623 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()