Searched refs:outputPath (Results 1 – 5 of 5) 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()
932 std::string outputPath(sys::path::filename(filename)); in print() local934 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
873 findPdbPath(StringRef pdbPath, ObjFile *dependentFile, StringRef outputPath) { in findPdbPath() argument897 sys::path::append(path, sys::path::parent_path(outputPath), pdbName); in findPdbPath()
233 void openFile(StringRef outputPath);