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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  184 RelType AArch64::getDynRel(RelType type) const {
tools/lld/ELF/Arch/AMDGPU.cpp
  105 RelType AMDGPU::getDynRel(RelType type) const {
tools/lld/ELF/Arch/ARM.cpp
  147 RelType ARM::getDynRel(RelType type) const {
tools/lld/ELF/Arch/Hexagon.cpp
  320 RelType Hexagon::getDynRel(RelType type) const {
tools/lld/ELF/Arch/Mips.cpp
   32   RelType getDynRel(RelType type) const override;
  189 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const {
tools/lld/ELF/Arch/PPC.cpp
  244 RelType PPC::getDynRel(RelType type) const {
tools/lld/ELF/Arch/PPC64.cpp
  637 RelType PPC64::getDynRel(RelType type) const {
tools/lld/ELF/Arch/RISCV.cpp
  179 RelType RISCV::getDynRel(RelType type) const {
tools/lld/ELF/Arch/X86.cpp
  186 RelType X86::getDynRel(RelType type) const {
tools/lld/ELF/Arch/X86_64.cpp
  173 RelType X86_64::getDynRel(RelType type) const {

References

tools/lld/ELF/Relocations.cpp
 1045     RelType rel = target->getDynRel(type);