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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h266 /** \class Mips32GNULDBackend
269 class Mips32GNULDBackend : public MipsGNULDBackend { class in namespace:mcld
271 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
H A DMipsRelocator.h202 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
H A DMipsLDBackend.cpp1245 // Mips32GNULDBackend
1247 Mips32GNULDBackend::Mips32GNULDBackend(const LinkerConfig& pConfig, function in class:mcld::Mips32GNULDBackend
1252 bool Mips32GNULDBackend::initRelocator() {
1259 void Mips32GNULDBackend::initTargetSections(Module& pModule,
1281 size_t Mips32GNULDBackend::getRelEntrySize() {
1285 size_t Mips32GNULDBackend::getRelaEntrySize() {
1353 return new Mips32GNULDBackend(pConfig, new MipsGNUInfo(triple));
H A DMipsRelocator.cpp758 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent,

Completed in 51 milliseconds