• Home
  • Raw
  • Download

Lines Matching refs:OutputFile

69   if (CI.getFrontendOpts().OutputFile.empty())  in CreateASTConsumer()
90 std::string OutputFile; in CreateASTConsumer() local
92 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)) in CreateASTConsumer()
97 return new PCHGenerator(CI.getPreprocessor(), OutputFile, 0, Sysroot, OS); in CreateASTConsumer()
103 std::string &OutputFile, in ComputeASTConsumerArguments() argument
114 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true, in ComputeASTConsumerArguments()
120 OutputFile = CI.getFrontendOpts().OutputFile; in ComputeASTConsumerArguments()
127 std::string OutputFile; in CreateASTConsumer() local
129 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)) in CreateASTConsumer()
132 return new PCHGenerator(CI.getPreprocessor(), OutputFile, Module, in CreateASTConsumer()
291 std::string &OutputFile, in ComputeASTConsumerArguments() argument
295 if (CI.getFrontendOpts().OutputFile.empty()) { in ComputeASTConsumerArguments()
300 CI.getFrontendOpts().OutputFile = ModuleFileName.str(); in ComputeASTConsumerArguments()
306 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true, in ComputeASTConsumerArguments()
313 OutputFile = CI.getFrontendOpts().OutputFile; in ComputeASTConsumerArguments()
431 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
482 if (CI.getFrontendOpts().OutputFile.empty() || in ExecuteAction()
483 CI.getFrontendOpts().OutputFile == "-") { in ExecuteAction()