Home
last modified time | relevance | path

Searched refs:IRCallee (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h352 IRCallee; typedef
355 extern IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr );
358 extern IRCallee* deepCopyIRCallee ( IRCallee* );
361 extern void ppIRCallee ( IRCallee* );
1726 IRCallee* cee; /* Function to call. */
1776 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
1955 IRCallee* cee; /* where to call */
/external/valgrind/main/VEX/priv/
Dir_defs.c94 void ppIRCallee ( IRCallee* ce ) in ppIRCallee()
1459 IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr ) in mkIRCallee()
1461 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee)); in mkIRCallee()
1572 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall()
1910 IRCallee* deepCopyIRCallee ( IRCallee* ce ) in deepCopyIRCallee()
1912 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); in deepCopyIRCallee()
3156 static Bool saneIRCallee ( IRCallee* cee ) in saneIRCallee()
Dir_opt.c2990 static Bool eqIRCallee ( IRCallee* cee1, IRCallee* cee2 ) in eqIRCallee()
3079 IRCallee* cee;
Dhost_x86_isel.c369 IRCallee* cee, Int n_arg_ws ) in callHelperAndClearArgs()
407 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
Dhost_s390_isel.c453 IRCallee *callee, IRExpr **args, HReg dst) in doHelperCall()
Dhost_mips_isel.c365 IRCallee * cee, IRExpr ** args) in doHelperCall()
Dhost_amd64_isel.c410 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
Dhost_ppc_isel.c675 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
Dhost_arm_isel.c381 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
/external/valgrind/main/VEX/
Dtest_main.c283 IRCallee* helper;
1265 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN()
/external/valgrind/main/memcheck/
Dmc_translate.c1659 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN()
5700 IRCallee* cee; in MC_()