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 ------------------------------------------------------===//
25 /** \class StubFactory
29 class StubFactory
32 ~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)
40 Stub* StubFactory::create(Relocation& pReloc,
112 Stub* StubFactory::findPrototype(const Relocation& pReloc,

Completed in 96 milliseconds