Home | History | Annotate | Download | only in tools

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
38 // This file corresponds to the standalone bcinfo tool. It prints a variety of
39 // information about a supplied bitcode input file.
70 fprintf(stderr, "input file required\n");
145 fprintf(stderr, "input file required\n");
151 fprintf(stderr, "Unable to stat input file: %s\n", strerror(errno));
156 fprintf(stderr, "Input file should be a regular file.\n");
160 FILE *in = fopen(inFile, "r");
162 fprintf(stderr, "Could not open input file %s\n", inFile);
172 fprintf(stderr, "Could not read all of file %s\n", inFile);