Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h203 ArrayRef<const char *> CommandLineArgs,
248 ArrayRef<const char *> CommandLineArgs,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h67 ArrayRef<const char *> CommandLineArgs; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp576 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 DCodeGenOptions.h386 ArrayRef<const char *> CommandLineArgs; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp621 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 Dutil.c584 extern char *CommandLineArgs;
613 CommandLineArgs);
625 sm_syslog(LOG_INFO, NOQID, "started as: %s", CommandLineArgs);
H A Dmain.c105 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 DBackendUtil.cpp605 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()