Home
last modified time | relevance | path

Searched refs:CommandLineArgs (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h97 ArrayRef<std::string> CommandLineArgs; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h294 ArrayRef<const char *> CommandLineArgs,
342 ArrayRef<const char *> CommandLineArgs,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp785 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 DCodeGenOptions.h457 std::vector<std::string> CommandLineArgs; variable
/freebsd/contrib/sendmail/src/
H A Dutil.c613 extern char *CommandLineArgs;
642 CommandLineArgs);
654 sm_syslog(LOG_INFO, NOQID, "started as: %s", CommandLineArgs);
H A Dmain.c111 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 DBackendUtil.cpp486 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp954 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()