Home | History | Annotate | Download | only in perf

Lines Matching full:tcc_add_file_internal

5489 static int tcc_add_file_internal(TCCState *s, const char *filename, int flags);
20939 static int tcc_add_file_internal(TCCState *s1, const char *filename, int flags)
21058 return tcc_add_file_internal(s, filename, AFF_PRINT_ERROR);
21080 if (tcc_add_file_internal(s, buf, flags) == 0)
21107 if (tcc_add_file_internal(s, buf, 0) == 0)