Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp49 ArchiveListType ar_list; in readGroup() local
84 ar_list.push_back(entry); in readGroup()
121 ArchiveListType::iterator it = ar_list.begin(); in readGroup()
122 ArchiveListType::iterator end = ar_list.end(); in readGroup()
126 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
138 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
147 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
151 ar_list.clear(); in readGroup()