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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 173 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
MipsLDBackend.h 238 /** \class Mips32GNULDBackend
241 class Mips32GNULDBackend : public MipsGNULDBackend
244 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
MipsLDBackend.cpp 897 // Mips32GNULDBackend
899 Mips32GNULDBackend::Mips32GNULDBackend(const LinkerConfig& pConfig,
904 bool Mips32GNULDBackend::initRelocator()
912 void Mips32GNULDBackend::initTargetSections(Module& pModule,
935 size_t Mips32GNULDBackend::getRelEntrySize()
940 size_t Mips32GNULDBackend::getRelaEntrySize()
1014 return new Mips32GNULDBackend(pConfig, new MipsGNUInfo(triple));
MipsRelocator.cpp 755 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent,

Completed in 38 milliseconds