Home | History | Annotate | Download | only in LD

Lines Matching refs:Archive

9 #include <mcld/LD/Archive.h>
48 // record the archive files in this sub-tree
59 (*input)->type() == Input::Archive ||
76 // is an archive
78 (*input)->setType(Input::Archive);
79 // record the Archive used by each archive node
80 Archive* ar = new Archive(**input, pBuilder);
83 // read archive
117 // after read in all the archives, traverse the archive list in a loop until
125 Archive& ar = (*it)->archive;
126 // if --whole-archive is given to this archive, no need to read it again
134 // after all needed member included, merge the archive sub-tree to main
137 Archive& ar = (*it)->archive;
146 delete &((*it)->archive);