Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutputFile

134                                        StringRef OutputFile) {
137 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo,
142 << OutputFile << ErrorInfo;
259 if (!DepOpts.OutputFile.empty())
421 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
427 for (std::list<OutputFile>::iterator
460 return createOutputFile(getFrontendOpts().OutputFile, Binary,
488 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "",
823 FrontendOpts.OutputFile = ModuleFileName.str();