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