Home | History | Annotate | Download | only in bugpoint

Lines Matching full:sharedlibs

190                                const std::vector<std::string> &SharedLibs =
203 const std::vector<std::string> &SharedLibs,
210 for (std::vector<std::string>::const_iterator i = SharedLibs.begin(),
211 e = SharedLibs.end(); i != e; ++i) {
281 const std::vector<std::string> &SharedLibs =
336 const std::vector<std::string> &SharedLibs =
349 const std::vector<std::string> &SharedLibs,
501 const std::vector<std::string> &SharedLibs,
511 GCCArgs.insert(GCCArgs.end(), SharedLibs.begin(), SharedLibs.end());
564 const std::vector<std::string> &SharedLibs =
577 const std::vector<std::string> &SharedLibs,
589 for (unsigned i = 0, e = SharedLibs.size(); i != e; ++i) {
591 JITArgs.push_back(SharedLibs[i].c_str());