Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c1974 struct TCCState;
1976 typedef struct TCCState TCCState; typedef
1979 TCCState *tcc_new(void);
1982 void tcc_delete(TCCState *s);
1985 void tcc_enable_debug(TCCState *s);
1988 void tcc_set_error_func(TCCState *s, void *error_opaque,
1992 int tcc_set_warning(TCCState *s, const char *warning_name, int value);
1998 int tcc_add_include_path(TCCState *s, const char *pathname);
2001 int tcc_add_sysinclude_path(TCCState *s, const char *pathname);
2004 void tcc_define_symbol(TCCState *s, const char *sym, const char *value);
[all …]