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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 1 //===- MipsLA25Stub.h -----------------------------------------------------===//
21 // MipsLA25Stub
23 /** \class MipsLA25Stub
26 class MipsLA25Stub : public Stub
29 MipsLA25Stub(const MipsGNULDBackend& pTarget);
43 MipsLA25Stub(const MipsLA25Stub&);
44 MipsLA25Stub& operator=(const MipsLA25Stub&);
46 MipsLA25Stub(const MipsGNULDBackend& pTarget
    [all...]
MipsLA25Stub.cpp 1 //===- MipsLA25Stub.cpp ---------------------------------------------------===//
10 #include "MipsLA25Stub.h"
34 // MipsLA25Stub
37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget)
48 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget,
62 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
83 const std::string& MipsLA25Stub::name() const
88 const uint8_t* MipsLA25Stub::getContent() cons
    [all...]
Android.mk 11 MipsLA25Stub.cpp \
MipsLDBackend.cpp 12 #include "MipsLA25Stub.h"
783 getStubFactory()->addPrototype(new MipsLA25Stub(*this));

Completed in 174 milliseconds