Searched refs:RelocationFactory (Results 1 – 6 of 6) sorted by relevance
24 RelocationFactory::RelocationFactory() in RelocationFactory() function in RelocationFactory28 void RelocationFactory::setConfig(const LinkerConfig& pConfig) in setConfig()33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce()79 Relocation* RelocationFactory::produceEmptyEntry() in produceEmptyEntry()86 void RelocationFactory::destroy(Relocation* pRelocation) in destroy()
37 RelocationFactory.cpp \
25 class RelocationFactory : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>34 explicit RelocationFactory();
20 class RelocationFactory; variable
26 friend class RelocationFactory; variable
22 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory;