Home | History | Annotate | Download | only in Driver

Lines Matching refs:Compiler

3 //                     The LLVM Compiler Infrastructure
52 DriverTitle("clang LLVM compiler"),
118 // -{fsyntax-only,-analyze,emit-ast,S} only run up to the compiler.
350 // Print the version of the compiler.
543 // was the compiler then assume it gave a reasonable error code. Failures
946 // If the driver is invoked as C++ compiler (like clang++ or c++) it
1295 // See if we should look for a compiler with an integrated assembler. We match
1297 // compiler input.
1303 const Tool &Compiler =
1305 if (Compiler.hasIntegratedAssembler()) {
1307 ToolForJob = &Compiler;