Searched refs:CFile (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/tools/bugpoint/ | ||
H A D | ToolRunner.h | 49 enum FileType { AsmFile, ObjectFile, CFile }; enumerator |
H A D | ToolRunner.cpp | 644 if (fileType == CFile) { in ExecuteProgram() |