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

/frameworks/compile/mclinker/include/mcld/
H A DModule.h41 typedef std::vector<Input*> LibraryList; typedef in class:mcld::Module
42 typedef LibraryList::iterator lib_iterator;
43 typedef LibraryList::const_iterator const_lib_iterator;
85 const LibraryList& getLibraryList() const { return m_LibraryList; }
86 LibraryList& getLibraryList() { return m_LibraryList; }
167 LibraryList m_LibraryList;

Completed in 117 milliseconds