Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h269 class Mips32GNULDBackend : public MipsGNULDBackend {
271 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
DMipsLDBackend.cpp1247 Mips32GNULDBackend::Mips32GNULDBackend(const LinkerConfig& pConfig, in Mips32GNULDBackend() function in mcld::Mips32GNULDBackend
1252 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()
DMipsRelocator.h202 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
DMipsRelocator.cpp758 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent, in Mips32Relocator()