Searched refs:IRCallee (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 344 IRCallee; typedef 347 extern IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr ); 350 extern IRCallee* deepCopyIRCallee ( IRCallee* ); 353 extern void ppIRCallee ( IRCallee* ); 1517 IRCallee* cee; /* Function to call. */ 1550 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ); 1725 IRCallee* cee; /* where to call */
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 89 void ppIRCallee ( IRCallee* ce ) in ppIRCallee() 1358 IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr ) in mkIRCallee() 1360 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee)); in mkIRCallee() 1467 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall() 1792 IRCallee* deepCopyIRCallee ( IRCallee* ce ) in deepCopyIRCallee() 1794 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); in deepCopyIRCallee() 2896 static Bool saneIRCallee ( IRCallee* cee ) in saneIRCallee()
|
D | host_s390_isel.c | 356 IRCallee *callee, IRExpr **args) in doHelperCall()
|
D | host_x86_isel.c | 352 IRCallee* cee, Int n_arg_ws ) in callHelperAndClearArgs() 390 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_amd64_isel.c | 436 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_ppc_isel.c | 628 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_arm_isel.c | 369 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 283 IRCallee* helper; 1265 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 1575 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN() 5267 IRCallee* cee; in MC_()
|