Home
last modified time | relevance | path

Searched refs:_SGEnv (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/exp-sgcheck/
Dsg_main.h55 struct _SGEnv; /* abstract export */
57 struct _SGEnv* sg_instrument_init ( IRTemp (*newIRTemp_cb)(IRType,void*),
60 void sg_instrument_fini ( struct _SGEnv * env );
62 void sg_instrument_IRStmt ( /*MOD*/struct _SGEnv * env,
68 void sg_instrument_final_jump ( /*MOD*/struct _SGEnv * env,
Dsg_main.c2071 struct _SGEnv { struct
2089 static IRTemp gen_Get_SP ( struct _SGEnv* sge, in gen_Get_SP() argument
2107 static IRTemp gen_Get_FP ( struct _SGEnv* sge, in gen_Get_FP()
2125 static void instrument_mem_access ( struct _SGEnv* sge, in instrument_mem_access()
2185 struct _SGEnv * sg_instrument_init ( IRTemp (*newIRTemp_cb)(IRType,void*), in sg_instrument_init()
2188 struct _SGEnv * env = sg_malloc("di.sg_main.sii.1", in sg_instrument_init()
2189 sizeof(struct _SGEnv)); in sg_instrument_init()
2199 void sg_instrument_fini ( struct _SGEnv * env ) in sg_instrument_fini()
2207 void sg_instrument_IRStmt ( /*MOD*/struct _SGEnv * env, in sg_instrument_IRStmt()
2341 void sg_instrument_final_jump ( /*MOD*/struct _SGEnv * env, in sg_instrument_final_jump()
Dh_main.c618 struct _SGEnv* sgenv; in h_instrument()