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

  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 88 { return *m_pCntxtFactory; }
91 { return *m_pCntxtFactory; }
128 ContextFactory *m_pCntxtFactory;
  /frameworks/compile/mclinker/lib/MC/
MCLDInfo.cpp 30 m_pCntxtFactory = new ContextFactory(pInputNum);
41 delete m_pCntxtFactory;

Completed in 1126 milliseconds