Home | History | Annotate | Download | only in Driver

Lines Matching refs:Compiler

3 //                     The LLVM Compiler Infrastructure
298 // not have compiler-rt checked out or integrated into their build (unless
384 // Darwin only supports the compiler-rt based runtime libraries.
739 // For Darwin platforms, use the compiler-rt-based support library
758 // not have compiler-rt checked out or integrated into their build.
2332 Compile.reset(new tools::gcc::Compiler(*this));
3739 // This usually happens when there is an external cross compiler on the
4011 // add even when Clang is acting as-if it were a system compiler.
4405 if (!Compiler)
4406 Compiler.reset(new tools::SHAVE::Compiler(*this));
4407 return Compiler.get();