Home
last modified time | relevance | path

Searched refs:AArch64GNULDBackend (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp48 AArch64GNULDBackend::AArch64GNULDBackend(const LinkerConfig& pConfig, in AArch64GNULDBackend() function in AArch64GNULDBackend
64 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 …]
DAArch64Relocator.h81 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
86 AArch64GNULDBackend& getTarget() in getTarget()
89 const AArch64GNULDBackend& getTarget() const in getTarget()
138 AArch64GNULDBackend& m_Target;
DAArch64LDBackend.h27 class AArch64GNULDBackend : public GNULDBackend
34 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
35 ~AArch64GNULDBackend();
DAArch64RelocationHelpers.h109 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()
DAArch64Relocator.cpp63 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent, in AArch64Relocator()