Searched refs:getFilePaths (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Driver/
H A DToolChain.h92 path_list &getFilePaths() { return FilePaths; } function in class:clang::driver::ToolChain
93 const path_list &getFilePaths() const { return FilePaths; } function in class:clang::driver::ToolChain
/external/clang/lib/Driver/
H A DToolChains.cpp1550 getFilePaths().push_back(getDriver().Dir + "/../lib");
1551 getFilePaths().push_back("/usr/lib");
1590 getFilePaths().push_back(getDriver().Dir + "/../lib");
1591 getFilePaths().push_back("/usr/lib");
1657 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32");
1659 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib");
1705 getFilePaths().push_back("=/usr/lib/i386");
1707 getFilePaths().push_back("=/usr/lib");
1747 getFilePaths().push_back(getDriver().Dir + "/../lib");
1748 getFilePaths()
[all...]
H A DDriver.cpp737 for (ToolChain::path_list::const_iterator it = TC.getFilePaths().begin(),
738 ie = TC.getFilePaths().end(); it != ie; ++it) {
1604 const ToolChain::path_list &List = TC.getFilePaths();
H A DTools.cpp5269 const ToolChain::path_list Paths = ToolChain.getFilePaths();
5755 const ToolChain::path_list Paths = ToolChain.getFilePaths();

Completed in 151 milliseconds