Home | History | Annotate | Download | only in LD

Lines Matching refs:StubFactory

1 //===- StubFactory.cpp ----------------------------------------------------===//
9 #include "mcld/LD/StubFactory.h"
25 // StubFactory
27 StubFactory::~StubFactory() {
35 void StubFactory::addPrototype(Stub* pPrototype) {
40 Stub* StubFactory::create(Relocation& pReloc,
80 Stub* StubFactory::create(FragmentRef& pFragRef,
109 Stub* StubFactory::findPrototype(const Relocation& pReloc,
120 Stub* StubFactory::findPrototype(const FragmentRef& pFragRef) const {