Home | History | Annotate | Download | only in Driver

Lines Matching full:compilation

43   class Compilation;
49 /// Driver - Encapsulate logic for constructing compilation processes
160 /// Whether to check that input files exist when constructing compilation
188 // getFinalPhase - Determine which compilation mode we are in and record
235 /// BuildCompilation - Construct a compilation object for a command
238 /// \return A compilation, or 0 if none was built for the given
242 Compilation *BuildCompilation(ArrayRef<const char *> Args);
259 /// \param Inputs - The list to store the resulting compilation
287 /// \param C - The compilation that is being built.
288 void BuildJobs(Compilation &C) const;
290 /// ExecuteCompilation - Execute the compilation according to the command line
296 int ExecuteCompilation(const Compilation &C,
302 void generateCompilationDiagnostics(Compilation &C,
310 void PrintActions(const Compilation &C) const;
318 void PrintVersion(const Compilation &C, raw_ostream &OS) const;
339 /// \return Whether any compilation should be built for this
341 bool HandleImmediateArgs(const Compilation &C);
351 void BuildJobsForAction(Compilation &C,
361 /// the action \p JA. The result is appended to the compilation's
364 /// \param C - The compilation.
371 const char *GetNamedOutputPath(Compilation &C,
379 /// as part of compilation; the file will have the given prefix and suffix.