Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp61 struct AArch64Relaxer { struct
64 AArch64Relaxer(ArrayRef<Relocation> relocs);
721 AArch64Relaxer::AArch64Relaxer(ArrayRef<Relocation> relocs) { in AArch64Relaxer() function in AArch64Relaxer
742 bool AArch64Relaxer::tryRelaxAdrpAdd(const Relocation &adrpRel, in tryRelaxAdrpAdd()
791 bool AArch64Relaxer::tryRelaxAdrpLdr(const Relocation &adrpRel, in tryRelaxAdrpLdr()
878 AArch64Relaxer relaxer(sec.relocs()); in relocateAlloc()