Searched refs:CommandLineArgs (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Testing/ |
| H A D | BUILD.gn | 11 "CommandLineArgs.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 208 ArrayRef<const char *> CommandLineArgs, 240 ArrayRef<const char *> CommandLineArgs,
|
| /llvm-project-15.0.7/clang/lib/Testing/ |
| H A D | CMakeLists.txt | 8 CommandLineArgs.cpp
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCTargetOptions.h | 85 ArrayRef<std::string> CommandLineArgs; variable
|
| /llvm-project-15.0.7/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local 602 CommandLineArgs.begin(), in loadFromSource() 613 CommandLineArgs.begin(), (CommandLineArgs.end()), in loadFromSource()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 408 std::vector<std::string> CommandLineArgs; variable
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 650 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument 659 for (const auto *Arg : CommandLineArgs) { in RoundTrip() 669 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 689 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip() 696 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 704 << SerializeArgs(CommandLineArgs); in RoundTrip() 4430 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument 4438 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex, in CreateFromArgsImpl() 4528 append_range(Res.getCodeGenOpts().CommandLineArgs, CommandLineArgs); in CreateFromArgsImpl() 4544 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0); in CreateFromArgs() [all …]
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 480 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 947 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 248 clang/include/clang/Testing/CommandLineArgs.h 561 clang/lib/Testing/CommandLineArgs.cpp
|