| /minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
| H A D | Compilation.cpp | 25 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain, in Compilation() function in Compilation 31 Compilation::~Compilation() { in ~Compilation() 55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain() 70 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const { in CleanupFile() 100 bool Compilation::CleanupFileList(const ArgStringList &Files, in CleanupFileList() 109 bool Compilation::CleanupFileMap(const ArgStringMap &Files, in CleanupFileMap() 125 int Compilation::ExecuteCommand(const Command &C, in ExecuteCommand() 195 void Compilation::ExecuteJob(const Job &J, in ExecuteJob() 210 void Compilation::initCompilationForDiagnostics() { in initCompilationForDiagnostics() 239 StringRef Compilation::getSysRoot() const { in getSysRoot()
|
| H A D | Tools.h | 50 void AddPreprocessingOptions(Compilation &C, const JobAction &JA, 100 void ConstructJob(Compilation &C, const JobAction &JA, 117 void ConstructJob(Compilation &C, const JobAction &JA, 140 void ConstructJob(Compilation &C, const JobAction &JA, 202 void ConstructJob(Compilation &C, const JobAction &JA, 218 void ConstructJob(Compilation &C, const JobAction &JA, 281 void ConstructJob(Compilation &C, const JobAction &JA, 289 void AddLinkArgs(Compilation &C, const llvm::opt::ArgList &Args, 301 void ConstructJob(Compilation &C, const JobAction &JA, 313 void ConstructJob(Compilation &C, const JobAction &JA, [all …]
|
| H A D | CMakeLists.txt | 8 Compilation.cpp
|
| H A D | Driver.cpp | 293 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) { in BuildCompilation() 374 Compilation *C = new Compilation(*this, TC, Args, TranslatedArgs); in BuildCompilation() 405 void Driver::generateCompilationDiagnostics(Compilation &C, in generateCompilationDiagnostics() 560 void Driver::setUpResponseFiles(Compilation &C, Job &J) { in setUpResponseFiles() 583 int Driver::ExecuteCompilation(Compilation &C, in ExecuteCompilation() 660 void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const { in PrintVersion() 686 bool Driver::HandleImmediateArgs(const Compilation &C) { in HandleImmediateArgs() 812 static unsigned PrintActions1(const Compilation &C, Action *A, in PrintActions1() 845 void Driver::PrintActions(const Compilation &C) const { in PrintActions() 1380 void Driver::BuildJobs(Compilation &C) const { in BuildJobs() [all …]
|
| H A D | Tools.cpp | 260 void Clang::AddPreprocessingOptions(Compilation &C, in AddPreprocessingOptions() 2029 static bool UseRelaxAll(Compilation &C, const ArgList &Args) { in UseRelaxAll() 2049 static void CollectArgsForIntegratedAssembler(Compilation &C, in CollectArgsForIntegratedAssembler() 2363 static void SplitDebugInfo(const ToolChain &TC, Compilation &C, in SplitDebugInfo() 2465 void Clang::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 4830 void ClangAs::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 4973 void gcc::Common::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 5122 void hexagon::Assemble::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 5192 void hexagon::Link::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 5560 void darwin::Assemble::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Driver/ |
| H A D | Driver.h | 43 class Compilation; variable 192 void setUpResponseFiles(Compilation &C, Job &J); 246 Compilation *BuildCompilation(ArrayRef<const char *> Args); 292 void BuildJobs(Compilation &C) const; 300 int ExecuteCompilation(Compilation &C, 306 void generateCompilationDiagnostics(Compilation &C, 314 void PrintActions(const Compilation &C) const; 322 void PrintVersion(const Compilation &C, raw_ostream &OS) const; 345 bool HandleImmediateArgs(const Compilation &C); 356 void BuildJobsForAction(Compilation &C, [all …]
|
| H A D | Compilation.h | 34 class Compilation { 76 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 79 ~Compilation();
|
| H A D | Tool.h | 25 class Compilation; variable 127 virtual void ConstructJob(Compilation &C, const JobAction &JA,
|
| H A D | ToolChain.h | 35 class Compilation; variable
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 68 clang::driver::Compilation *Compilation) { in getCC1Arguments() argument 71 const clang::driver::JobList &Jobs = Compilation->getJobs(); in getCC1Arguments() 219 const std::unique_ptr<clang::driver::Compilation> Compilation( in run() local 222 &Diagnostics, Compilation.get()); in run() 235 return runInvocation(BinaryName, Compilation.get(), Invocation.release()); in run() 240 clang::driver::Compilation *Compilation, in runInvocation() argument 245 Compilation->getJobs().Print(llvm::errs(), "\n", true); in runInvocation()
|
| H A D | CompilationDatabase.cpp | 245 const std::unique_ptr<driver::Compilation> Compilation( in stripPositionalArgs() local 248 const driver::JobList &Jobs = Compilation->getJobs(); in stripPositionalArgs()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 50 class Compilation; variable 230 clang::driver::Compilation *Compilation,
|
| /minix3/external/bsd/llvm/lib/libclangDriver/ |
| H A D | Makefile | 10 Compilation.cpp \
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 55 std::unique_ptr<driver::Compilation> C(TheDriver.BuildCompilation(Args)); in createInvocationFromCommandLine()
|
| /minix3/external/bsd/kyua-cli/dist/ |
| H A D | README | 16 * INSTALL: Compilation and installation instructions.
|
| /minix3/external/bsd/kyua-testers/dist/ |
| H A D | README | 17 * INSTALL: Compilation and installation instructions.
|
| /minix3/external/bsd/kyua-atf-compat/dist/ |
| H A D | README | 17 * INSTALL: Compilation and installation instructions.
|
| /minix3/external/bsd/bind/dist/contrib/idn/ |
| H A D | README.idnkit | 7 * Compilation & installation 78 2. Compilation and installation
|
| /minix3/external/bsd/atf/dist/ |
| H A D | README | 29 * INSTALL: Compilation and installation instructions. These is not the
|
| /minix3/external/bsd/lutok/dist/ |
| H A D | README | 22 * INSTALL: Compilation and installation instructions.
|
| /minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/ |
| H A D | dwarf-pubnames-split.ll | 12 ; CHECK-NEXT: .long .L.debug_info_begin0 # Offset of Compilation Unit Info
|
| /minix3/external/bsd/bind/dist/unit/atf-src/ |
| H A D | README | 32 * INSTALL: Compilation and installation instructions. These is not the
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | DriverInternals.rst | 158 #. **Pipeline: Compilation Job Construction** 295 The Compilation Object 298 The driver constructs a Compilation object for each set of command line 300 construction of a Compilation; an IDE should be able to construct a 304 The Compilation object holds information that is particular to each 312 Parsing and pipelining both occur without reference to a Compilation
|
| H A D | JSONCompilationDatabase.rst | 2 JSON Compilation Database Format Specification
|
| /minix3/external/bsd/llvm/dist/clang/examples/clang-interpreter/ |
| H A D | main.cpp | 105 std::unique_ptr<Compilation> C(TheDriver.BuildCompilation(Args)); in main()
|