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;
20 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
23 const MipsGNULDBackend& m_pParent;
MipsLA25Stub.h 16 class MipsGNULDBackend;
27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget);
44 MipsLA25Stub(const MipsGNULDBackend& pTarget,
51 const MipsGNULDBackend& m_Target;
MipsLDBackend.cpp 47 // MipsGNULDBackend
49 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig,
66 MipsGNULDBackend::~MipsGNULDBackend() {
74 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType,
88 void MipsGNULDBackend::addNonPICBranchSym(ResolveInfo* rsym) {
92 bool MipsGNULDBackend::hasNonPICBranch(const ResolveInfo* rsym) const {
96 void MipsGNULDBackend::initTargetSections(Module& pModule,
123 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
    [all...]
MipsLA25Stub.cpp 30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget)
40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget,
MipsRelocator.h 39 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
78 MipsGNULDBackend& getTarget() { return m_Target; }
80 const MipsGNULDBackend& getTarget() const { return m_Target; }
164 MipsGNULDBackend& m_Target;
MipsLDBackend.h 27 /** \class MipsGNULDBackend
30 class MipsGNULDBackend : public GNULDBackend {
35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
36 ~MipsGNULDBackend();
269 class Mips32GNULDBackend : public MipsGNULDBackend {
274 // MipsGNULDBackend
285 class Mips64GNULDBackend : public MipsGNULDBackend {
290 // MipsGNULDBackend
MipsELFDynamic.cpp 21 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent,
MipsRelocator.cpp 95 MipsGNULDBackend& backend = pParent.getTarget();
141 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent,
    [all...]

Completed in 41 milliseconds