Lines Matching refs:OutputFile
79 std::string OutputFile;
81 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
86 return new PCHGenerator(CI.getPreprocessor(), OutputFile, nullptr, Sysroot,
93 std::string &OutputFile,
104 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
110 OutputFile = CI.getFrontendOpts().OutputFile;
117 std::string OutputFile;
119 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
122 return new PCHGenerator(CI.getPreprocessor(), OutputFile, Module,
341 std::string &OutputFile,
345 if (CI.getFrontendOpts().OutputFile.empty()) {
347 CI.getFrontendOpts().OutputFile =
355 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
362 OutputFile = CI.getFrontendOpts().OutputFile;
528 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
579 if (CI.getFrontendOpts().OutputFile.empty() ||
580 CI.getFrontendOpts().OutputFile == "-") {