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

/external/clang/include/clang/Driver/
H A DToolChain.h130 path_list &getFilePaths() { return FilePaths; } function in class:clang::driver::ToolChain
131 const path_list &getFilePaths() const { return FilePaths; } function in class:clang::driver::ToolChain
/external/clang/lib/Driver/
H A DToolChains.cpp2324 ToolChain::path_list *LibPaths= &getFilePaths();
2478 getFilePaths().push_back(getDriver().Dir + "/../lib");
2479 getFilePaths().push_back("/usr/lib");
2494 getFilePaths().push_back(getDriver().Dir + "/../lib");
2495 getFilePaths().push_back("/usr/lib");
2575 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32");
2577 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib");
2660 getFilePaths().push_back("=/usr/lib/i386");
2671 getFilePaths().push_back("=/usr/lib/eabi");
2674 getFilePaths()
[all...]
H A DDriver.cpp731 for (ToolChain::path_list::const_iterator it = TC.getFilePaths().begin(),
732 ie = TC.getFilePaths().end(); it != ie; ++it) {
1779 const ToolChain::path_list &List = TC.getFilePaths();
H A DTools.cpp4988 const ToolChain::path_list &LibPaths = ToolChain.getFilePaths();
6498 const ToolChain::path_list Paths = ToolChain.getFilePaths();
7235 const ToolChain::path_list Paths = ToolChain.getFilePaths();

Completed in 3108 milliseconds