Home
last modified time | relevance | path

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

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