Searched refs:Mips32GNULDBackend (Results 1 – 4 of 4) sorted by relevance
269 class Mips32GNULDBackend : public MipsGNULDBackend {271 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
1247 Mips32GNULDBackend::Mips32GNULDBackend(const LinkerConfig& pConfig, in Mips32GNULDBackend() function in mcld::Mips32GNULDBackend1252 bool Mips32GNULDBackend::initRelocator() { in initRelocator()1259 void Mips32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()1281 size_t Mips32GNULDBackend::getRelEntrySize() { in getRelEntrySize()1285 size_t Mips32GNULDBackend::getRelaEntrySize() { in getRelaEntrySize()1353 return new Mips32GNULDBackend(pConfig, new MipsGNUInfo(triple)); in createMipsLDBackend()
202 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
758 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent, in Mips32Relocator()