Searched defs:tcc_add_file (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c2016 int tcc_add_file(TCCState *s, const char *filename);
19094 tcc_add_file(s1, buf);
19114 tcc_add_file(s1, buf);
19118 tcc_add_file(s1, CONFIG_TCC_CRT_PREFIX "/crtn.o");
20431 tcc_add_file(s1, filename);
21056 int tcc_add_file(TCCState *s, const char *filename)
21176 tcc_add_file(s, CONFIG_TCC_CRT_PREFIX "/crt1.o");
21177 tcc_add_file(s, CONFIG_TCC_CRT_PREFIX "/crti.o");
21740 if (tcc_add_file(s, filename) < 0) {
21054 int tcc_add_file(TCCState *s, const char *filename) function

Completed in 103 milliseconds