Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h31 std::string OSPath = "")
32 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp67 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() local
68 sys::path::append(OSPath, "index"); in generateSubDirectoryReport()
69 auto OSOrErr = Printer.createOutputStream(OSPath, "txt", in generateSubDirectoryReport()
H A DSourceCoverageViewHTML.cpp720 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() local
721 sys::path::append(OSPath, "index"); in generateSubDirectoryReport()
722 auto OSOrErr = Printer.createOutputStream(OSPath, "html", in generateSubDirectoryReport()