| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 83 std::shared_ptr<CompilerInvocation> Invocation; variable 207 std::shared_ptr<CompilerInvocation> Invocation = 256 CompilerInvocation &getInvocation() { return *Invocation; } in getInvocation() 258 std::shared_ptr<CompilerInvocation> getInvocationPtr() { return Invocation; } in getInvocationPtr() 273 AnalyzerOptions &getAnalyzerOpts() { return Invocation->getAnalyzerOpts(); } in getAnalyzerOpts() 276 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 279 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 283 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts() 286 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts() 290 return Invocation->getDiagnosticOpts(); in getDiagnosticOpts() [all …]
|
| H A D | PrecompiledPreamble.h | 85 Build(const CompilerInvocation &Invocation, 112 bool CanReuse(const CompilerInvocation &Invocation,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 172 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local 173 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics, in newInvocation() 175 Invocation->getFrontendOpts().DisableFree = false; in newInvocation() 176 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation() 177 return Invocation; in newInvocation() 218 ToolInvocation Invocation( in runToolOnCodeWithArgs() local 221 return Invocation.run(); in runToolOnCodeWithArgs() 397 std::unique_ptr<CompilerInvocation> Invocation( in run() local 401 return Action->runInvocation(std::move(Invocation), Files, in run() 421 std::unique_ptr<CompilerInvocation> Invocation( in run() local [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 491 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local 497 if (*Invocation != ' ') in AcpiDbMatchCommandHelp() 502 while (*Invocation == ' ') in AcpiDbMatchCommandHelp() 504 Invocation++; in AcpiDbMatchCommandHelp() 509 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp() 511 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp() 516 Invocation++; in AcpiDbMatchCommandHelp() 525 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp() 558 while (Next->Invocation) in AcpiDbDisplayCommandInfo() 598 while (Next->Invocation) in AcpiDbDisplayHelp() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 64 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local 66 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() 72 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in onBodySynthesis() 76 CompilerInstance Instance(std::move(Invocation), in onBodySynthesis()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | llvm-cov.cpp | 79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local 80 argv[1] = Invocation.c_str(); in main()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 154 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping() argument 157 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() 258 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit() 259 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 1147 if (!Invocation) in Parse() 1154 CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() 1500 if (Invocation != CI.getInvocationPtr()) { in transferASTDataFromCompilerInstance() 1507 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName() 1508 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName() 1546 AST->Invocation = std::move(CI); in create() [all …]
|
| H A D | CompilerInstance.cpp | 69 std::shared_ptr<CompilerInvocation> Invocation, in CompilerInstance() argument 73 Invocation(std::move(Invocation)), in CompilerInstance() 76 assert(this->Invocation && "Invocation must not be null"); in CompilerInstance() 452 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOpts(), in createPreprocessor() 1158 auto Invocation = std::make_shared<CompilerInvocation>(getInvocation()); in cloneForModuleCompileImpl() local 1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in cloneForModuleCompileImpl() 1164 Invocation->resetNonModularOptions(); in cloneForModuleCompileImpl() 1168 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); in cloneForModuleCompileImpl() 1177 Invocation->getLangOpts().ModuleName = in cloneForModuleCompileImpl() 1181 Invocation->getLangOpts().CurrentModule = std::string(ModuleName); in cloneForModuleCompileImpl() [all …]
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 244 auto Invocation = std::make_shared<CompilerInvocation>(); in cc1_main() local 246 CompilerInvocation::CreateFromArgs(*Invocation, Argv, Diags, Argv0); in cc1_main() 248 auto Clang = std::make_unique<CompilerInstance>(std::move(Invocation), in cc1_main()
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | invoke-ntpq.menu | 1 * ntpq Invocation:: Invoking ntpq
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | invoke-ntpsnmpd.menu | 1 * ntpsnmpd Invocation:: Invoking ntpsnmpd
|
| /freebsd/contrib/ntp/scripts/calc_tickadj/ |
| H A D | invoke-calc_tickadj.menu | 1 * calc_tickadj Invocation:: Invoking calc_tickadj
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | invoke-plot_summary.menu | 1 * plot_summary Invocation:: Invoking plot_summary
|
| H A D | invoke-summary.menu | 1 * summary Invocation:: Invoking summary
|
| H A D | plot_summary.texi | 37 * plot_summary Invocation:: Invoking plot_summary
|
| /freebsd/contrib/ntp/scripts/ntptrace/ |
| H A D | invoke-ntptrace.menu | 1 * ntptrace Invocation:: Invoking ntptrace
|
| /freebsd/contrib/ntp/ntpdc/ |
| H A D | invoke-ntpdc.menu | 1 * ntpdc Invocation:: Invoking ntpdc
|
| /freebsd/contrib/ntp/scripts/ntpsweep/ |
| H A D | invoke-ntpsweep.menu | 1 * ntpsweep Invocation:: Invoking ntpsweep
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | invoke-sntp.menu | 1 * sntp Invocation:: Invoking sntp
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | invoke-ntpd.menu | 1 * ntpd Invocation:: Invoking ntpd
|
| /freebsd/contrib/ntp/scripts/ntp-wait/ |
| H A D | invoke-ntp-wait.menu | 1 * ntp-wait Invocation:: Invoking ntp-wait
|
| /freebsd/contrib/ntp/scripts/update-leap/ |
| H A D | invoke-update-leap.menu | 1 * update-leap Invocation:: Invoking update-leap
|
| /freebsd/contrib/ntp/util/ |
| H A D | invoke-ntp-keygen.menu | 1 * ntp-keygen Invocation:: Invoking ntp-keygen
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 390 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() argument 395 CompilerInvocation OriginalInvocation(*Invocation); in runInvocation() 414 ScanInstanceStorage.emplace(std::move(Invocation), in runInvocation() 719 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, in createAndRunToolInvocation() local 721 Invocation.setDiagnosticConsumer(Diags.getClient()); in createAndRunToolInvocation() 722 Invocation.setDiagnosticOptions(&Diags.getDiagnosticOptions()); in createAndRunToolInvocation() 723 if (!Invocation.run()) in createAndRunToolInvocation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 298 std::shared_ptr<CompilerInvocation> Invocation,
|