Searched defs:CommandLineArgs (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 84 ArrayRef<std::string> CommandLineArgs; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 444 std::vector<std::string> CommandLineArgs; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 761 RoundTrip(ParseFn Parse,GenerateFn Generate,CompilerInvocation & RealInvocation,CompilerInvocation & DummyInvocation,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0,bool CheckAgainstOriginalInvocation=false,bool ForceRoundTrip=false) RoundTrip() argument 897 __anon657c79d00a02(CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, DiagnosticsEngine &Diags, const char *Argv0) checkCC1RoundTrip() argument 4567 CreateFromArgsImpl(CompilerInvocation & Res,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0) CreateFromArgsImpl() argument 4687 CreateFromArgs(CompilerInvocation & Invocation,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0) CreateFromArgs() argument 4694 __anon657c79d01b02(CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, DiagnosticsEngine &Diags, const char *Argv0) CreateFromArgs() argument [all...] |
/freebsd-src/contrib/sendmail/src/ |
H A D | main.c | 111 char *CommandLineArgs; /* command line args for pid file */ variable
|