Searched refs:CgState (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/cachegrind/ |
D | cg_main.c | 591 CgState; typedef 675 InstrInfo* setup_InstrInfo ( CgState* cgs, Addr instr_addr, UInt instr_len ) in setup_InstrInfo() 693 static void flushEvents ( CgState* cgs ) in flushEvents() 875 static void addEvent_Ir ( CgState* cgs, InstrInfo* inode ) in addEvent_Ir() 895 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() 915 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw() 952 void addEvent_D_guarded ( CgState* cgs, InstrInfo* inode, in addEvent_D_guarded() 998 void addEvent_Bc ( CgState* cgs, InstrInfo* inode, IRAtom* guard ) in addEvent_Bc() 1018 void addEvent_Bi ( CgState* cgs, InstrInfo* inode, IRAtom* whereTo ) in addEvent_Bi() 1052 CgState cgs; in cg_instrument()
|