/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 335 IRCallee; 337 /* Create an IRCallee. */ 338 extern IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr ); 340 /* Deep-copy an IRCallee. */ 341 extern IRCallee* deepCopyIRCallee ( IRCallee* ); 343 /* Pretty-print an IRCallee. */ 344 extern void ppIRCallee ( IRCallee* ); [all...] |
/external/valgrind/main/VEX/priv/ |
ir_defs.c | 84 void ppIRCallee ( IRCallee* ce ) [all...] |
host_x86_isel.c | 351 IRCallee* cee, Int n_arg_ws ) 389 IRExpr* guard, IRCallee* cee, IRExpr** args ) [all...] |
host_amd64_isel.c | 436 IRExpr* guard, IRCallee* cee, IRExpr** args ) [all...] |
host_ppc_isel.c | 625 IRExpr* guard, IRCallee* cee, IRExpr** args ) [all...] |
host_arm_isel.c | 369 IRExpr* guard, IRCallee* cee, IRExpr** args ) [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | [all...] |