Searched refs:IRCallee (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 352 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/ |
D | ir_defs.c | 94 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()
|
D | ir_opt.c | 2990 static Bool eqIRCallee ( IRCallee* cee1, IRCallee* cee2 ) in eqIRCallee() 3079 IRCallee* cee;
|
D | host_x86_isel.c | 369 IRCallee* cee, Int n_arg_ws ) in callHelperAndClearArgs() 407 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_s390_isel.c | 453 IRCallee *callee, IRExpr **args, HReg dst) in doHelperCall()
|
D | host_mips_isel.c | 365 IRCallee * cee, IRExpr ** args) in doHelperCall()
|
D | host_amd64_isel.c | 410 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_ppc_isel.c | 675 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_arm_isel.c | 381 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 | 1659 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN() 5700 IRCallee* cee; in MC_()
|