| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Hexagon.cpp | 43 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 D | PPC.cpp | 47 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 D | AArch64.cpp | 80 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 D | ARM.cpp | 47 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 D | PPC64.cpp | 188 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 D | Target.cpp | 139 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
|
| H A D | Target.h | 87 virtual bool inBranchRange(RelType type, uint64_t src,
|
| H A D | Relocations.cpp | 2195 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 D | ARMErrataFix.cpp | 240 return ctx.target->inBranchRange( in patchInRange()
|