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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 14 #include <mcld/Support/GCFactory.h>
23 class ELFSegmentFactory : public GCFactory<ELFSegment, 0>
SymbolTableFactory.h 65 GCFactory<InputSymbolTable, 0> m_InputFactory;
66 GCFactory<OutputSymbolTable, 0> m_OutputFactory;
LDSectionFactory.h 14 #include <mcld/Support/GCFactory.h>
25 class LDSectionFactory : public GCFactory<LDSection, 0>
RelocationFactory.h 14 #include <mcld/Support/GCFactory.h>
33 class RelocationFactory : public GCFactory<Relocation, 0>
Layout.h 19 #include <mcld/Support/GCFactory.h>
149 typedef GCFactory<MCFragmentRef, 0> FragRefFactory;
  /frameworks/compile/mclinker/include/mcld/Support/
RegionFactory.h 14 #include "mcld/Support/GCFactory.h"
28 class RegionFactory : public GCFactory<MemoryRegion, 0>
31 typedef GCFactory<MemoryRegion, 0> Alloc;
GCFactory.h 1 //===- GCFactory.h --------------------------------------------------------===//
206 /** \class GCFactory
207 * \brief GCFactory provides a factory that guaratees to remove all allocated
211 class GCFactory : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> >
214 GCFactory()
220 class GCFactory<DataType, 0> : public GCFactoryBase<LinearAllocator<DataType, 0> >
223 GCFactory(size_t pNum)
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 14 #include "mcld/Support/GCFactory.h"
34 class InputFactory : public GCFactory<Input,0>
37 typedef GCFactory<Input, 0> Alloc;
MCLDFile.h 24 #include "mcld/Support/GCFactory.h"
136 class MCLDFileFactory : public GCFactory<MCLDFile, NUM>
139 typedef GCFactory<MCLDFile, NUM> Alloc;
MCLinker.h 32 #include <mcld/Support/GCFactory.h>
251 typedef GCFactory<LDSymbol, 0> LDSymbolFactory;
252 typedef GCFactory<llvm::MCSectionData, 0> LDSectionDataFactory;
  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 17 : GCFactory<ELFSegment, 0>(pNum)
LDSectionFactory.cpp 16 : GCFactory<LDSection, 0>(pNum) {
RelocationFactory.cpp 21 : GCFactory<Relocation, 0>(pNum),
70 // GCFactory, currently we new relocations directly and let iplist
78 /** GCFactory will recycle the relocation **/
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 18 #include <mcld/Support/GCFactory.h>
59 class NodeFactory : public mcld::GCFactory<Node, 0> {
61 NodeFactory() : mcld::GCFactory<Node, 0>(16) { }
  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 17 : GCFactory<Input,0>(pNum), m_AttrFactory(pAttrFactory) {
  /frameworks/compile/mclinker/lib/Support/
RegionFactory.cpp 17 : GCFactory<MemoryRegion, 0>(pNum) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.h 16 #include <mcld/Support/GCFactory.h>
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 15 #include "mcld/Support/GCFactory.h"
34 class NodeFactory : public GCFactory<Node<DataType>, 64>
37 typedef GCFactory<Node<DataType>, 64> Alloc;
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 26 #include <mcld/Support/GCFactory.h>

Completed in 527 milliseconds