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

  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentGraph.h 42 typedef GCFactory<FGNode, MCLD_SECTIONS_PER_INPUT> NodeFactoryType;
43 typedef NodeFactoryType::iterator node_iterator;
44 typedef NodeFactoryType::const_iterator const_node_iterator;
154 NodeFactoryType* m_pPseudoNodeFactory;
155 NodeFactoryType* m_pRegularNodeFactory;
  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 74 m_pPseudoNodeFactory = new NodeFactoryType();
75 m_pRegularNodeFactory = new NodeFactoryType();

Completed in 53 milliseconds