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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
   77 RelExpr AArch64::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/AMDGPU.cpp
   83 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/ARM.cpp
   83 RelExpr ARM::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/AVR.cpp
   55 RelExpr AVR::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/Hexagon.cpp
   88 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/MSP430.cpp
   48 RelExpr MSP430::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/Mips.cpp
   29   RelExpr getRelExpr(RelType type, const Symbol &s,
   78 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/PPC.cpp
  191 RelExpr PPC::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/PPC64.cpp
  537 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/RISCV.cpp
  184 RelExpr RISCV::getRelExpr(const RelType type, const Symbol &s,
tools/lld/ELF/Arch/SPARCV9.cpp
   50 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/X86.cpp
   73 RelExpr X86::getRelExpr(RelType type, const Symbol &s,
tools/lld/ELF/Arch/X86_64.cpp
   75 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s,

References

tools/lld/ELF/InputSection.cpp
  469           target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) {
  852     RelExpr expr = target->getRelExpr(type, sym, bufLoc);
tools/lld/ELF/Relocations.cpp
 1191   RelExpr expr = target->getRelExpr(type, sym, relocatedAddr);