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 ------------------------------------------------------===//
23 /** \class StubFactory
27 class StubFactory {
29 ~StubFactory();
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 1 //===- StubFactory.cpp ----------------------------------------------------===//
9 #include "mcld/LD/StubFactory.h"
24 // StubFactory
26 StubFactory::~StubFactory() {
34 void StubFactory::addPrototype(Stub* pPrototype) {
39 Stub* StubFactory::create(Relocation& pReloc,
122 Stub* StubFactory::findPrototype(const Relocation& pReloc,

Completed in 113 milliseconds