Searched refs:CommandLineArgs (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 97 ArrayRef<std::string> CommandLineArgs; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 294 ArrayRef<const char *> CommandLineArgs, 342 ArrayRef<const char *> CommandLineArgs,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 785 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument 799 for (const auto *Arg : CommandLineArgs) { in RoundTrip() 810 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 830 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip() 837 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 845 << SerializeArgs(CommandLineArgs); in RoundTrip() 880 ComparisonArgs.assign(CommandLineArgs.begin(), CommandLineArgs.end()); in RoundTrip() 920 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, in checkCC1RoundTrip() 922 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0); in checkCC1RoundTrip() 4774 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 457 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 | 486 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 954 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()
|