Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp49 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
206 return !PPC::inBranchRange(type, branchAddr, s.getVA(a)); in needsThunk()
211 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC
H A DAArch64.cpp48 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
298 return !inBranchRange(type, branchAddr, dst); in needsThunk()
308 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in AArch64
H A DARM.cpp48 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
333 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk()
345 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk()
386 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in ARM
H A DPPC64.cpp190 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
1453 return !inBranchRange(type, branchAddr, in needsThunk()
1466 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC64
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp146 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
H A DRelocations.cpp1992 if (target->inBranchRange(rel.type, src, in getISDThunkSec()
2003 if (!target->inBranchRange(rel.type, src, in getISDThunkSec()
2006 if (!target->inBranchRange(rel.type, src, in getISDThunkSec()
2168 target->inBranchRange(rel.type, src, in getThunk()
2184 if (target->inBranchRange(rel.type, src, rel.sym->getVA(rel.addend))) in normalizeExistingThunk()
H A DTarget.h86 virtual bool inBranchRange(RelType type, uint64_t src,
H A DARMErrataFix.cpp236 return target->inBranchRange( in patchInRange()