Lines Matching refs:OutputFile
137 StringRef OutputFile) {
140 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo,
145 << OutputFile << ErrorInfo;
256 if (!DepOpts.OutputFile.empty())
419 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
425 for (std::list<OutputFile>::iterator
458 return createOutputFile(getFrontendOpts().OutputFile, Binary,
486 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "",
842 FrontendOpts.OutputFile = ModuleFileName.str();