Searched refs:IRCallee (Results 1 - 13 of 13) sorted by relevance
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 357 IRCallee; typedef in typeref:struct:__anon19776 359 /* Create an IRCallee. */ 360 extern IRCallee* mkIRCallee ( Int regparms, const HChar* name, void* addr ); 362 /* Deep-copy an IRCallee. */ 363 extern IRCallee* deepCopyIRCallee ( const IRCallee* ); 365 /* Pretty-print an IRCallee. */ 366 extern void ppIRCallee ( const IRCallee* ); 2101 IRCallee* cee; /* Function to call. */ 2175 extern IRExpr* IRExpr_CCall ( IRCallee* ce [all...] |
/external/valgrind/VEX/priv/ |
H A D | ir_defs.c | 95 void ppIRCallee ( const IRCallee* ce ) 1755 /* Constructors -- IRCallee */ 1757 IRCallee* mkIRCallee ( Int regparms, const HChar* name, void* addr ) 1759 IRCallee* ce = LibVEX_Alloc_inline(sizeof(IRCallee)); 1870 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { 2264 IRCallee* deepCopyIRCallee ( const IRCallee* ce ) 2266 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); 3785 static Bool saneIRCallee ( const IRCallee* ce [all...] |
H A D | host_tilegx_isel.c | 214 static void doHelperCall ( ISelEnv * env, IRExpr * guard, IRCallee * cee,
|
H A D | ir_opt.c | 3361 static Bool eqIRCallee ( IRCallee* cee1, IRCallee* cee2 ) 3487 IRCallee* cee;
|
H A D | host_x86_isel.c | 382 IRCallee* cee, Int n_arg_ws, 432 IRCallee* cee, IRType retTy, IRExpr** args )
|
H A D | host_s390_isel.c | 514 IRCallee *callee, IRType retTy, IRExpr **args)
|
H A D | host_arm64_isel.c | 480 IRCallee* cee, IRType retTy, IRExpr** args )
|
H A D | host_mips_isel.c | 398 IRCallee* cee, IRType retTy, IRExpr** args )
|
H A D | host_amd64_isel.c | 432 IRCallee* cee, IRType retTy, IRExpr** args )
|
H A D | host_ppc_isel.c | 721 IRCallee* cee, IRType retTy, IRExpr** args,
|
H A D | host_arm_isel.c | 384 IRCallee* cee, IRType retTy, IRExpr** args )
|
/external/valgrind/VEX/useful/ |
H A D | test_main.c | 327 IRCallee* helper; 1304 IRCallee info is also supplied in order that we can know which 1309 IRAtom** exprvec, IRType finalVtype, IRCallee* cee )
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 1826 IRCallee info is also supplied in order that we can know which 1831 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) 6673 IRCallee* cee;
|
Completed in 476 milliseconds