|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
tools/lld/ELF/Arch/AArch64.cpp 250 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const {
tools/lld/ELF/Arch/ARM.cpp 335 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const {
tools/lld/ELF/Arch/PPC.cpp 184 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const {
tools/lld/ELF/Arch/PPC64.cpp 930 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const {
Declarations
tools/lld/ELF/Target.h 77 virtual bool inBranchRange(RelType type, uint64_t src,
References
tools/lld/ELF/ARMErrataFix.cpp 224 return target->inBranchRange(
tools/lld/ELF/Relocations.cpp 1588 if (target->inBranchRange(type, src, (src > tsLimit) ? tsBase : tsLimit))
1598 if (!target->inBranchRange(type, src, os->addr + thunkSecOff)) {
1600 if (!target->inBranchRange(type, src, os->addr + thunkSecOff))
1720 target->inBranchRange(rel.type, src, t->getThunkTargetSym()->getVA()))
1735 if (target->inBranchRange(rel.type, src, rel.sym->getVA()))