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

  /external/valgrind/main/VEX/pub/
libvex_ir.h 344 IRCallee;
346 /* Create an IRCallee. */
347 extern IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr );
349 /* Deep-copy an IRCallee. */
350 extern IRCallee* deepCopyIRCallee ( IRCallee* );
352 /* Pretty-print an IRCallee. */
353 extern void ppIRCallee ( IRCallee* );
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 89 void ppIRCallee ( IRCallee* ce )
    [all...]
host_s390_isel.c 356 IRCallee *callee, IRExpr **args)
    [all...]
host_x86_isel.c 352 IRCallee* cee, Int n_arg_ws )
390 IRExpr* guard, IRCallee* cee, IRExpr** args )
    [all...]
host_amd64_isel.c 436 IRExpr* guard, IRCallee* cee, IRExpr** args )
    [all...]
host_ppc_isel.c 628 IRExpr* guard, IRCallee* cee, IRExpr** args )
    [all...]
host_arm_isel.c 369 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 50 milliseconds