Home | History | Annotate | Download | only in Driver

Lines Matching refs:getProgramPaths

720     for (ToolChain::path_list::const_iterator it = TC.getProgramPaths().begin(),
721 ie = TC.getProgramPaths().end(); it != ie; ++it) {
722 if (it != TC.getProgramPaths().begin())
1820 const ToolChain::path_list &List = TC.getProgramPaths();