Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h242 return *Invocation; in getInvocation()
262 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
266 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
269 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
280 return Invocation->getDiagnosticOpts(); in getDiagnosticOpts()
294 return Invocation->getFrontendOpts(); in getFrontendOpts()
297 return Invocation->getFrontendOpts(); in getFrontendOpts()
311 return *Invocation->getLangOpts(); in getLangOpts()
314 return *Invocation->getLangOpts(); in getLangOpts()
332 return Invocation->getTargetOpts(); in getTargetOpts()
[all …]
H A DPrecompiledPreamble.h80 Build(const CompilerInvocation &Invocation,
100 bool CanReuse(const CompilerInvocation &Invocation,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp125 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
126 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
127 return Invocation; in newInvocation()
168 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
172 return Invocation.run(); in runToolOnCodeWithArgs()
320 std::unique_ptr<CompilerInvocation> Invocation( in run() local
355 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
519 if (!Invocation.run()) { in run()
549 Invocation, std::move(PCHContainerOps), in runInvocation()
597 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c482 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
488 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
493 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
495 Invocation++; in AcpiDbMatchCommandHelp()
500 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
502 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
507 Invocation++; in AcpiDbMatchCommandHelp()
516 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
549 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
589 while (Next->Invocation) in AcpiDbDisplayHelp()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
68 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()
74 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in onBodySynthesis()
79 Instance.setInvocation(std::move(Invocation)); in onBodySynthesis()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp81 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
82 argv[1] = Invocation.c_str(); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp261 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit()
1079 if (!Invocation) in Parse()
1440 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1476 AST->Invocation = std::move(CI); in create()
1635 if (!Invocation) in LoadFromCompilerInvocation()
1642 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1683 AST->Invocation = std::move(CI); in LoadFromCompilerInvocation()
1769 AST->Invocation = CI; in LoadFromCommandLine()
1799 if (!Invocation) in Reparse()
1817 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
[all …]
H A DCompilerInstance.cpp63 Invocation(new CompilerInvocation()), in CompilerInstance()
77 Invocation = std::move(Value); in setInvocation()
1035 auto Invocation = local
1042 Invocation->getLangOpts()->resetNonModularOptions();
1058 Invocation->getLangOpts()->ModuleName =
1062 Invocation->getLangOpts()->CurrentModule = ModuleName;
1077 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1090 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0;
1092 Invocation->getModuleHash() && "Module hash mismatch!");
1100 auto &Inv = *Invocation;
[all …]
H A DPrecompiledPreamble.cpp233 const CompilerInvocation &Invocation, in Build() argument
241 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build()
411 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse() argument
420 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h80 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
97 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
286 std::shared_ptr<CompilerInvocation> Invocation,
/freebsd-12.1/contrib/ntp/ntpq/
H A Dinvoke-ntpq.menu1 * ntpq Invocation:: Invoking ntpq
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A Dinvoke-ntpsnmpd.menu1 * ntpsnmpd Invocation:: Invoking ntpsnmpd
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.menu1 * ntpdc Invocation:: Invoking ntpdc
/freebsd-12.1/contrib/ntp/scripts/ntptrace/
H A Dinvoke-ntptrace.menu1 * ntptrace Invocation:: Invoking ntptrace
/freebsd-12.1/contrib/ntp/scripts/ntpsweep/
H A Dinvoke-ntpsweep.menu1 * ntpsweep Invocation:: Invoking ntpsweep
/freebsd-12.1/contrib/ntp/sntp/
H A Dinvoke-sntp.menu1 * sntp Invocation:: Invoking sntp
/freebsd-12.1/contrib/ntp/scripts/calc_tickadj/
H A Dinvoke-calc_tickadj.menu1 * calc_tickadj Invocation:: Invoking calc_tickadj
/freebsd-12.1/contrib/ntp/scripts/
H A Dinvoke-plot_summary.menu1 * plot_summary Invocation:: Invoking plot_summary
H A Dinvoke-summary.menu1 * summary Invocation:: Invoking summary
/freebsd-12.1/contrib/ntp/ntpd/
H A Dinvoke-ntpd.menu1 * ntpd Invocation:: Invoking ntpd
/freebsd-12.1/contrib/ntp/scripts/ntp-wait/
H A Dinvoke-ntp-wait.menu1 * ntp-wait Invocation:: Invoking ntp-wait
/freebsd-12.1/contrib/ntp/scripts/update-leap/
H A Dinvoke-update-leap.menu1 * update-leap Invocation:: Invoking update-leap
/freebsd-12.1/contrib/ntp/util/
H A Dinvoke-ntp-keygen.menu1 * ntp-keygen Invocation:: Invoking ntp-keygen
/freebsd-12.1/contrib/gcc/doc/
H A Dcppenv.texi61 (@pxref{Invocation}),
75 @xref{Invocation}.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticRefactoringKinds.td16 let CategoryName = "Refactoring Invocation Issue" in {

12345