Lines Matching refs:PrefixDir
2187 for (const auto &PrefixDir : PrefixDirs) {2188 if (llvm::sys::fs::is_directory(PrefixDir)) {2189 SmallString<128> P(PrefixDir);2193 SmallString<128> P(PrefixDir + Name);