Home
last modified time | relevance | path

Searched refs:RelocationFactory (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp25 RelocationFactory::RelocationFactory() in RelocationFactory() function in mcld::RelocationFactory
29 void RelocationFactory::setConfig(const LinkerConfig& pConfig) { in setConfig()
33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce()
77 Relocation* RelocationFactory::produceEmptyEntry() { in produceEmptyEntry()
83 void RelocationFactory::destroy(Relocation* pRelocation) { in destroy()
DAndroid.mk40 RelocationFactory.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h25 class RelocationFactory
34 RelocationFactory();
/frameworks/compile/mclinker/include/mcld/Target/
DOutputRelocSection.h19 class RelocationFactory; variable
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h26 friend class RelocationFactory; variable
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp23 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory;