Home
last modified time | relevance | path

Searched refs:Invocation (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h81 std::shared_ptr<CompilerInvocation> Invocation; variable
256 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation()
259 assert(Invocation && "Compiler instance has no invocation!"); in getInvocation()
260 return *Invocation; in getInvocation()
263 std::shared_ptr<CompilerInvocation> getInvocationPtr() { return Invocation; } in getInvocationPtr()
281 AnalyzerOptions &getAnalyzerOpts() { return Invocation->getAnalyzerOpts(); } in getAnalyzerOpts()
284 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
287 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
291 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
294 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
[all …]
H A DPrecompiledPreamble.h85 Build(const CompilerInvocation &Invocation,
112 bool CanReuse(const CompilerInvocation &Invocation,
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp175 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
176 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics, in newInvocation()
178 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
179 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
180 return Invocation; in newInvocation()
221 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
224 return Invocation.run(); in runToolOnCodeWithArgs()
399 std::unique_ptr<CompilerInvocation> Invocation( in run() local
403 return Action->runInvocation(std::move(Invocation), Files, in run()
423 std::unique_ptr<CompilerInvocation> Invocation( in run() local
[all …]
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c491 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/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp79 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 DASTUnit.cpp158 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping() argument
161 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping()
262 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit()
263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
1146 if (!Invocation) in Parse()
1153 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1503 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1504 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1540 AST->Invocation = std::move(CI); in create()
1691 if (!Invocation) in LoadFromCompilerInvocation()
[all …]
H A DCompilerInstance.cpp69 Invocation(new CompilerInvocation()), in CompilerInstance()
80 Invocation = std::move(Value); in setInvocation()
455 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(), in createPreprocessor()
1182 auto Invocation = local
1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1189 Invocation->resetNonModularOptions();
1193 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1202 Invocation->getLangOpts().ModuleName =
1206 Invocation->getLangOpts().CurrentModule = std::string(ModuleName);
1211 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp296 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() argument
301 CompilerInvocation OriginalInvocation(*Invocation); in runInvocation()
321 ScanInstance.setInvocation(std::move(Invocation)); in runInvocation()
578 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, in createAndRunToolInvocation() local
580 Invocation.setDiagnosticConsumer(Diags.getClient()); in createAndRunToolInvocation()
581 Invocation.setDiagnosticOptions(&Diags.getDiagnosticOptions()); in createAndRunToolInvocation()
582 if (!Invocation.run()) in createAndRunToolInvocation()
/freebsd/contrib/ntp/ntpq/
H A Dinvoke-ntpq.menu1 * ntpq Invocation:: Invoking ntpq
/freebsd/contrib/ntp/ntpsnmpd/
H A Dinvoke-ntpsnmpd.menu1 * ntpsnmpd Invocation:: Invoking ntpsnmpd
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dinvoke-calc_tickadj.menu1 * calc_tickadj Invocation:: Invoking calc_tickadj
H A Dcalc_tickadj.texi34 * calc_tickadj Invocation:: Invoking calc_tickadj
/freebsd/contrib/ntp/scripts/
H A Dinvoke-plot_summary.menu1 * plot_summary Invocation:: Invoking plot_summary
H A Dinvoke-summary.menu1 * summary Invocation:: Invoking summary
H A Dplot_summary.texi37 * plot_summary Invocation:: Invoking plot_summary
H A Dsummary.texi37 * summary Invocation:: Invoking summary
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dinvoke-ntptrace.menu1 * ntptrace Invocation:: Invoking ntptrace
/freebsd/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.menu1 * ntpdc Invocation:: Invoking ntpdc
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dinvoke-ntpsweep.menu1 * ntpsweep Invocation:: Invoking ntpsweep
/freebsd/contrib/ntp/sntp/
H A Dinvoke-sntp.menu1 * sntp Invocation:: Invoking sntp
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntpd.menu1 * ntpd Invocation:: Invoking ntpd
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dinvoke-ntp-wait.menu1 * ntp-wait Invocation:: Invoking ntp-wait
/freebsd/contrib/ntp/scripts/update-leap/
H A Dinvoke-update-leap.menu1 * update-leap Invocation:: Invoking update-leap
/freebsd/contrib/ntp/util/
H A Dinvoke-ntp-keygen.menu1 * ntp-keygen Invocation:: Invoking ntp-keygen
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticRefactoringKinds.td15 let CategoryName = "Refactoring Invocation Issue" in {

123