Searched refs:preHookFunction (Results 1 – 2 of 2) sorted by relevance
63 …static void inlinePreHookForwardingCall(Function* function, Function* preHookFunction, std::vector…
1019 void MagicUtil::inlinePreHookForwardingCall(Function* function, Function* preHookFunction, std::vec… in inlinePreHookForwardingCall() argument1022 assert(preHookFunction->arg_size() == argsMapping.size() + trailingArgs.size() && in inlinePreHookForwardingCall()1034 TYPECONST Type* ParamType = preHookFunction->getFunctionType()->getParamType(i); in inlinePreHookForwardingCall()1044 …CallInst* WrapperFuncCall = MagicUtil::createCallInstruction(preHookFunction, callArgs, "", FirstI… in inlinePreHookForwardingCall()