Home
last modified time | relevance | path

Searched refs:MipsGNULDBackend (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp49 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig, in MipsGNULDBackend() function in mcld::MipsGNULDBackend
66 MipsGNULDBackend::~MipsGNULDBackend() { in ~MipsGNULDBackend()
175 Relocator* MipsGNULDBackend::getRelocator() { in getRelocator()
248 MipsELFDynamic& MipsGNULDBackend::dynamic() { in dynamic()
498 MipsGOT& MipsGNULDBackend::getGOT() { in getGOT()
508 MipsPLT& MipsGNULDBackend::getPLT() { in getPLT()
518 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() { in getGOTPLT()
795 bool MipsGNULDBackend::doRelax(Module& pModule, in doRelax()
890 bool MipsGNULDBackend::initTargetStubs() { in initTargetStubs()
1249 : MipsGNULDBackend(pConfig, pInfo) { in Mips32GNULDBackend()
[all …]
H A DMipsLA25Stub.h16 class MipsGNULDBackend; variable
27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget);
44 MipsLA25Stub(const MipsGNULDBackend& pTarget,
51 const MipsGNULDBackend& m_Target;
H A DMipsELFDynamic.h16 class MipsGNULDBackend; variable
20 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
23 const MipsGNULDBackend& m_pParent;
H A DMipsRelocator.h39 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
78 MipsGNULDBackend& getTarget() { return m_Target; } in getTarget()
80 const MipsGNULDBackend& getTarget() const { return m_Target; } in getTarget()
164 MipsGNULDBackend& m_Target;
H A DMipsLDBackend.h30 class MipsGNULDBackend : public GNULDBackend {
35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
36 ~MipsGNULDBackend();
269 class Mips32GNULDBackend : public MipsGNULDBackend {
285 class Mips64GNULDBackend : public MipsGNULDBackend {
H A DMipsLA25Stub.cpp30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub()
40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub()
H A DMipsELFDynamic.cpp21 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent, in MipsELFDynamic()
H A DMipsRelocator.cpp95 MipsGNULDBackend& backend = pParent.getTarget(); in helper_PLT_init()
141 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator()