Lines Matching defs:RelocationFactory
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)