Searched defs:MipsLA25Stub (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.h1 //===- MipsLA25Stub.h -----------------------------------------------------===//
20 // MipsLA25Stub
22 /** \class MipsLA25Stub
25 class MipsLA25Stub : public Stub { class in namespace:mcld
27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget);
41 MipsLA25Stub(const MipsLA25Stub&);
42 MipsLA25Stub& operator=(const MipsLA25Stub&);
44 MipsLA25Stub(cons
[all...]
H A DMipsLA25Stub.cpp1 //===- MipsLA25Stub.cpp ---------------------------------------------------===//
10 #include "MipsLA25Stub.h"
27 // MipsLA25Stub
30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) function in class:mcld::MipsLA25Stub
40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, function in class:mcld::MipsLA25Stub
50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
70 const std::string& MipsLA25Stub::name() const {
74 const uint8_t* MipsLA25Stub
[all...]

Completed in 555 milliseconds