Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:Libs

963   LibsTy Libs;
967 Libs.push_back(Obj->getDynamicString(Entry.d_un.d_val));
969 std::stable_sort(Libs.begin(), Libs.end());
971 for (LibsTy::const_iterator I = Libs.begin(), E = Libs.end(); I != E; ++I) {