Searched refs:CommandLineArgs (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 203 ArrayRef<const char *> CommandLineArgs, 248 ArrayRef<const char *> CommandLineArgs,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCTargetOptions.h | 67 ArrayRef<const char *> CommandLineArgs; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 576 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local 578 CommandLineArgs.begin(), in loadFromSource() 589 CommandLineArgs.begin(), (CommandLineArgs.end()), in loadFromSource()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 386 ArrayRef<const char *> CommandLineArgs; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 621 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument 631 for (const auto *Arg : CommandLineArgs) { in RoundTrip() 641 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 661 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip() 668 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 676 << SerializeArgs(CommandLineArgs); in RoundTrip() 4348 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument 4356 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex, in CreateFromArgsImpl() 4439 Res.getCodeGenOpts().CommandLineArgs = CommandLineArgs; in CreateFromArgsImpl() 4455 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0); in CreateFromArgs() [all …]
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | util.c | 584 extern char *CommandLineArgs; 613 CommandLineArgs); 625 sm_syslog(LOG_INFO, NOQID, "started as: %s", CommandLineArgs);
|
| H A D | main.c | 105 char *CommandLineArgs; /* command line args for pid file */ variable 593 CommandLineArgs = xalloc(j); 594 p = CommandLineArgs;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 605 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
|