Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMinGWToolChain.cpp85 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()
DCrossWindowsToolChain.cpp27 getFilePaths().push_back(SysRoot + "/usr/lib"); in CrossWindowsToolChain()
28 getFilePaths().push_back(SysRoot + "/usr/lib/gcc"); in CrossWindowsToolChain()
DToolChains.cpp2451 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 …]
DToolChain.cpp621 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()
DDriver.cpp883 for (const std::string &Path : TC.getFilePaths()) { in HandleImmediateArgs()
2144 for (const std::string &Dir : TC.getFilePaths()) { in GetFilePath()
DTools.cpp6417 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
/external/clang/include/clang/Driver/
DToolChain.h144 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function
145 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function