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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  156 RelExpr AArch64::adjustRelaxExpr(RelType type, const uint8_t *data,
tools/lld/ELF/Arch/PPC.cpp
  336 RelExpr PPC::adjustRelaxExpr(RelType type, const uint8_t *data,
tools/lld/ELF/Arch/PPC64.cpp
  939 RelExpr PPC64::adjustRelaxExpr(RelType type, const uint8_t *data,
tools/lld/ELF/Arch/X86.cpp
  159 RelExpr X86::adjustRelaxExpr(RelType type, const uint8_t *data,
tools/lld/ELF/Arch/X86_64.cpp
  404 RelExpr X86_64::adjustRelaxExpr(RelType type, const uint8_t *data,

Declarations

tools/lld/ELF/Target.h
  124   virtual RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,

References

tools/lld/ELF/Relocations.cpp
  199           {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
  220         {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
  269           {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_GD_TO_IE), type,
  278           {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_GD_TO_LE), type,
 1231       expr = target->adjustRelaxExpr(type, relocatedAddr, expr);