Home
last modified time | relevance | path

Searched defs:CommandLineArgs (Results 1 – 5 of 5) 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/Basic/
H A DCodeGenOptions.h444 std::vector<std::string> CommandLineArgs; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp761 ArrayRef<const char *> CommandLineArgs, in RoundTrip()
897 DiagnosticsEngine &Diags, const char *Argv0) { in checkCC1RoundTrip()
4567 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl()
4687 ArrayRef<const char *> CommandLineArgs, in CreateFromArgs()
4694 DiagnosticsEngine &Diags, const char *Argv0) { in CreateFromArgs()
/freebsd-14.2/contrib/sendmail/src/
H A Dmain.c111 char *CommandLineArgs; /* command line args for pid file */ variable