Searched refs:outputPath (Results 1 – 7 of 7) sorted by relevance
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()
184 StringRef outputPath() const { return _outputPath; } in outputPath() function
484 ctx.setInstallName(ctx.outputPath()); in parse()1202 lld::errs() << "Failed to run passes on file '" << ctx.outputPath() in link()1215 lld::errs() << "Failed to write file '" << ctx.outputPath() << "': "; in link()
895 std::string outputPath(sys::path::filename(filename)); in print() local897 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
634 addOutputFileDependency(outputPath()); in validateImpl()
221 void openFile(StringRef outputPath);