Searched refs:Mips64GNULDBackend (Results 1 – 4 of 4) sorted by relevance
285 class Mips64GNULDBackend : public MipsGNULDBackend {287 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
1292 Mips64GNULDBackend::Mips64GNULDBackend(const LinkerConfig& pConfig, in Mips64GNULDBackend() function in mcld::Mips64GNULDBackend1297 bool Mips64GNULDBackend::initRelocator() { in initRelocator()1304 void Mips64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()1326 size_t Mips64GNULDBackend::getRelEntrySize() { in getRelEntrySize()1330 size_t Mips64GNULDBackend::getRelaEntrySize() { in getRelaEntrySize()1350 return new Mips64GNULDBackend(pConfig, new MipsGNUInfo(triple)); in createMipsLDBackend()
217 Mips64Relocator(Mips64GNULDBackend& pParent, const LinkerConfig& pConfig);
794 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent, in Mips64Relocator()