Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp43 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
268 bool Hexagon::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in Hexagon
302 return !ctx.target->inBranchRange(type, branchAddr, s.getVA(ctx, a)); in needsThunk()
H A DPPC.cpp47 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
210 return !PPC::inBranchRange(type, branchAddr, s.getVA(ctx, a)); in needsThunk()
215 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC
H A DAArch64.cpp80 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
434 return !inBranchRange(type, branchAddr, dst); in needsThunk()
444 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in AArch64
H A DARM.cpp47 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
411 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk()
424 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk()
465 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in ARM
H A DPPC64.cpp188 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
1454 return !inBranchRange( in needsThunk()
1467 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.cpp139 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
H A DTarget.h87 virtual bool inBranchRange(RelType type, uint64_t src,
H A DRelocations.cpp2195 if (ctx.target->inBranchRange(rel.type, src, in getISDThunkSec()
2206 if (!ctx.target->inBranchRange(rel.type, src, in getISDThunkSec()
2209 if (!ctx.target->inBranchRange(rel.type, src, in getISDThunkSec()
2370 ctx.target->inBranchRange(rel.type, src, in getThunk()
2394 if (ctx.target->inBranchRange(rel.type, src, in normalizeExistingThunk()
H A DARMErrataFix.cpp240 return ctx.target->inBranchRange( in patchInRange()