|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
tools/lld/ELF/Arch/PPC.cpp 392 void PPC::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/PPC64.cpp 422 void PPC64::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86.cpp 391 void X86::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86_64.cpp 302 void X86_64::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const {
Declarations
tools/lld/ELF/Target.h 130 virtual void relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const;
References
tools/lld/ELF/InputSection.cpp 952 target->relaxTlsLdToLe(bufLoc, type, targetVA);