Lines Matching refs:AArch64GNULDBackend

48 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()
270 AArch64ELFDynamic& AArch64GNULDBackend::dynamic() in dynamic()
276 const AArch64ELFDynamic& AArch64GNULDBackend::dynamic() const in dynamic()
282 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData()
309 AArch64GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()
328 bool AArch64GNULDBackend::doRelax(Module& pModule, in doRelax()
336 bool AArch64GNULDBackend::initTargetStubs() in initTargetStubs()
342 void AArch64GNULDBackend::doCreateProgramHdrs(Module& pModule) in doCreateProgramHdrs()
347 bool AArch64GNULDBackend::finalizeTargetSymbols() in finalizeTargetSymbols()
353 bool AArch64GNULDBackend::mergeSection(Module& pModule, in mergeSection()
361 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) in readSection()
367 AArch64GOT& AArch64GNULDBackend::getGOT() in getGOT()
373 const AArch64GOT& AArch64GNULDBackend::getGOT() const in getGOT()
379 AArch64GOT& AArch64GNULDBackend::getGOTPLT() in getGOTPLT()
385 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const in getGOTPLT()
391 AArch64PLT& AArch64GNULDBackend::getPLT() in getPLT()
397 const AArch64PLT& AArch64GNULDBackend::getPLT() const in getPLT()
403 OutputRelocSection& AArch64GNULDBackend::getRelaDyn() in getRelaDyn()
409 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const in getRelaDyn()
415 OutputRelocSection& AArch64GNULDBackend::getRelaPLT() in getRelaPLT()
421 const OutputRelocSection& AArch64GNULDBackend::getRelaPLT() const in getRelaPLT()
451 return new AArch64GNULDBackend(pConfig, in createAArch64LDBackend()