HomeSort by: relevance | last modified time | path
    Searched refs:CommandLineArgs (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/lib/libclangTesting/
Makefile 9 SRCS+= CommandLineArgs.cpp
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCTargetOptions.h 66 ArrayRef<const char *> CommandLineArgs;
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 200 /// \param [in] CommandLineArgs - Array of argument strings, this must not
203 ArrayRef<const char *> CommandLineArgs,
248 ArrayRef<const char *> CommandLineArgs,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 386 ArrayRef<const char *> CommandLineArgs;
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 572 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size());
574 CommandLineArgs.begin(),
585 CommandLineArgs.begin(), (CommandLineArgs.end()),
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 621 ArrayRef<const char *> CommandLineArgs,
631 for (const auto *Arg : CommandLineArgs) {
641 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0);
661 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) ||
668 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0);
676 << SerializeArgs(CommandLineArgs);
4350 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs,
4358 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex,
4441 Res.getCodeGenOpts().CommandLineArgs = CommandLineArgs;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 597 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs;

Completed in 23 milliseconds