Home | History | Annotate | Download | only in Frontend

Lines Matching full:outputfile

162                                        StringRef OutputFile) {
165 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo,
170 << OutputFile << ErrorInfo;
343 if (!DepOpts.OutputFile.empty())
517 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
523 for (std::list<OutputFile>::iterator
554 return createOutputFile(getFrontendOpts().OutputFile, Binary,
561 addOutputFile(OutputFile("", "", OS));
588 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "",
901 FrontendOpts.OutputFile = ModuleFileName.str();