Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h51 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp119 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { in flushToFile() argument
123 std::string infoFile = std::string(outputPath); in flushToFile()
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp932 std::string outputPath(sys::path::filename(filename)); in print() local
934 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
/src/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp873 findPdbPath(StringRef pdbPath, ObjFile *dependentFile, StringRef outputPath) { in findPdbPath() argument
897 sys::path::append(path, sys::path::parent_path(outputPath), pdbName); in findPdbPath()
H A DWriter.cpp233 void openFile(StringRef outputPath);