Home
last modified time | relevance | path

Searched defs:CommandLineArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCTargetOptions.h97 ArrayRef<std::string> CommandLineArgs; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.cpp600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h457 std::vector<std::string> CommandLineArgs; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp785 ArrayRef<const char *> CommandLineArgs, in RoundTrip()
921 DiagnosticsEngine &Diags, const char *Argv0) { in checkCC1RoundTrip()
4774 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl()
4896 ArrayRef<const char *> CommandLineArgs, in CreateFromArgs()
4903 DiagnosticsEngine &Diags, const char *Argv0) { in CreateFromArgs()
/freebsd-13-stable/contrib/sendmail/src/
HDmain.c111 char *CommandLineArgs; /* command line args for pid file */ variable