/external/valgrind/main/VEX/priv/ |
D | ir_opt.h | 46 IRSB* do_iropt_BB( 47 IRSB* bb, 56 IRSB* cprop_BB ( IRSB* ); 60 void do_deadcode_BB ( IRSB* bb ); 67 Addr64 ado_treebuild_BB ( IRSB* bb, Bool (*preciseMemExnsFn)(Int,Int) );
|
D | guest_generic_bb_to_IR.h | 123 /*OUT*/ IRSB* irbb, 170 IRSB* bb_to_IR ( 186 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
|
D | ir_inject.c | 125 store_aux(IRSB *irsb, IREndness endian, IRExpr *addr, IRExpr *data) in store_aux() 145 store(IRSB *irsb, IREndness endian, HWord haddr, IRExpr *data) in store() 192 vex_inject_ir(IRSB *irsb, IREndness endian) in vex_inject_ir()
|
D | guest_arm64_defs.h | 43 DisResult disInstr_ARM64 ( IRSB* irbb,
|
D | guest_ppc_defs.h | 54 DisResult disInstr_PPC ( IRSB* irbb,
|
D | guest_arm_defs.h | 45 DisResult disInstr_ARM ( IRSB* irbb,
|
D | guest_mips_defs.h | 44 extern DisResult disInstr_MIPS ( IRSB* irbb,
|
D | ir_opt.c | 285 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex ) in flatten_Expr() 400 static void flatten_Stmt ( IRSB* bb, IRStmt* st ) in flatten_Stmt() 521 static IRSB* flatten_BB ( IRSB* in ) in flatten_BB() 524 IRSB* out; in flatten_BB() 614 static void redundant_get_removal_BB ( IRSB* bb ) in redundant_get_removal_BB() 879 IRSB* bb, in redundant_put_removal_BB() 2692 IRSB* cprop_BB ( IRSB* in ) in cprop_BB() 2695 IRSB* out; in cprop_BB() 3030 /* notstatic */ void do_deadcode_BB ( IRSB* bb ) in do_deadcode_BB() 3105 IRSB* spec_helpers_BB( in spec_helpers_BB() [all …]
|
/external/valgrind/main/VEX/pub/ |
D | libvex.h | 686 IRSB* (*instrument1) ( /*callback_opaque*/void*, 687 IRSB*, 692 IRSB* (*instrument2) ( /*callback_opaque*/void*, 693 IRSB*, 699 IRSB* (*finaltidy) ( IRSB* ); 718 Bool (*preamble_function)(/*callback_opaque*/void*, IRSB*);
|
D | libvex_ir.h | 2829 IRSB; typedef 2832 extern IRSB* emptyIRSB ( void ); 2835 extern IRSB* deepCopyIRSB ( IRSB* ); 2839 extern IRSB* deepCopyIRSBExceptStmts ( IRSB* ); 2842 extern void ppIRSB ( IRSB* ); 2845 extern void addStmtToIRSB ( IRSB*, IRStmt* ); 2866 extern void sanityCheckIRSB ( IRSB* bb, 2880 void vex_inject_ir(IRSB *, IREndness);
|
/external/valgrind/main/none/ |
D | nl_main.c | 39 IRSB* nl_instrument ( VgCallbackClosure* closure, in nl_instrument() 40 IRSB* bb, in nl_instrument()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 221 IRSB* tool_instrument_then_gdbserver_if_needed ( VgCallbackClosure* closureV, in tool_instrument_then_gdbserver_if_needed() 222 IRSB* sb_in, in tool_instrument_then_gdbserver_if_needed() 262 IRSB* vg_SP_update_pass ( void* closureV, in vg_SP_update_pass() 263 IRSB* sb_in, in vg_SP_update_pass() 284 IRSB* bb = emptyIRSB(); in vg_SP_update_pass() 938 static void gen_PUSH ( IRSB* bb, IRExpr* e ) in gen_PUSH() 1036 static IRTemp gen_POP ( IRSB* bb ) in gen_POP() 1128 static void gen_push_and_set_LR_R2 ( IRSB* bb, Addr64 new_R2_value ) in gen_push_and_set_LR_R2() 1144 static void gen_pop_R2_LR_then_bLR ( IRSB* bb ) in gen_pop_R2_LR_then_bLR() 1171 Bool mk_preamble__ppctoc_magic_return_stub ( void* closureV, IRSB* bb ) in mk_preamble__ppctoc_magic_return_stub() [all …]
|
D | pub_core_tooliface.h | 111 IRSB* (*tool_instrument) (VgCallbackClosure*, 112 IRSB*, 174 IRSB* (*tool_final_IR_tidy_pass) (IRSB*);
|
D | pub_core_gdbserver.h | 143 extern IRSB* VG_(instrument_for_gdbserver_if_needed) 144 (IRSB* sb_in, /* block to be instrumented */
|
D | m_tooliface.c | 43 IRSB*(*instrument)(VgCallbackClosure*, IRSB*, in VG_() 349 IRSB*(*final_tidy)(IRSB*) in VG_()
|
/external/valgrind/main/drd/ |
D | drd_load_store.h | 42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, 43 IRSB* const bb_in,
|
D | drd_load_store.c | 312 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr) in is_stack_access() 350 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr, in instr_trace_mem_load() 374 static void instr_trace_mem_store(IRSB* const bb, IRExpr* const addr_expr, in instr_trace_mem_store() 473 static void instrument_load(IRSB* const bb, IRExpr* const addr_expr, in instrument_load() 527 static void instrument_store(IRSB* const bb, IRExpr* addr_expr, in instrument_store() 591 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, in DRD_() 592 IRSB* const bb_in, in DRD_() 601 IRSB* bb; in DRD_()
|
/external/valgrind/main/lackey/ |
D | lk_main.c | 361 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) in instrument_detail() 472 static void flushEvents(IRSB* sb) in flushEvents() 521 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize ) in addEvent_Ir() 540 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dr_guarded() 560 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dr() 567 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dw_guarded() 588 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dw() 647 IRSB* lk_instrument ( VgCallbackClosure* closure, in lk_instrument() 648 IRSB* sbIn, in lk_instrument() 656 IRSB* sbOut; in lk_instrument()
|
/external/valgrind/main/exp-sgcheck/ |
D | sg_main.h | 63 /*MOD*/IRSB* sbOut, 69 /*MOD*/IRSB* sbOut,
|
D | h_main.h | 71 IRSB* h_instrument ( VgCallbackClosure* closure, 72 IRSB* sbIn,
|
D | h_main.c | 510 IRSB* sb; 608 IRSB* h_instrument ( VgCallbackClosure* closure, in h_instrument() 609 IRSB* sbIn, in h_instrument()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 1068 ( IRSB* sb_in, in VG_() 1072 IRSB* irsb) in VG_() 1106 (IRSB* sb_in, /* block being translated */ in VG_() 1112 IRSB* irsb) /* irsb block to which call is added */ in VG_() 1181 (IRSB* sb_in, in VG_() 1185 IRSB* irsb) in VG_() 1199 IRSB* VG_(instrument_for_gdbserver_if_needed) in VG_() 1200 (IRSB* sb_in, in VG_() 1205 IRSB* sb_out; in VG_()
|
/external/valgrind/main/include/ |
D | pub_tool_tooliface.h | 219 IRSB*(*instrument)(VgCallbackClosure* closure, 220 IRSB* sb_in, 497 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
|
/external/valgrind/main/memcheck/ |
D | mc_include.h | 654 IRSB* MC_(instrument) ( VgCallbackClosure* closure, 655 IRSB* bb_in, 661 IRSB* MC_(final_tidy) ( IRSB* );
|
/external/valgrind/main/exp-bbv/ |
D | bbv_main.c | 347 static IRSB* bbv_instrument ( VgCallbackClosure* closure, in bbv_instrument() 348 IRSB* sbIn, VexGuestLayout* layout, in bbv_instrument() 354 IRSB *sbOut; in bbv_instrument()
|