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

  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 9 #include "mcld/MC/ContextFactory.h"
41 ContextFactory *contextFactory = new ContextFactory(10);
42 contextFactory->produce("/");
43 contextFactory->produce("ab/c");
44 ASSERT_EQ( 2, contextFactory->size());
45 delete contextFactory;
49 ContextFactory *contextFactory = new ContextFactory(10);
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 23 #include <mcld/MC/ContextFactory.h>
40 * contextFactory() - the list of all contexts.
87 ContextFactory& contextFactory()
90 const ContextFactory& contextFactory() const
128 ContextFactory *m_pCntxtFactory;
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 63 (*input)->setContext(m_LDInfo.contextFactory().produce((*input)->path()));
69 (*input)->setContext(m_LDInfo.contextFactory().produce((*input)->path()));
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 67 info.output().setContext(info.contextFactory().produce(info.output().path()));

Completed in 532 milliseconds