Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCTargetOptions.h85 ArrayRef<std::string> CommandLineArgs; variable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h408 std::vector<std::string> CommandLineArgs; variable
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp650 ArrayRef<const char *> CommandLineArgs, in RoundTrip()
4430 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl()
4536 ArrayRef<const char *> CommandLineArgs, in CreateFromArgs()
4543 DiagnosticsEngine &Diags, const char *Argv0) { in CreateFromArgs()