Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp49 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig, in MipsGNULDBackend() function in mcld::MipsGNULDBackend
66 MipsGNULDBackend::~MipsGNULDBackend() { in ~MipsGNULDBackend()
74 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType, in needsLA25Stub()
88 void MipsGNULDBackend::addNonPICBranchSym(ResolveInfo* rsym) { in addNonPICBranchSym()
92 bool MipsGNULDBackend::hasNonPICBranch(const ResolveInfo* rsym) const { in hasNonPICBranch()
96 void MipsGNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
123 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) { in initTargetSymbols()
170 const Relocator* MipsGNULDBackend::getRelocator() const { in getRelocator()
175 Relocator* MipsGNULDBackend::getRelocator() { in getRelocator()
180 void MipsGNULDBackend::doPreLayout(IRBuilder& pBuilder) { in doPreLayout()
[all …]
DMipsLA25Stub.h16 class MipsGNULDBackend; variable
27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget);
44 MipsLA25Stub(const MipsGNULDBackend& pTarget,
51 const MipsGNULDBackend& m_Target;
DMipsELFDynamic.h16 class MipsGNULDBackend; variable
20 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
23 const MipsGNULDBackend& m_pParent;
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;
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 {
DMipsLA25Stub.cpp30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub()
40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub()
DMipsELFDynamic.cpp21 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent, in MipsELFDynamic()
DMipsRelocator.cpp95 MipsGNULDBackend& backend = pParent.getTarget(); in helper_PLT_init()
141 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator()