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

  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 1 //===- RelocationFactory.cpp ----------------------------------------------===//
9 #include <mcld/LD/RelocationFactory.h>
22 // RelocationFactory
24 RelocationFactory::RelocationFactory()
28 void RelocationFactory::setConfig(const LinkerConfig& pConfig)
33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType,
79 Relocation* RelocationFactory::produceEmptyEntry()
86 void RelocationFactory::destroy(Relocation* pRelocation
    [all...]
Android.mk 37 RelocationFactory.cpp \
  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 20 /** \class RelocationFactory
21 * \brief RelocationFactory provides the interface for generating target
25 class RelocationFactory : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>
34 explicit RelocationFactory();
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 20 class RelocationFactory;
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 12 #include <mcld/LD/RelocationFactory.h>
GNULDBackend.cpp 23 #include <mcld/LD/RelocationFactory.h>
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 16 #include <mcld/LD/RelocationFactory.h>
22 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 26 friend class RelocationFactory;

Completed in 105 milliseconds