Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp42 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig, in MipsGNULDBackend() function in MipsGNULDBackend
59 MipsGNULDBackend::~MipsGNULDBackend() in ~MipsGNULDBackend()
68 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType, in needsLA25Stub()
83 void MipsGNULDBackend::addNonPICBranchSym(ResolveInfo* rsym) in addNonPICBranchSym()
88 bool MipsGNULDBackend::hasNonPICBranch(const ResolveInfo* rsym) const in hasNonPICBranch()
93 void MipsGNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
110 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) in initTargetSymbols()
157 const Relocator* MipsGNULDBackend::getRelocator() const in getRelocator()
163 Relocator* MipsGNULDBackend::getRelocator() in getRelocator()
169 void MipsGNULDBackend::doPreLayout(IRBuilder& pBuilder) in doPreLayout()
[all …]
DMipsLA25Stub.h17 class MipsGNULDBackend; variable
29 MipsLA25Stub(const MipsGNULDBackend& pTarget);
46 MipsLA25Stub(const MipsGNULDBackend& pTarget,
53 const MipsGNULDBackend& m_Target;
DMipsELFDynamic.h16 class MipsGNULDBackend; variable
21 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
24 const MipsGNULDBackend& m_pParent;
DMipsRelocator.h35 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
67 MipsGNULDBackend& getTarget() in getTarget()
70 const MipsGNULDBackend& getTarget() const in getTarget()
135 MipsGNULDBackend& m_Target;
DMipsLDBackend.h28 class MipsGNULDBackend : public GNULDBackend
34 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
35 ~MipsGNULDBackend();
241 class Mips32GNULDBackend : public MipsGNULDBackend
258 class Mips64GNULDBackend : public MipsGNULDBackend
DMipsLA25Stub.cpp37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub()
48 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub()
DMipsELFDynamic.cpp20 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent, in MipsELFDynamic()
DMipsRelocator.cpp175 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator()