Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DARM.cpp44 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
DPPC.cpp45 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
DAArch64.cpp45 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
DPPC64.cpp384 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/
DTarget.cpp149 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
DRelocations.cpp1731 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()
DTarget.h82 virtual bool inBranchRange(RelType type, uint64_t src,
DARMErrataFix.cpp225 return target->inBranchRange( in patchInRange()