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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h173 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
H A DMipsLDBackend.h238 /** \class Mips32GNULDBackend
241 class Mips32GNULDBackend : public MipsGNULDBackend class in namespace:mcld
244 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
H A DMipsLDBackend.cpp897 // Mips32GNULDBackend
899 Mips32GNULDBackend::Mips32GNULDBackend(const LinkerConfig& pConfig, function in class:Mips32GNULDBackend
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));
H A DMipsRelocator.cpp755 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent,

Completed in 323 milliseconds