Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDPPC.cpp49 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
HDAArch64.cpp48 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
HDARM.cpp48 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
HDPPC64.cpp190 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/
HDTarget.cpp147 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
HDRelocations.cpp2068 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()
HDTarget.h86 virtual bool inBranchRange(RelType type, uint64_t src,
HDARMErrataFix.cpp236 return target->inBranchRange( in patchInRange()