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

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp1 //===- RelocationFactory.cpp ----------------------------------------------===//
10 #include <mcld/LD/RelocationFactory.h>
23 // RelocationFactory
25 RelocationFactory::RelocationFactory(size_t pNum) function in class:RelocationFactory
30 RelocationFactory::~RelocationFactory()
34 Relocation* RelocationFactory::produce(RelocationFactory::Type pType,
72 Relocation* RelocationFactory
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h28 /** \class RelocationFactory
29 * \brief RelocationFactory provides the interface for generating target
33 class RelocationFactory : public GCFactory<Relocation, 0> class in namespace:mcld
49 explicit RelocationFactory(size_t pNum);
51 virtual ~RelocationFactory();

Completed in 44 milliseconds