Searched refs:inBranchRange (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | ARM.cpp | 44 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 301 return !inBranchRange(type, branchAddr, dst); in needsThunk() 312 return !inBranchRange(type, branchAddr, dst); in needsThunk() 352 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in ARM
|
D | PPC.cpp | 45 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 205 return !PPC::inBranchRange(type, branchAddr, s.getVA(a)); in needsThunk() 210 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC
|
D | AArch64.cpp | 45 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 250 return !inBranchRange(type, branchAddr, dst); in needsThunk() 260 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in AArch64
|
D | PPC64.cpp | 384 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 1372 return !inBranchRange(type, branchAddr, in needsThunk() 1385 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC64
|
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 149 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
|
D | Relocations.cpp | 1731 if (target->inBranchRange(type, src, (src > tsLimit) ? tsBase : tsLimit)) in getISDThunkSec() 1741 if (!target->inBranchRange(type, src, os->addr + thunkSecOff)) { in getISDThunkSec() 1743 if (!target->inBranchRange(type, src, os->addr + thunkSecOff)) in getISDThunkSec() 1912 target->inBranchRange(rel.type, src, in getThunk() 1929 if (target->inBranchRange(rel.type, src, in normalizeExistingThunk()
|
D | Target.h | 82 virtual bool inBranchRange(RelType type, uint64_t src,
|
D | ARMErrataFix.cpp | 225 return target->inBranchRange( in patchInRange()
|