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/PPC.cpp
   42   bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override;

References

tools/lld/ELF/Arch/PPC.cpp
  179   return !(expr == R_PC && PPC::inBranchRange(type, branchAddr, s.getVA()));