Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp27 SmallString<128> PathInParentDir = llvm::sys::path::parent_path(BaseDir); in findSrcDirMap() local
29 llvm::sys::path::append(PathInParentDir, "llvm.srcdir.txt"); in findSrcDirMap()
30 if (llvm::sys::fs::is_regular_file(PathInParentDir)) in findSrcDirMap()
31 return std::make_pair(true, std::move(PathInParentDir)); in findSrcDirMap()