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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp46 // AArch64GNULDBackend
48 AArch64GNULDBackend::AArch64GNULDBackend(const LinkerConfig& pConfig, function in class:AArch64GNULDBackend
64 AArch64GNULDBackend::~AArch64GNULDBackend()
87 void AArch64GNULDBackend::initTargetSections(Module& pModule,
128 void AArch64GNULDBackend::initTargetSymbols(IRBuilder& pBuilder,
147 bool AArch64GNULDBackend::initRelocator()
155 const Relocator* AArch64GNULDBackend::getRelocator() const
161 Relocator* AArch64GNULDBackend
[all...]
H A DAArch64Relocator.h81 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
86 AArch64GNULDBackend& getTarget()
89 const AArch64GNULDBackend& getTarget() const
138 AArch64GNULDBackend& m_Target;
H A DAArch64LDBackend.h25 /// AArch64GNULDBackend - linker backend of AArch64 target of GNU ELF format
27 class AArch64GNULDBackend : public GNULDBackend class in namespace:mcld
34 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
35 ~AArch64GNULDBackend();
H A DAArch64RelocationHelpers.h109 AArch64GNULDBackend& ld_backend = pParent.getTarget();
137 AArch64GNULDBackend& ld_backend = pParent.getTarget();
183 AArch64GNULDBackend& ld_backend = pParent.getTarget();
H A DAArch64Relocator.cpp63 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent,

Completed in 78 milliseconds