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

  /frameworks/compile/mclinker/unittests/
FactoriesTest.h 19 * \brief Test cases for factories - NodeFactory and MCLDFileFactory.
40 typedef mcld::MCLDFileFactory FileAlloc;
FactoriesTest.cpp 211 MCLDFileFactory::iterator file = m_pFileAlloc->begin();
212 MCLDFileFactory::iterator fEnd = m_pFileAlloc->end();
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDFile.h 120 /** \class MCLDFileFactory
121 * \brief MCLDFileFactory controls the production and destruction of
124 * All MCLDFiles created by MCLDFileFactory are guaranteed to be destructed
125 * while MCLDFileFactory is destructed.
127 * MCLDFileFactory also provides the MCLCContextFactory to MCLDFile.
136 class MCLDFileFactory : public GCFactory<MCLDFile, NUM>
153 // MCLDFileFactory
155 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce(llvm::StringRef pName,
165 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce()

Completed in 84 milliseconds