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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  481 void AArch64::relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/PPC.cpp
  359 void PPC::relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/PPC64.cpp
  965 void PPC64::relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86.cpp
  337 void X86::relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86_64.cpp
  220 void X86_64::relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const {

Declarations

tools/lld/ELF/Target.h
  127   virtual void relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const;

References

tools/lld/ELF/InputSection.cpp
  963       target->relaxTlsGdToIe(bufLoc, type, targetVA);