Searched refs:MipsGNULDBackend (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 42 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 …]
|
D | MipsLA25Stub.h | 17 class MipsGNULDBackend; variable 29 MipsLA25Stub(const MipsGNULDBackend& pTarget); 46 MipsLA25Stub(const MipsGNULDBackend& pTarget, 53 const MipsGNULDBackend& m_Target;
|
D | MipsELFDynamic.h | 16 class MipsGNULDBackend; variable 21 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig); 24 const MipsGNULDBackend& m_pParent;
|
D | MipsRelocator.h | 35 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig); 67 MipsGNULDBackend& getTarget() in getTarget() 70 const MipsGNULDBackend& getTarget() const in getTarget() 135 MipsGNULDBackend& m_Target;
|
D | MipsLDBackend.h | 28 class MipsGNULDBackend : public GNULDBackend 34 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo); 35 ~MipsGNULDBackend(); 241 class Mips32GNULDBackend : public MipsGNULDBackend 258 class Mips64GNULDBackend : public MipsGNULDBackend
|
D | MipsLA25Stub.cpp | 37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub() 48 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub()
|
D | MipsELFDynamic.cpp | 20 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent, in MipsELFDynamic()
|
D | MipsRelocator.cpp | 175 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator()
|