Searched refs:AArch64GNULDBackend (Results 1 – 5 of 5) sorted by relevance
48 AArch64GNULDBackend::AArch64GNULDBackend(const LinkerConfig& pConfig, in AArch64GNULDBackend() function in AArch64GNULDBackend64 AArch64GNULDBackend::~AArch64GNULDBackend() in ~AArch64GNULDBackend()87 void AArch64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()128 void AArch64GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, in initTargetSymbols()147 bool AArch64GNULDBackend::initRelocator() in initRelocator()155 const Relocator* AArch64GNULDBackend::getRelocator() const in getRelocator()161 Relocator* AArch64GNULDBackend::getRelocator() in getRelocator()167 void AArch64GNULDBackend::defineGOTSymbol(IRBuilder& pBuilder) in defineGOTSymbol()194 void AArch64GNULDBackend::doPreLayout(IRBuilder& pBuilder) in doPreLayout()246 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout()[all …]
81 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);86 AArch64GNULDBackend& getTarget() in getTarget()89 const AArch64GNULDBackend& getTarget() const in getTarget()138 AArch64GNULDBackend& m_Target;
27 class AArch64GNULDBackend : public GNULDBackend34 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);35 ~AArch64GNULDBackend();
109 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init()137 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRela_init()183 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init()
63 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent, in AArch64Relocator()