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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  451 void AArch64::relaxTlsGdToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/PPC.cpp
  377 void PPC::relaxTlsGdToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/PPC64.cpp
  383 void PPC64::relaxTlsGdToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86.cpp
  322 void X86::relaxTlsGdToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86_64.cpp
  180 void X86_64::relaxTlsGdToLe(uint8_t *loc, RelType type, uint64_t val) const {

Declarations

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

References

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