Searched refs:CallIntVoid (Results 1 – 10 of 10) sorted by relevance
24 FUNCNAME(CallIntVoid); in getJITFuncIdName()
192 class CallIntVoid193 : public rpc::Function<CallIntVoid, int32_t(JITTargetAddress Addr)> {
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid); in OrcRemoteTargetServer()
719 return callB<exec::CallIntVoid>(Addr); in callIntVoid()
193 class CallIntVoid194 : public rpc::Function<CallIntVoid, int32_t(JITTargetAddress Addr)> {
64 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid); in OrcRemoteTargetServer()
518 return callB<exec::CallIntVoid>(Addr); in callIntVoid()
123 typedef Function<CallIntVoidId, int32_t(TargetAddress Addr)> CallIntVoid; typedef
66 return handle<CallIntVoid>(Channel, *this, &ThisT::handleCallIntVoid); in handleKnownFunction()
606 return callSTHandling<CallIntVoid>(Channel, Listen, Addr); in callIntVoid()