Searched defs:MipsGNULDBackend (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h22 /// MipsGNULDBackend - linker backend of Mips target of GNU ELF format
24 class MipsGNULDBackend : public GNULDBackend class in namespace:mcld
35 MipsGNULDBackend();
36 ~MipsGNULDBackend();
H A DMipsLDBackend.cpp40 MipsGNULDBackend::MipsGNULDBackend() function in class:mcld::MipsGNULDBackend
50 MipsGNULDBackend::~MipsGNULDBackend()
62 bool MipsGNULDBackend::initTargetSectionMap(SectionMap& pSectionMap)
69 void MipsGNULDBackend::initTargetSections(MCLinker& pLinker)
73 void MipsGNULDBackend::initTargetSymbols(MCLinker& pLinker, const Output& pOutput)
104 bool MipsGNULDBackend::initRelocFactory(const MCLinker& pLinker)
113 RelocationFactory* MipsGNULDBackend::getRelocFactory()
119 void MipsGNULDBackend
[all...]

Completed in 54 milliseconds