Home
last modified time | relevance | path

Searched refs:ar_list (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp48 ArchiveListType ar_list; in readGroup() local
80 ar_list.push_back(entry); in readGroup()
113 ArchiveListType::iterator it = ar_list.begin(); in readGroup()
114 ArchiveListType::iterator end = ar_list.end(); in readGroup()
118 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
130 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
139 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
143 ar_list.clear(); in readGroup()