Home
last modified time | relevance | path

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

/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/include/clang/Basic/
H A DCodeGenOptions.h386 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
/freebsd-13.1/contrib/sendmail/src/
H A Dmain.c105 char *CommandLineArgs; /* command line args for pid file */ variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp621 ArrayRef<const char *> CommandLineArgs, in RoundTrip()
4348 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl()
4447 ArrayRef<const char *> CommandLineArgs, in CreateFromArgs()
4454 DiagnosticsEngine &Diags, const char *Argv0) { in CreateFromArgs()