HomeSort by: relevance | last modified time | path
    Searched defs:Compilation (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp 1 //===- Compilation.cpp - Compilation Task Implementation ------------------===//
9 #include "clang/Driver/Compilation.h"
36 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
46 Compilation::~Compilation() {
62 Compilation::getArgsForToolChain(const ToolChain *TC, StringRef BoundArch,
112 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const {
142 bool Compilation::CleanupFileList(const llvm::opt::ArgStringList &Files
    [all...]
Compilation.cpp 1 //===- Compilation.cpp - Compilation Task Implementation ------------------===//
9 #include "clang/Driver/Compilation.h"
36 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
46 Compilation::~Compilation() {
62 Compilation::getArgsForToolChain(const ToolChain *TC, StringRef BoundArch,
112 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const {
142 bool Compilation::CleanupFileList(const llvm::opt::ArgStringList &Files
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Compilation.h 1 //===- Compilation.h - Compilation Task Data Structure ----------*- C++ -*-===//
43 /// Compilation - A set of tasks to perform for a single driver
45 class Compilation {
53 /// current compilation.
118 /// Callback called after compilation job has been finished.
119 /// Arguments of the callback are the compilation job as an instance of
133 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
136 ~Compilation();
198 /// Creates a new Action owned by this Compilation
    [all...]
Compilation.h 1 //===- Compilation.h - Compilation Task Data Structure ----------*- C++ -*-===//
43 /// Compilation - A set of tasks to perform for a single driver
45 class Compilation {
53 /// current compilation.
118 /// Callback called after compilation job has been finished.
119 /// Arguments of the callback are the compilation job as an instance of
133 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
136 ~Compilation();
198 /// Creates a new Action owned by this Compilation
    [all...]

Completed in 41 milliseconds