Searched refs:MipsLA25Stub (Results 1 – 4 of 4) sorted by relevance
30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub() function in mcld::MipsLA25Stub40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub() function in mcld::MipsLA25Stub50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, in isMyDuty()70 const std::string& MipsLA25Stub::name() const { in name()74 const uint8_t* MipsLA25Stub::getContent() const { in getContent()78 size_t MipsLA25Stub::size() const { in size()82 size_t MipsLA25Stub::alignment() const { in alignment()86 Stub* MipsLA25Stub::doClone() { in doClone()87 return new MipsLA25Stub( in doClone()
25 class MipsLA25Stub : public Stub {27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget);41 MipsLA25Stub(const MipsLA25Stub&);42 MipsLA25Stub& operator=(const MipsLA25Stub&);44 MipsLA25Stub(const MipsGNULDBackend& pTarget,
13 "MipsLA25Stub.cpp",
894 getStubFactory()->addPrototype(new MipsLA25Stub(*this)); in initTargetStubs()