Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp106 getLibraryPaths().push_back(std::string(SysRoot)); in BareMetal()
322 for (const auto &LibPath : TC.getLibraryPaths()) in ConstructJob()
H A DAIX.cpp292 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
H A DMinGW.cpp232 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
H A DMSVC.cpp144 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h275 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function
276 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp86 addIfExists(getLibraryPaths(), Path); in ToolChain()
549 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
H A DDriver.cpp5912 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()