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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp45 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
206 return !PPC::inBranchRange(type, branchAddr, s.getVA(a));
211 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { function in class:PPC
H A DAArch64.cpp45 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
252 return !inBranchRange(type, branchAddr, dst);
262 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { function in class:AArch64
H A DARM.cpp44 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
301 return !inBranchRange(type, branchAddr, dst);
312 return !inBranchRange(type, branchAddr, dst);
352 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { function in class:ARM
H A DPPC64.cpp293 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;
1070 return !inBranchRange(type, branchAddr,
1083 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { function in class:PPC64
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp149 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { function in class:TargetInfo
H A DTarget.h82 virtual bool inBranchRange(RelType type, uint64_t src,
H A DRelocations.cpp1698 if (target->inBranchRange(type, src, (src > tsLimit) ? tsBase : tsLimit))
1708 if (!target->inBranchRange(type, src, os->addr + thunkSecOff)) {
1710 if (!target->inBranchRange(type, src, os->addr + thunkSecOff))
1879 target->inBranchRange(rel.type, src,
1896 if (target->inBranchRange(rel.type, src,
H A DARMErrataFix.cpp227 return target->inBranchRange(

Completed in 81 milliseconds