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.cpp939 std::string outputPath(sys::path::filename(filename)); in print() local
941 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1099 findPdbPath(StringRef pdbPath, ObjFile *dependentFile, StringRef outputPath) { in findPdbPath() argument
1123 sys::path::append(path, sys::path::parent_path(outputPath), pdbName); in findPdbPath()
H A DWriter.cpp236 void openFile(StringRef outputPath);