Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h84 ArrayRef<std::string> CommandLineArgs; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h288 ArrayRef<const char *> CommandLineArgs,
327 ArrayRef<const char *> CommandLineArgs,
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp600 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 DCompilerInvocation.cpp761 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 DCodeGenOptions.h444 std::vector<std::string> CommandLineArgs; variable
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp471 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp954 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()