Home
last modified time | relevance | path

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 DBUILD.gn11 "CommandLineArgs.cpp",
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h208 ArrayRef<const char *> CommandLineArgs,
240 ArrayRef<const char *> CommandLineArgs,
/llvm-project-15.0.7/clang/lib/Testing/
H A DCMakeLists.txt8 CommandLineArgs.cpp
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCTargetOptions.h85 ArrayRef<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
602 CommandLineArgs.begin(), in loadFromSource()
613 CommandLineArgs.begin(), (CommandLineArgs.end()), in loadFromSource()
/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/Frontend/
H A DCompilerInvocation.cpp650 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 DBackendUtil.cpp480 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp947 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt248 clang/include/clang/Testing/CommandLineArgs.h
561 clang/lib/Testing/CommandLineArgs.cpp