Searched refs:inBranchRange (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/ |
| HD | ARM.cpp | 45 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 284 return !inBranchRange(type, branchAddr, dst); in needsThunk() 295 return !inBranchRange(type, branchAddr, dst); in needsThunk() 335 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in lld::elf::ARM
|
| HD | PPC.cpp | 46 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 202 return !PPC::inBranchRange(type, branchAddr, s.getVA(a)); in needsThunk() 207 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in lld::elf::PPC
|
| HD | AArch64.cpp | 46 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 247 return !inBranchRange(type, branchAddr, dst); in needsThunk() 257 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in lld::elf::AArch64
|
| HD | PPC64.cpp | 214 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 927 return !inBranchRange(type, branchAddr, in needsThunk() 940 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in lld::elf::PPC64
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | Target.cpp | 149 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in lld::elf::TargetInfo
|
| HD | Relocations.cpp | 1663 if (target->inBranchRange(type, src, (src > tsLimit) ? tsBase : tsLimit)) in getISDThunkSec() 1673 if (!target->inBranchRange(type, src, os->addr + thunkSecOff)) { in getISDThunkSec() 1675 if (!target->inBranchRange(type, src, os->addr + thunkSecOff)) in getISDThunkSec() 1844 target->inBranchRange(rel.type, src, in getThunk() 1861 if (target->inBranchRange(rel.type, src, in normalizeExistingThunk()
|
| HD | Target.h | 82 virtual bool inBranchRange(RelType type, uint64_t src,
|
| HD | ARMErrataFix.cpp | 228 return target->inBranchRange( in patchInRange()
|