Searched refs:inBranchRange (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/contrib/llvm-project/lld/ELF/Arch/ |
| HD | PPC.cpp | 49 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
|
| HD | AArch64.cpp | 48 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 387 return !inBranchRange(type, branchAddr, dst); in needsThunk() 397 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in AArch64
|
| HD | ARM.cpp | 48 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 409 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk() 422 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk() 463 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in ARM
|
| HD | PPC64.cpp | 190 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-head/contrib/llvm-project/lld/ELF/ |
| HD | Target.cpp | 147 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
|
| HD | Relocations.cpp | 2068 if (target->inBranchRange(rel.type, src, in getISDThunkSec() 2079 if (!target->inBranchRange(rel.type, src, in getISDThunkSec() 2082 if (!target->inBranchRange(rel.type, src, in getISDThunkSec() 2244 target->inBranchRange(rel.type, src, in getThunk() 2260 if (target->inBranchRange(rel.type, src, rel.sym->getVA(rel.addend))) in normalizeExistingThunk()
|
| HD | Target.h | 86 virtual bool inBranchRange(RelType type, uint64_t src,
|
| HD | ARMErrataFix.cpp | 236 return target->inBranchRange( in patchInRange()
|