HomeSort by relevance Sort by last modified time
    Searched refs:Compilation (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Driver/
Compilation.cpp 1 //===--- Compilation.cpp - Compilation Task Implementation ----------------===//
10 #include "clang/Driver/Compilation.h"
25 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
31 Compilation::~Compilation() {
55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC,
70 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const {
100 bool Compilation::CleanupFileList(const ArgStringList &Files
    [all...]
Tools.h 50 void AddPreprocessingOptions(Compilation &C, const JobAction &JA,
100 void ConstructJob(Compilation &C, const JobAction &JA,
118 void ConstructJob(Compilation &C, const JobAction &JA,
141 void ConstructJob(Compilation &C, const JobAction &JA,
203 void ConstructJob(Compilation &C, const JobAction &JA,
219 void ConstructJob(Compilation &C, const JobAction &JA,
265 void ConstructJob(Compilation &C, const JobAction &JA,
303 void ConstructJob(Compilation &C, const JobAction &JA,
311 void AddLinkArgs(Compilation &C, const llvm::opt::ArgList &Args,
323 void ConstructJob(Compilation &C, const JobAction &JA
    [all...]
Android.mk 15 Compilation.cpp \
Driver.cpp 16 #include "clang/Driver/Compilation.h"
151 // Determine which compilation mode we are in. We look for options which
292 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
293 llvm::PrettyStackTraceString CrashInfo("Compilation construction");
314 // FIXME: This stuff needs to go into the Compilation, not the driver.
379 // The compilation takes ownership of Args.
380 Compilation *C = new Compilation(*this, TC, Args, TranslatedArgs);
389 // Construct the list of abstract actions to perform for this compilation. On
411 void Driver::generateCompilationDiagnostics(Compilation &C
    [all...]
Tools.cpp 19 #include "clang/Driver/Compilation.h"
265 void Clang::AddPreprocessingOptions(Compilation &C,
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 43 class Compilation;
50 /// Driver - Encapsulate logic for constructing compilation processes
164 /// Whether to check that input files exist when constructing compilation
192 // getFinalPhase - Determine which compilation mode we are in and record
198 void setUpResponseFiles(Compilation &C, Job &J);
248 /// BuildCompilation - Construct a compilation object for a command
251 /// \return A compilation, or 0 if none was built for the given
255 Compilation *BuildCompilation(ArrayRef<const char *> Args);
272 /// \param Inputs - The list to store the resulting compilation
300 /// \param C - The compilation that is being built
    [all...]
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
25 class Compilation;
33 /// Tool - Information on a specific compilation tool.
127 virtual void ConstructJob(Compilation &C, const JobAction &JA,
Compilation.h 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===//
32 /// Compilation - A set of tasks to perform for a single driver
34 class Compilation {
76 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
79 ~Compilation();
176 /// so compilation can be reexecuted to generate additional diagnostic
ToolChain.h 35 class Compilation;
317 // given compilation arguments.
322 // given compilation arguments.
  /external/clang/lib/Tooling/
Tooling.cpp 17 #include "clang/Driver/Compilation.h"
63 /// \brief Retrieves the clang CC1 specific flags out of the compilation's jobs.
68 clang::driver::Compilation *Compilation) {
70 // failed. Extract that job from the Compilation.
71 const clang::driver::JobList &Jobs = Compilation->getJobs();
219 const std::unique_ptr<clang::driver::Compilation> Compilation(
222 &Diagnostics, Compilation.get());
235 return runInvocation(BinaryName, Compilation.get(), Invocation.release())
    [all...]
CompilationDatabase.cpp 19 #include "clang/Driver/Compilation.h"
69 ErrorStream << "No compilation database found in " << Directory.str()
90 ErrorMessage = ("Could not auto-detect compilation database for file \"" +
104 ErrorMessage = ("Could not auto-detect compilation database from directory \"" +
205 /// \li false if \c Args cannot be used for compilation jobs (e.g.
226 // By adding -c, we force the driver to treat compilation as the last phase.
236 // prevents compilation, e.g. -E or something like -version, we may still end
246 const std::unique_ptr<driver::Compilation> Compilation(
249 const driver::JobList &Jobs = Compilation->getJobs()
    [all...]
  /external/elfutils/src/tests/
run-readelf-dwz-multi.sh 85 Compilation unit at offset 0:
146 Compilation unit at offset 0:
206 Compilation unit at offset 0:
246 Compilation unit at offset 0:
285 Compilation unit at offset 0:
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 16 #include "clang/Driver/Compilation.h"
55 std::unique_ptr<driver::Compilation> C(TheDriver.BuildCompilation(Args));
  /external/clang/include/clang/Tooling/
Tooling.h 51 class Compilation;
231 clang::driver::Compilation *Compilation,
  /external/v8/test/mjsunit/regress/
regress-crbug-244461.js 39 // Compilation of foo will crash without the bugfix for 244461
  /external/clang/examples/clang-interpreter/
main.cpp 12 #include "clang/Driver/Compilation.h"
105 std::unique_ptr<Compilation> C(TheDriver.BuildCompilation(Args));
112 // failed. Extract that job from the compilation.
  /external/clang/tools/driver/
driver.cpp 17 #include "clang/Driver/Compilation.h"
467 std::unique_ptr<Compilation> C(TheDriver.BuildCompilation(argv));
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 105 .long 155 # Length of Compilation Unit Info
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 793 milliseconds