Lines Matching refs:RelocationFactory
1 //===- RelocationFactory.cpp ----------------------------------------------===//
9 #include "mcld/LD/RelocationFactory.h"
23 // RelocationFactory
25 RelocationFactory::RelocationFactory()
29 void RelocationFactory::setConfig(const LinkerConfig& pConfig) {
33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType,
77 Relocation* RelocationFactory::produceEmptyEntry() {
83 void RelocationFactory::destroy(Relocation* pRelocation) {