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

  /external/valgrind/main/memcheck/
mc_translate.c 299 typedef IRExpr IRAtom;
303 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
316 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
329 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
420 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
446 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
452 static IRAtom* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 )
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 392 IRAtom;
401 IRAtom* addr;
509 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize )
526 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize )
543 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize )
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 472 IRAtom;
493 IRAtom* ea;
497 IRAtom* ea;
501 IRAtom* ea;
505 IRAtom* taken; /* :: Ity_I1 */
508 IRAtom* dst;
518 static IRAtom* get_Event_dea ( Event* ev ) {
845 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
865 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
902 void addEvent_Bc ( CgState* cgs, InstrInfo* inode, IRAtom* guard
    [all...]
  /external/valgrind/main/callgrind/
main.c 225 IRAtom;
247 IRAtom* ea;
251 IRAtom* ea;
255 IRAtom* ea;
259 IRAtom* taken; /* :: Ity_I1 */
262 IRAtom* dst;
274 static IRAtom* get_Event_dea ( Event* ev ) {
611 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
631 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
665 void addEvent_Bc ( ClgState* clgs, InstrInfo* inode, IRAtom* guard
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]

Completed in 95 milliseconds