Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp28 FUNCNAME(CreateIndirectStubsOwner); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h290 class CreateIndirectStubsOwner
291 : public rpc::Function<CreateIndirectStubsOwner,
DOrcRemoteTargetServer.h80 addHandler<stubs::CreateIndirectStubsOwner>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h775 if (auto Err = callB<stubs::CreateIndirectStubsOwner>(Id)) in createIndirectStubsManager()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h283 class CreateIndirectStubsOwner
284 : public rpc::Function<CreateIndirectStubsOwner,
DOrcRemoteTargetServer.h78 addHandler<stubs::CreateIndirectStubsOwner>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h554 if (auto Err = callB<stubs::CreateIndirectStubsOwner>(Id)) in createIndirectStubsManager()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h137 CreateIndirectStubsOwner; typedef
DOrcRemoteTargetServer.h75 return handle<CreateIndirectStubsOwner>( in handleKnownFunction()
DOrcRemoteTargetClient.h651 if (auto Err = callST<CreateIndirectStubsOwner>(Channel, Id)) in createIndirectStubsManager()