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

/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp74 m_Module.getLibraryList().push_back(*input);
110 m_Module.getLibraryList().push_back(*input);
/frameworks/compile/mclinker/include/mcld/
H A DModule.h95 const LibraryList& getLibraryList() const { return m_LibraryList; } function in class:mcld::Module
96 LibraryList& getLibraryList() { return m_LibraryList; } function in class:mcld::Module
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp142 m_pModule->getLibraryList().push_back(*input);
165 m_pModule->getLibraryList().push_back(*input);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp140 else if (pModule.getLibraryList().empty()) {

Completed in 158 milliseconds