Searched refs:tcc_run (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2052 int tcc_run(TCCState *s, int argc, char **argv);
20716 int tcc_run(TCCState *s1, int argc, char **argv)
21764 ret = tcc_run(s, argc - optind, argv + optind);
20714 int tcc_run(TCCState *s1, int argc, char **argv) function

Completed in 142 milliseconds