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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 19 class MipsGNULDBackend;
24 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
28 const MipsGNULDBackend& m_pParent;
MipsLDBackend.cpp 33 // MipsGNULDBackend
35 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig,
47 MipsGNULDBackend::~MipsGNULDBackend()
55 void MipsGNULDBackend::initTargetSections(Module& pModule, ObjectBuilder& pBuilder)
70 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
99 bool MipsGNULDBackend::initRelocator()
107 Relocator* MipsGNULDBackend::getRelocator()
113 void MipsGNULDBackend::doPreLayout(IRBuilder& pBuilder
    [all...]
MipsRelocator.h 35 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
66 MipsGNULDBackend& getTarget()
69 const MipsGNULDBackend& getTarget() const
94 MipsGNULDBackend& m_Target;
MipsLDBackend.h 24 /// MipsGNULDBackend - linker backend of Mips target of GNU ELF format
26 class MipsGNULDBackend : public GNULDBackend
32 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
33 ~MipsGNULDBackend();
MipsELFDynamic.cpp 27 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent,
MipsRelocator.cpp 47 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent,
361 MipsGNULDBackend& ld_backend = pParent.getTarget();
374 MipsGNULDBackend& ld_backend = pParent.getTarget();
417 MipsGNULDBackend& ld_backend = pParent.getTarget();
445 MipsGNULDBackend& ld_backend = pParent.getTarget();
571 MipsGNULDBackend& ld_backend = pParent.getTarget();

Completed in 798 milliseconds