Lines Matching defs:Path
17 #include "llvm/Support/Path.h"
59 for (const auto &Path : Callback(SelectedMultilibs.back()))
60 addExternCSystemIncludeIfExists(DriverArgs, CC1Args, D.Dir + Path);
98 for (std::string Path : Callback(SelectedMultilibs.back())) {
99 Path = getDriver().Dir + Path + "/c++/v1";
100 if (llvm::sys::fs::exists(Path)) {
101 addSystemInclude(DriverArgs, CC1Args, Path);
123 SmallString<128> Path(getDriver().ResourceDir);
124 llvm::sys::path::append(Path, SelectedMultilibs.back().osSuffix(), "lib" + LibSuffix,
139 Path, Twine("libclang_rt." + Component + "-" + "mips" + Suffix));
140 return std::string(Path);