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,
61 AArch64GNULDBackend::~AArch64GNULDBackend() {
83 void AArch64GNULDBackend::initTargetSections(Module& pModule,
120 void AArch64GNULDBackend::initTargetSymbols(IRBuilder& pBuilder,
138 bool AArch64GNULDBackend::initRelocator() {
145 const Relocator* AArch64GNULDBackend::getRelocator() const {
150 Relocator* AArch64GNULDBackend::getRelocator()
    [all...]
AArch64Relocator.h 62 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
67 AArch64GNULDBackend& getTarget() { return m_Target; }
69 const AArch64GNULDBackend& getTarget() const { return m_Target; }
125 AArch64GNULDBackend& m_Target;
AArch64LDBackend.h 25 /// AArch64GNULDBackend - linker backend of AArch64 target of GNU ELF format
27 class AArch64GNULDBackend : public GNULDBackend {
33 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
34 ~AArch64GNULDBackend();
AArch64RelocationHelpers.h 96 AArch64GNULDBackend& ld_backend = pParent.getTarget();
122 AArch64GNULDBackend& ld_backend = pParent.getTarget();
162 AArch64GNULDBackend& ld_backend = pParent.getTarget();
AArch64Relocator.cpp 64 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent,

Completed in 55 milliseconds