HomeSort by relevance Sort by last modified time
    Searched refs:StubPoolType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 51 typedef std::vector<Stub*> StubPoolType;
54 StubPoolType m_StubPool; // stub pool
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 28 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
116 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();

Completed in 1920 milliseconds