HomeSort by relevance Sort by last modified time
    Searched defs:StubFactory (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 1 //===- StubFactory.h ------------------------------------------------------===//
24 /** \class StubFactory
28 class StubFactory {
30 ~StubFactory();
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 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
    [all...]

Completed in 186 milliseconds