Lines Matching defs:Path
84 auto addIfExists = [this](path_list &List, const std::string &Path) { in ToolChain()
89 if (std::optional<std::string> Path = getRuntimePath()) in ToolChain() local
91 if (std::optional<std::string> Path = getStdlibPath()) in ToolChain() local
93 for (const auto &Path : getArchSpecificLibPaths()) in ToolChain() local
598 SmallString<128> Path(getDriver().ResourceDir); in getCompilerRTPath() local
669 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT() local
735 if (auto Path = getPathForTriple(getTriple())) in getTargetSubDirPath() local
756 if (auto Path = getPathForTriple(ArmTriple)) in getTargetSubDirPath() local
782 SmallString<128> Path(getDriver().ResourceDir); in getArchSpecificLibPaths() local
847 std::string Path(A->getValue()); in GetLinkerPath() local
1135 const Twine &Path) { in addSystemInclude()
1150 const Twine &Path) { in addExternCSystemInclude()
1157 const Twine &Path) { in addExternCSystemIncludeIfExists()
1166 for (const auto &Path : Paths) { in addSystemIncludes() local
1172 /*static*/ std::string ToolChain::concat(StringRef Path, const Twine &A, in concat()
1184 SmallString<128> Path(IncludePath); in detectLibcxxVersion() local
1294 std::string Path; in addFastMathRuntimeIfAvailable() local