Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp69 m_Module.getLibraryList().push_back(*input); in readGroup()
103 m_Module.getLibraryList().push_back(*input); in readGroup()
/frameworks/compile/mclinker/include/mcld/
DModule.h84 const LibraryList& getLibraryList() const { return m_LibraryList; } in getLibraryList() function
85 LibraryList& getLibraryList() { return m_LibraryList; } in getLibraryList() function
/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp194 pModule.getLibraryList().push_back(*input); in activate()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp143 } else if (pModule.getLibraryList().empty()) { in normalize()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp170 m_pModule->getLibraryList().push_back(*input); in normalize()
194 m_pModule->getLibraryList().push_back(*input); in normalize()