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

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h23 /** \class RelocationFactory
24 * \brief RelocationFactory provides the interface for generating target
28 class RelocationFactory : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT> class in namespace:mcld
37 explicit RelocationFactory();
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp1 //===- RelocationFactory.cpp ----------------------------------------------===//
9 #include <mcld/LD/RelocationFactory.h>
22 // RelocationFactory
24 RelocationFactory::RelocationFactory() function in class:RelocationFactory
28 void RelocationFactory::setConfig(const LinkerConfig& pConfig)
33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType,
79 Relocation* RelocationFactory::produceEmptyEntry()
86 void RelocationFactory
[all...]

Completed in 317 milliseconds