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

  /external/valgrind/main/VEX/pub/
libvex_ir.h 352 IRCallee;
354 /* Create an IRCallee. */
355 extern IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr );
357 /* Deep-copy an IRCallee. */
358 extern IRCallee* deepCopyIRCallee ( IRCallee* );
360 /* Pretty-print an IRCallee. */
361 extern void ppIRCallee ( IRCallee* );
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 94 void ppIRCallee ( IRCallee* ce )
    [all...]
ir_opt.c     [all...]
host_s390_isel.c 453 IRCallee *callee, IRExpr **args, HReg dst)
    [all...]
host_x86_isel.c 369 IRCallee* cee, Int n_arg_ws )
407 IRExpr* guard, IRCallee* cee, IRExpr** args )
    [all...]
host_mips_isel.c 365 IRCallee * cee, IRExpr ** args)
    [all...]
host_amd64_isel.c 410 IRExpr* guard, IRCallee* cee, IRExpr** args )
    [all...]
host_ppc_isel.c 675 IRExpr* guard, IRCallee* cee, IRExpr** args )
    [all...]
host_arm_isel.c 381 IRExpr* guard, IRCallee* cee, IRExpr** args )
    [all...]
  /external/valgrind/main/VEX/
test_main.c 283 IRCallee* helper;
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 46 milliseconds