Home | History | Annotate | Download | only in Driver

Lines Matching refs:Compiler

3 //                     The LLVM Compiler Infrastructure
54 DriverTitle("clang LLVM compiler"),
165 // -{fsyntax-only,-analyze,emit-ast,S} only run up to the compiler.
412 // Print the version of the compiler.
616 // was the compiler then assume it gave a reasonable error code. Failures
1048 // If the driver is invoked as C++ compiler (like clang++ or c++) it
1455 // See if we should look for a compiler with an integrated assembler. We match
1457 // compiler input.
1466 const Tool *Compiler =
1468 if (!Compiler)
1470 if (Compiler->hasIntegratedAssembler()) {
1472 ToolForJob = Compiler;