Home
last modified time | relevance | path

Searched refs:Mips64GNULDBackend (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h285 class Mips64GNULDBackend : public MipsGNULDBackend {
287 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
DMipsLDBackend.cpp1292 Mips64GNULDBackend::Mips64GNULDBackend(const LinkerConfig& pConfig, in Mips64GNULDBackend() function in mcld::Mips64GNULDBackend
1297 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()
DMipsRelocator.h217 Mips64Relocator(Mips64GNULDBackend& pParent, const LinkerConfig& pConfig);
DMipsRelocator.cpp794 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent, in Mips64Relocator()