Searched defs:MCLDFileFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h121 /** \class MCLDFileFactory
122 * \brief MCLDFileFactory controls the production and destruction of
125 * All MCLDFiles created by MCLDFileFactory are guaranteed to be destructed
126 * while MCLDFileFactory is destructed.
128 * MCLDFileFactory also provides the MCLCContextFactory to MCLDFile.
137 class MCLDFileFactory : public GCFactory<MCLDFile, NUM> class in namespace:mcld
154 // MCLDFileFactory
156 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce(llvm::StringRef pName,
166 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce()

Completed in 36 milliseconds