Lines Matching refs:FILE
1 /*===- GCDAProfiling.c - Support library for GCDA file emission -----------===*\
5 |* This file is distributed under the University of Illinois Open Source
10 |* This file implements the call back routines for the gcov profiling
14 |* We emit files in a corrupt version of GCOV's "gcda" file format. These files
18 |* TODO: gcov is multi-process safe by having each exit open the existing file
36 * --- GCOV file format I/O primitives ---
39 static FILE *output_file = NULL;
106 /* A file in this case is a translation unit. Each .o file built with line
107 * profiling enabled will emit to a different file. Only one file may be
128 /* gcda file, version 404*, stamp LLVM. */