HomeSort by relevance Sort by last modified time
    Searched refs:MipsGNULDBackend (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 16 class MipsGNULDBackend;
21 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
24 const MipsGNULDBackend& m_pParent;
MipsLA25Stub.h 17 class MipsGNULDBackend;
29 MipsLA25Stub(const MipsGNULDBackend& pTarget);
46 MipsLA25Stub(const MipsGNULDBackend& pTarget,
53 const MipsGNULDBackend& m_Target;
MipsLDBackend.cpp 40 // MipsGNULDBackend
42 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig,
59 MipsGNULDBackend::~MipsGNULDBackend()
68 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType,
83 void MipsGNULDBackend::addNonPICBranchSym(ResolveInfo* rsym)
88 bool MipsGNULDBackend::hasNonPICBranch(const ResolveInfo* rsym) const
93 void MipsGNULDBackend::initTargetSections(Module& pModule,
110 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule
    [all...]
MipsRelocator.h 35 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
67 MipsGNULDBackend& getTarget()
70 const MipsGNULDBackend& getTarget() const
135 MipsGNULDBackend& m_Target;
MipsLA25Stub.cpp 37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget)
48 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget,
MipsLDBackend.h 25 /** \class MipsGNULDBackend
28 class MipsGNULDBackend : public GNULDBackend
34 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
35 ~MipsGNULDBackend();
241 class Mips32GNULDBackend : public MipsGNULDBackend
247 // MipsGNULDBackend
258 class Mips64GNULDBackend : public MipsGNULDBackend
264 // MipsGNULDBackend
MipsELFDynamic.cpp 20 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent,
MipsRelocator.cpp 175 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent,

Completed in 643 milliseconds