reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lld/ELF/Target.cpp
  142 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const {

Declarations

tools/lld/ELF/Arch/AArch64.cpp
   45   bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;

References

tools/lld/ELF/Arch/AArch64.cpp
  240   return !inBranchRange(type, branchAddr, dst);