Searched refs:getFilePaths (Results 1 – 7 of 7) sorted by relevance
91 getFilePaths().push_back(GccLibDir); in MinGW()92 getFilePaths().push_back( in MinGW()94 getFilePaths().push_back(Base + "lib"); in MinGW()96 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()
2824 getFilePaths().clear(); in MipsLLVMToolChain()2825 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()3019 ToolChain::path_list &LibPaths = getFilePaths(); in HexagonToolChain()3112 path_list &file_paths = getFilePaths(); in NaClToolChain()3314 getFilePaths().push_back(P.str()); in CloudABI()3386 getFilePaths().push_back(getDriver().Dir + "/../lib"); in OpenBSD()3387 getFilePaths().push_back("/usr/lib"); in OpenBSD()3400 getFilePaths().push_back(getDriver().Dir + "/../lib"); in Bitrig()3401 getFilePaths().push_back("/usr/lib"); in Bitrig()3469 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32"); in FreeBSD()[all …]
651 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()
957 for (const std::string &Path : TC.getFilePaths()) { in HandleImmediateArgs()2348 for (const std::string &Dir : TC.getFilePaths()) { in GetFilePath()
6972 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
145 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function146 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function