Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDARM.cpp45 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
HDPPC.cpp46 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
HDAArch64.cpp46 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
HDPPC64.cpp214 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/
HDTarget.cpp149 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in lld::elf::TargetInfo
HDRelocations.cpp1663 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()
HDTarget.h82 virtual bool inBranchRange(RelType type, uint64_t src,
HDARMErrataFix.cpp228 return target->inBranchRange( in patchInRange()