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

  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 32 /// addPrototype - register a stub prototype
33 void addPrototype(Stub* pPrototype);
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 34 /// addPrototype - register a stub prototype
35 void StubFactory::addPrototype(Stub* pPrototype) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep()));
512 factory->addPrototype(new AArch64CA53Erratum835769Stub());
515 factory->addPrototype(new AArch64CA53Erratum843419Stub());
516 factory->addPrototype(new AArch64CA53Erratum843419Stub2());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 523 getStubFactory()->addPrototype(
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 894 getStubFactory()->addPrototype(new MipsLA25Stub(*this));
    [all...]

Completed in 1121 milliseconds