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

  /external/valgrind/main/VEX/pub/
libvex_ir.h 356 IRCallee;
358 /* Create an IRCallee. */
359 extern IRCallee* mkIRCallee ( Int regparms, const HChar* name, void* addr );
361 /* Deep-copy an IRCallee. */
362 extern IRCallee* deepCopyIRCallee ( IRCallee* );
364 /* Pretty-print an IRCallee. */
365 extern void ppIRCallee ( IRCallee* );
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 94 void ppIRCallee ( IRCallee* ce )
    [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_arm64_isel.c 511 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_s390_isel.c 476 IRCallee *callee, IRType retTy, IRExpr **args)
    [all...]
host_mips_isel.c 397 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_amd64_isel.c 433 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_ppc_isel.c 688 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
host_arm_isel.c 392 IRCallee* cee, IRType retTy, IRExpr** args )
    [all...]
  /external/valgrind/main/VEX/
test_main.c 306 IRCallee* helper;
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 55 milliseconds