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

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

Completed in 61 milliseconds