Lines Matching refs:CommandLine

626 createDiagOptions(const std::vector<std::string> &CommandLine) {  in createDiagOptions()  argument
628 for (const std::string &Arg : CommandLine) in createDiagOptions()
636 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, in computeDependencies() argument
643 auto DiagOpts = createDiagOptions(CommandLine); in computeDependencies()
646 if (computeDependencies(WorkingDirectory, CommandLine, Consumer, Controller, in computeDependencies()
654 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, in computeDependencies() argument
661 auto DiagOpts = createDiagOptions(CommandLine); in computeDependencies()
664 if (computeDependencies(WorkingDirectory, CommandLine, Consumer, Controller, in computeDependencies()
712 std::vector<std::string> CommandLine, DependencyScanningAction &Action, in createAndRunToolInvocation() argument
718 std::string Executable = CommandLine[0]; in createAndRunToolInvocation()
719 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, in createAndRunToolInvocation()
732 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, in scanDependencies() argument
739 std::vector<const char *> CCommandLine(CommandLine.size(), nullptr); in scanDependencies()
740 llvm::transform(CommandLine, CCommandLine.begin(), in scanDependencies()
761 if (CommandLine[1] == "-cc1") { in scanDependencies()
762 Success = createAndRunToolInvocation(CommandLine, Action, *FileMgr, in scanDependencies()
766 CommandLine, *Diags, *FileMgr, [&](const driver::Command &Cmd) { in scanDependencies()
792 << llvm::join(CommandLine, " "); in scanDependencies()
802 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, in computeDependencies() argument
829 ModifiedCommandLine = CommandLine; in computeDependencies()
834 ModifiedCommandLine ? *ModifiedCommandLine : CommandLine; in computeDependencies()
842 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, in computeDependencies() argument
863 auto ModifiedCommandLine = CommandLine; in computeDependencies()