Searched refs:getFilePaths (Results 1 – 7 of 7) sorted by relevance
85 getFilePaths().push_back(GccLibDir); in MinGW()86 getFilePaths().push_back( in MinGW()88 getFilePaths().push_back(Base + "lib"); in MinGW()90 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); in MinGW()
27 getFilePaths().push_back(SysRoot + "/usr/lib"); in CrossWindowsToolChain()28 getFilePaths().push_back(SysRoot + "/usr/lib/gcc"); in CrossWindowsToolChain()
2451 getFilePaths().clear(); in MipsLLVMToolChain()2452 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()2653 ToolChain::path_list &LibPaths = getFilePaths(); in HexagonToolChain()2751 path_list &file_paths = getFilePaths(); in NaClToolChain()2953 getFilePaths().push_back(P.str()); in CloudABI()2983 getFilePaths().push_back(getDriver().Dir + "/../lib"); in OpenBSD()2984 getFilePaths().push_back("/usr/lib"); in OpenBSD()2997 getFilePaths().push_back(getDriver().Dir + "/../lib"); in Bitrig()2998 getFilePaths().push_back("/usr/lib"); in Bitrig()3075 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32"); in FreeBSD()[all …]
621 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()
883 for (const std::string &Path : TC.getFilePaths()) { in HandleImmediateArgs()2144 for (const std::string &Dir : TC.getFilePaths()) { in GetFilePath()
6417 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
144 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function145 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function