Searched refs:CommandLineArgs (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCTargetOptions.h | 84 ArrayRef<std::string> CommandLineArgs; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 288 ArrayRef<const char *> CommandLineArgs, 327 ArrayRef<const char *> CommandLineArgs,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local 602 CommandLineArgs.begin(), in loadFromSource() 612 return ASTUnit::LoadFromCommandLine(CommandLineArgs.begin(), in loadFromSource() 613 (CommandLineArgs.end()), in loadFromSource()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 761 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument 775 for (const auto *Arg : CommandLineArgs) { in RoundTrip() 786 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 806 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip() 813 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 821 << SerializeArgs(CommandLineArgs); in RoundTrip() 856 ComparisonArgs.assign(CommandLineArgs.begin(), CommandLineArgs.end()); in RoundTrip() 4567 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument 4575 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex, in CreateFromArgsImpl() 4667 append_range(Res.getCodeGenOpts().CommandLineArgs, CommandLineArgs); in CreateFromArgsImpl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 444 std::vector<std::string> CommandLineArgs; variable
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 471 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 954 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()
|