Searched defs:Mips64GNULDBackend (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h255 /** \class Mips64GNULDBackend
258 class Mips64GNULDBackend : public MipsGNULDBackend class in namespace:mcld
261 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
H A DMipsLDBackend.cpp946 // Mips64GNULDBackend
948 Mips64GNULDBackend::Mips64GNULDBackend(const LinkerConfig& pConfig, function in class:Mips64GNULDBackend
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));

Completed in 34 milliseconds