HomeSort by relevance Sort by last modified time
    Searched refs:addPrototype (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 31 /// addPrototype - register a stub prototype
32 void addPrototype(Stub* pPrototype);
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 32 /// addPrototype - register a stub prototype
33 void StubFactory::addPrototype(Stub* pPrototype)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 725 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep()));
726 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep()));
727 getStubFactory()->addPrototype(
729 getStubFactory()->addPrototype(
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 552 getStubFactory()->addPrototype
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 783 getStubFactory()->addPrototype(new MipsLA25Stub(*this));

Completed in 235 milliseconds