Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMinGWToolChain.cpp91 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()
DCrossWindowsToolChain.cpp27 getFilePaths().push_back(SysRoot + "/usr/lib"); in CrossWindowsToolChain()
28 getFilePaths().push_back(SysRoot + "/usr/lib/gcc"); in CrossWindowsToolChain()
DToolChains.cpp2824 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 …]
DToolChain.cpp651 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()
DDriver.cpp957 for (const std::string &Path : TC.getFilePaths()) { in HandleImmediateArgs()
2348 for (const std::string &Dir : TC.getFilePaths()) { in GetFilePath()
DTools.cpp6972 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
/external/clang/include/clang/Driver/
DToolChain.h145 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function
146 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function