Searched refs:GetRemoteInfo (Results 1 – 10 of 10) sorted by relevance
36 FUNCNAME(GetRemoteInfo); in getJITFuncIdName()
337 class GetRemoteInfo339 GetRemoteInfo,
91 addHandler<utils::GetRemoteInfo>(*this, &ThisT::handleGetRemoteInfo); in OrcRemoteTargetServer()
820 if (auto RIOrErr = callB<utils::GetRemoteInfo>()) { in OrcRemoteTargetClient()
330 class GetRemoteInfo332 GetRemoteInfo,
89 addHandler<utils::GetRemoteInfo>(*this, &ThisT::handleGetRemoteInfo); in OrcRemoteTargetServer()
599 if (auto RIOrErr = callB<utils::GetRemoteInfo>()) { in OrcRemoteTargetClient()
171 GetRemoteInfo; typedef
99 return handle<GetRemoteInfo>(Channel, *this, &ThisT::handleGetRemoteInfo); in handleKnownFunction()
692 if (auto RIOrErr = callST<GetRemoteInfo>(Channel)) { in OrcRemoteTargetClient()