Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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);