Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp28 FUNCNAME(CreateIndirectStubsOwner); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h285 class CreateIndirectStubsOwner
286 : public rpc::Function<CreateIndirectStubsOwner,
DOrcRemoteTargetServer.h79 addHandler<stubs::CreateIndirectStubsOwner>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h530 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()