Searched refs:outputPath (Results 1 – 6 of 6) sorted by relevance
84 std::string outputPath; // -o path member134 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()135 return driver.outputPath; in RelocatableName()249 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()258 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()272 if (!driver.outputPath.empty()) { in Link()275 argv.push_back(driver.outputPath.data()); in Link()387 driver.outputPath = args.front(); in main()
51 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
119 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { in flushToFile() argument123 std::string infoFile = std::string(outputPath); in flushToFile()
232 createOutputFileImpl(llvm::StringRef outputPath, bool binary);
897 std::string outputPath(sys::path::filename(filename)); in print() local899 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
215 void openFile(StringRef outputPath);