Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp626 SmallVector<char, 128> NativeSubPath; in prepareSubDirectoryReports() local
627 sys::path::native(SubPath, NativeSubPath); in prepareSubDirectoryReports()
628 StringRef NativeSubPathRef(NativeSubPath.data(), NativeSubPath.size()); in prepareSubDirectoryReports()