HomeSort by relevance Sort by last modified time
    Searched refs:IRCallee (Results 1 - 13 of 13) sorted by null

  /external/valgrind/VEX/pub/
libvex_ir.h 357 IRCallee;
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* );
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c 95 void ppIRCallee ( const IRCallee* ce )
    [all...]
host_tilegx_isel.c 214 static void doHelperCall ( ISelEnv * env, IRExpr * guard, IRCallee * cee,
    [all...]
ir_opt.c     [all...]
host_x86_isel.c 382 IRCallee* cee, Int n_arg_ws,
432 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_s390_isel.c 514 IRCallee *callee, IRType retTy, IRExpr **args)
    [all...]
host_arm64_isel.c 480 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_mips_isel.c 398 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_amd64_isel.c 432 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_ppc_isel.c 721 IRCallee* cee, IRType retTy, IRExpr** args,
    [all...]
host_arm_isel.c 384 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 327 IRCallee* helper;
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 65 milliseconds