Searched refs:MipsGNULDBackend (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 49 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 …]
|
D | MipsLA25Stub.h | 16 class MipsGNULDBackend; variable 27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget); 44 MipsLA25Stub(const MipsGNULDBackend& pTarget, 51 const MipsGNULDBackend& m_Target;
|
D | MipsELFDynamic.h | 16 class MipsGNULDBackend; variable 20 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig); 23 const MipsGNULDBackend& m_pParent;
|
D | MipsRelocator.h | 39 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;
|
D | MipsLDBackend.h | 30 class MipsGNULDBackend : public GNULDBackend { 35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo); 36 ~MipsGNULDBackend(); 269 class Mips32GNULDBackend : public MipsGNULDBackend { 285 class Mips64GNULDBackend : public MipsGNULDBackend {
|
D | MipsLA25Stub.cpp | 30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub() 40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub()
|
D | MipsELFDynamic.cpp | 21 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent, in MipsELFDynamic()
|
D | MipsRelocator.cpp | 95 MipsGNULDBackend& backend = pParent.getTarget(); in helper_PLT_init() 141 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator()
|