Searched refs:CommandLineArgs (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 280 ArrayRef<const char *> CommandLineArgs, 328 ArrayRef<const char *> CommandLineArgs,
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 601 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local 603 CommandLineArgs.begin(), in loadFromSource() 614 CommandLineArgs.begin(), (CommandLineArgs.end()), in loadFromSource()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 789 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument 803 for (const auto *Arg : CommandLineArgs) { in RoundTrip() 814 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 834 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip() 841 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 849 << SerializeArgs(CommandLineArgs); in RoundTrip() 884 ComparisonArgs.assign(CommandLineArgs.begin(), CommandLineArgs.end()); in RoundTrip() 924 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, in checkCC1RoundTrip() 926 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0); in checkCC1RoundTrip() 5106 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 488 std::vector<std::string> CommandLineArgs; variable
|
| /freebsd/contrib/sendmail/src/ |
| H A D | util.c | 613 extern char *CommandLineArgs; 642 CommandLineArgs); 654 sm_syslog(LOG_INFO, NOQID, "started as: %s", CommandLineArgs);
|
| H A D | main.c | 111 char *CommandLineArgs; /* command line args for pid file */ variable 606 CommandLineArgs = sm_malloc_tagged_x(j, "cliargs", 0, 0); 607 p = CommandLineArgs;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 525 CodeGenOpts.CommandLineArgs, CodeGenOpts.MainFileName); in initTargetOptions()
|