Searched refs:IRCallee (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h357 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 Dir_defs.c95 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 Dhost_tilegx_isel.c214 static void doHelperCall ( ISelEnv * env, IRExpr * guard, IRCallee * cee,
H A Dir_opt.c3361 static Bool eqIRCallee ( IRCallee* cee1, IRCallee* cee2 )
3487 IRCallee* cee;
H A Dhost_x86_isel.c382 IRCallee* cee, Int n_arg_ws,
432 IRCallee* cee, IRType retTy, IRExpr** args )
H A Dhost_s390_isel.c514 IRCallee *callee, IRType retTy, IRExpr **args)
H A Dhost_arm64_isel.c480 IRCallee* cee, IRType retTy, IRExpr** args )
H A Dhost_mips_isel.c398 IRCallee* cee, IRType retTy, IRExpr** args )
H A Dhost_amd64_isel.c432 IRCallee* cee, IRType retTy, IRExpr** args )
H A Dhost_ppc_isel.c721 IRCallee* cee, IRType retTy, IRExpr** args,
H A Dhost_arm_isel.c384 IRCallee* cee, IRType retTy, IRExpr** args )
/external/valgrind/VEX/useful/
H A Dtest_main.c327 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 Dmc_translate.c1826 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