Home
last modified time | relevance | path

Searched refs:addPrototype (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h32 void addPrototype(Stub* pPrototype);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp725 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep())); in initTargetStubs()
726 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep())); in initTargetStubs()
727 getStubFactory()->addPrototype( in initTargetStubs()
729 getStubFactory()->addPrototype( in initTargetStubs()
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp33 void StubFactory::addPrototype(Stub* pPrototype) in addPrototype() function in StubFactory
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp783 getStubFactory()->addPrototype(new MipsLA25Stub(*this)); in initTargetStubs()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp552 getStubFactory()->addPrototype in initTargetStubs()