Home
last modified time | relevance | path

Searched refs:StubPoolType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h48 typedef std::vector<Stub*> StubPoolType; typedef
51 StubPoolType m_StubPool; // stub pool
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp27 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in ~StubFactory()
125 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in findPrototype()