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

Completed in 204 milliseconds