Searched refs:RelocationFactory (Results 1 – 6 of 6) sorted by relevance
25 RelocationFactory::RelocationFactory() in RelocationFactory() function in mcld::RelocationFactory29 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()
40 RelocationFactory.cpp \
25 class RelocationFactory34 RelocationFactory();
19 class RelocationFactory; variable
26 friend class RelocationFactory; variable
23 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory;