Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp948 Mips64GNULDBackend::Mips64GNULDBackend(const LinkerConfig& pConfig, in Mips64GNULDBackend() function in Mips64GNULDBackend
953 bool Mips64GNULDBackend::initRelocator() in initRelocator()
961 void Mips64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
984 size_t Mips64GNULDBackend::getRelEntrySize() in getRelEntrySize()
989 size_t Mips64GNULDBackend::getRelaEntrySize() in getRelaEntrySize()
1011 return new Mips64GNULDBackend(pConfig, new MipsGNUInfo(triple)); in createMipsLDBackend()
DMipsLDBackend.h258 class Mips64GNULDBackend : public MipsGNULDBackend
261 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
DMipsRelocator.h186 Mips64Relocator(Mips64GNULDBackend& pParent, const LinkerConfig& pConfig);
DMipsRelocator.cpp771 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent, in Mips64Relocator()