Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutputFile

67   if (CI.getFrontendOpts().OutputFile.empty())
88 std::string OutputFile;
90 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
95 return new PCHGenerator(CI.getPreprocessor(), OutputFile, 0, Sysroot, OS);
101 std::string &OutputFile,
112 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
118 OutputFile = CI.getFrontendOpts().OutputFile;
125 std::string OutputFile;
127 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
130 return new PCHGenerator(CI.getPreprocessor(), OutputFile, Module,
288 std::string &OutputFile,
292 if (CI.getFrontendOpts().OutputFile.empty()) {
297 CI.getFrontendOpts().OutputFile = ModuleFileName.str();
303 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
310 OutputFile = CI.getFrontendOpts().OutputFile;
355 if (CI.getFrontendOpts().OutputFile.empty() ||
356 CI.getFrontendOpts().OutputFile == "-") {