Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/
H A DFileRemapper.h51 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp898 std::string outputPath(sys::path::filename(filename)); in print() local
900 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp226 void openFile(StringRef outputPath);