Home | History | Annotate | Download | only in driver

Lines Matching full:driver

1 //===-- driver.cpp - Clang GCC-Compatible Driver --------------------------===//
10 // This is the entry point to the clang driver; it is a thin wrapper
11 // for functionality in the Driver clang library.
15 #include "clang/Driver/Compilation.h"
16 #include "clang/Driver/Driver.h"
17 #include "clang/Driver/Option.h"
43 using namespace clang::driver;
260 Driver &TheDriver)
264 // suffixes[] contains the list of known driver suffixes.
391 Driver TheDriver(Path.str(), llvm::sys::getHostTriple(),
395 // Attempt to find the original path used to invoke the driver, to determine
436 // FIXME: Driver shouldn't take extra initial argument.
439 // FIXME: Driver shouldn't take extra initial argument.