Searched defs:StubFactory (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DStubFactory.h1 //===- StubFactory.h ------------------------------------------------------===//
24 /** \class StubFactory
28 class StubFactory { class in namespace:mcld
30 ~StubFactory();
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp1 //===- 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
[all...]

Completed in 754 milliseconds