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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  512 void AArch64::relaxTlsIeToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/PPC.cpp
  415 void PPC::relaxTlsIeToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/PPC64.cpp
  487 void PPC64::relaxTlsIeToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86.cpp
  354 void X86::relaxTlsIeToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86_64.cpp
  261 void X86_64::relaxTlsIeToLe(uint8_t *loc, RelType type, uint64_t val) const {

Declarations

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

References

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