Searched refs:ArchiveListEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DGroupReader.h48 /// ArchiveListEntry - record the Archive and the corresponding input iterator
50 struct ArchiveListEntry { struct in class:mcld::GroupReader
51 ArchiveListEntry(Archive& pArchive, Module::input_iterator pIterator) function in struct:mcld::GroupReader::ArchiveListEntry
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp49 typedef std::vector<ArchiveListEntry*> ArchiveListType;
81 ArchiveListEntry* entry = new ArchiveListEntry(*ar, input);

Completed in 370 milliseconds