Lines Matching refs:ar
78 Archive* ar = new Archive(**input, pBuilder); in readGroup() local
79 ArchiveListEntry* entry = new ArchiveListEntry(*ar, input); in readGroup()
82 m_ArchiveReader.readArchive(pConfig, *ar); in readGroup()
83 cur_obj_cnt += ar->numOfObjectMember(); in readGroup()
119 Archive& ar = (*it)->archive; in readGroup() local
121 if (ar.getARFile().attribute()->isWholeArchive()) in readGroup()
123 m_ArchiveReader.readArchive(pConfig, ar); in readGroup()
124 cur_obj_cnt += ar.numOfObjectMember(); in readGroup()
131 Archive& ar = (*it)->archive; in readGroup() local
132 if (ar.numOfObjectMember() > 0) { in readGroup()
134 ar.inputs()); in readGroup()