Searched refs:MipsLA25Stub (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp1 //===- MipsLA25Stub.cpp ---------------------------------------------------===//
10 #include "MipsLA25Stub.h"
34 // MipsLA25Stub
37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) function in class:mcld::MipsLA25Stub
48 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, function in class:mcld::MipsLA25Stub
62 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
83 const std::string& MipsLA25Stub::name() const
88 const uint8_t* MipsLA25Stub
[all...]
H A DMipsLA25Stub.h1 //===- MipsLA25Stub.h -----------------------------------------------------===//
21 // MipsLA25Stub
23 /** \class MipsLA25Stub
26 class MipsLA25Stub : public Stub class in namespace:mcld
29 MipsLA25Stub(const MipsGNULDBackend& pTarget);
43 MipsLA25Stub(const MipsLA25Stub&);
44 MipsLA25Stub& operator=(const MipsLA25Stub&);
46 MipsLA25Stub(cons
[all...]
H A DAndroid.mk11 MipsLA25Stub.cpp \
H A DMipsLDBackend.cpp12 #include "MipsLA25Stub.h"
783 getStubFactory()->addPrototype(new MipsLA25Stub(*this));

Completed in 53 milliseconds