HomeSort by relevance Sort by last modified time
    Searched refs:AArch64GNULDBackend (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 46 // AArch64GNULDBackend
48 AArch64GNULDBackend::AArch64GNULDBackend(const LinkerConfig& pConfig,
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::getRelocator(
    [all...]
AArch64Relocator.h 81 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
86 AArch64GNULDBackend& getTarget()
89 const AArch64GNULDBackend& getTarget() const
138 AArch64GNULDBackend& m_Target;
AArch64LDBackend.h 25 /// AArch64GNULDBackend - linker backend of AArch64 target of GNU ELF format
27 class AArch64GNULDBackend : public GNULDBackend
34 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
35 ~AArch64GNULDBackend();
AArch64RelocationHelpers.h 109 AArch64GNULDBackend& ld_backend = pParent.getTarget();
137 AArch64GNULDBackend& ld_backend = pParent.getTarget();
183 AArch64GNULDBackend& ld_backend = pParent.getTarget();
AArch64Relocator.cpp 63 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent,

Completed in 167 milliseconds