Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp36 FUNCNAME(GetRemoteInfo); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h337 class GetRemoteInfo
339 GetRemoteInfo,
DOrcRemoteTargetServer.h91 addHandler<utils::GetRemoteInfo>(*this, &ThisT::handleGetRemoteInfo); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h820 if (auto RIOrErr = callB<utils::GetRemoteInfo>()) { in OrcRemoteTargetClient()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h330 class GetRemoteInfo
332 GetRemoteInfo,
DOrcRemoteTargetServer.h89 addHandler<utils::GetRemoteInfo>(*this, &ThisT::handleGetRemoteInfo); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h599 if (auto RIOrErr = callB<utils::GetRemoteInfo>()) { in OrcRemoteTargetClient()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h171 GetRemoteInfo; typedef
DOrcRemoteTargetServer.h99 return handle<GetRemoteInfo>(Channel, *this, &ThisT::handleGetRemoteInfo); in handleKnownFunction()
DOrcRemoteTargetClient.h692 if (auto RIOrErr = callST<GetRemoteInfo>(Channel)) { in OrcRemoteTargetClient()