Home
last modified time | relevance | path

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

12345

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInstance.h73 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
229 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation()
232 assert(Invocation && "Compiler instance has no invocation!"); in getInvocation()
233 return *Invocation; in getInvocation()
253 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
257 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
260 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
264 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
267 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
271 return Invocation->getDiagnosticOpts(); in getDiagnosticOpts()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Tooling/
HDTooling.cpp97 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local
99 *Invocation, CC1Args.data() + 1, CC1Args.data() + CC1Args.size(), in newInvocation()
101 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
102 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
103 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()
104 return Invocation; in newInvocation()
135 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs() local
139 Invocation.mapVirtualFile(FileNameRef, in runToolOnCodeWithArgs()
143 Invocation.mapVirtualFile(FilenameWithContent.first, in runToolOnCodeWithArgs()
147 return Invocation.run(); in runToolOnCodeWithArgs()
[all …]
/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbinput.c361 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
367 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
372 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
374 Invocation++; in AcpiDbMatchCommandHelp()
379 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
381 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
386 Invocation++; in AcpiDbMatchCommandHelp()
395 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
428 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
466 while (Next->Invocation) in AcpiDbDisplayHelp()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()
75 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in onBodySynthesis()
80 Instance.setInvocation(&*Invocation); in onBodySynthesis()
/NextBSD/contrib/llvm/tools/llvm-cov/
HDllvm-cov.cpp71 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
72 argv[1] = Invocation.c_str(); in main()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp248 if (Invocation.get() && OwnsRemappedFileBuffers) { in ~ASTUnit()
249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
1036 if (!Invocation) in Parse()
1048 CCInvocation(new CompilerInvocation(*Invocation)); in Parse()
1189 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble() argument
1190 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()
1191 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble()
1240 *Invocation.getLangOpts(), MaxLines); in ComputePreamble()
1674 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1675 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
[all …]
HDCompilerInstance.cpp57 : ModuleLoader(BuildingModule), Invocation(new CompilerInvocation()), in CompilerInstance()
67 Invocation = Value; in setInvocation()
875 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local
878 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl()
882 Invocation->getLangOpts()->resetNonModularOptions(); in compileModuleImpl()
887 const HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); in compileModuleImpl()
897 Invocation->getLangOpts()->CurrentModule = Module->getTopLevelModuleName(); in compileModuleImpl()
911 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
916 InputKind IK = getSourceInputKindFromOptions(*Invocation->getLangOpts()); in compileModuleImpl()
921 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in compileModuleImpl()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/
HDTooling.h72 runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
88 bool runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
258 clang::CompilerInvocation *Invocation,
/NextBSD/contrib/ntp/ntpdc/
HDinvoke-ntpdc.menu1 * ntpdc Invocation:: Invoking ntpdc
/NextBSD/contrib/ntp/scripts/
HDinvoke-summary.menu1 * summary Invocation:: Invoking summary
HDinvoke-plot_summary.menu1 * plot_summary Invocation:: Invoking plot_summary
HDsummary.texi37 * summary Invocation:: Invoking summary
HDplot_summary.texi37 * plot_summary Invocation:: Invoking plot_summary
/NextBSD/contrib/ntp/ntpsnmpd/
HDinvoke-ntpsnmpd.menu1 * ntpsnmpd Invocation:: Invoking ntpsnmpd
/NextBSD/contrib/ntp/sntp/
HDinvoke-sntp.menu1 * sntp Invocation:: Invoking sntp
/NextBSD/contrib/ntp/ntpd/
HDinvoke-ntpd.menu1 * ntpd Invocation:: Invoking ntpd
/NextBSD/contrib/ntp/scripts/ntptrace/
HDinvoke-ntptrace.menu1 * ntptrace Invocation:: Invoking ntptrace
/NextBSD/contrib/ntp/scripts/calc_tickadj/
HDinvoke-calc_tickadj.menu1 * calc_tickadj Invocation:: Invoking calc_tickadj
HDcalc_tickadj.texi34 * calc_tickadj Invocation:: Invoking calc_tickadj
/NextBSD/contrib/ntp/ntpq/
HDinvoke-ntpq.menu1 * ntpq Invocation:: Invoking ntpq
/NextBSD/contrib/ntp/scripts/ntpsweep/
HDinvoke-ntpsweep.menu1 * ntpsweep Invocation:: Invoking ntpsweep
/NextBSD/contrib/ntp/util/
HDinvoke-ntp-keygen.menu1 * ntp-keygen Invocation:: Invoking ntp-keygen
/NextBSD/contrib/ntp/scripts/update-leap/
HDinvoke-update-leap.menu1 * update-leap Invocation:: Invoking update-leap
/NextBSD/contrib/ntp/scripts/ntp-wait/
HDinvoke-ntp-wait.menu1 * ntp-wait Invocation:: Invoking ntp-wait
/NextBSD/contrib/gcc/doc/
HDcppenv.texi61 (@pxref{Invocation}),
75 @xref{Invocation}.

12345