Searched refs:RelocationFactory (Results 1 - 8 of 8) sorted by relevance

/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...]
H A DAndroid.mk37 RelocationFactory.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h20 /** \class RelocationFactory
21 * \brief RelocationFactory provides the interface for generating target
25 class RelocationFactory : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT> class in namespace:mcld
34 explicit RelocationFactory();
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h20 class RelocationFactory;
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp12 #include <mcld/LD/RelocationFactory.h>
H A DGNULDBackend.cpp23 #include <mcld/LD/RelocationFactory.h>
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp16 #include <mcld/LD/RelocationFactory.h>
22 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h26 friend class RelocationFactory;

Completed in 333 milliseconds