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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp1762 ToolChain::path_list *LibPaths= &getFilePaths();
1916 getFilePaths().push_back(getDriver().Dir + "/../lib");
1917 getFilePaths().push_back("/usr/lib");
1932 getFilePaths().push_back(getDriver().Dir + "/../lib");
1933 getFilePaths().push_back("/usr/lib");
1999 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32");
2001 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib");
2074 getFilePaths().push_back("=/usr/lib/i386");
2076 getFilePaths().push_back("=/usr/lib");
2134 getFilePaths()
[all...]
H A DDriver.cpp718 for (ToolChain::path_list::const_iterator it = TC.getFilePaths().begin(),
719 ie = TC.getFilePaths().end(); it != ie; ++it) {
1765 const ToolChain::path_list &List = TC.getFilePaths();
H A DTools.cpp4475 const ToolChain::path_list &LibPaths = ToolChain.getFilePaths();
5920 const ToolChain::path_list Paths = ToolChain.getFilePaths();
6568 const ToolChain::path_list Paths = ToolChain.getFilePaths();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h124 path_list &getFilePaths() { return FilePaths; } function in class:clang::driver::ToolChain
125 const path_list &getFilePaths() const { return FilePaths; } function in class:clang::driver::ToolChain

Completed in 182 milliseconds