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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 186 Mips64Relocator(Mips64GNULDBackend& pParent, const LinkerConfig& pConfig);
MipsLDBackend.h 255 /** \class Mips64GNULDBackend
258 class Mips64GNULDBackend : public MipsGNULDBackend
261 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
MipsLDBackend.cpp 946 // Mips64GNULDBackend
948 Mips64GNULDBackend::Mips64GNULDBackend(const LinkerConfig& pConfig,
953 bool Mips64GNULDBackend::initRelocator()
961 void Mips64GNULDBackend::initTargetSections(Module& pModule,
984 size_t Mips64GNULDBackend::getRelEntrySize()
989 size_t Mips64GNULDBackend::getRelaEntrySize()
1011 return new Mips64GNULDBackend(pConfig, new MipsGNUInfo(triple));
MipsRelocator.cpp 771 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent,

Completed in 44 milliseconds