Searched defs:relaxTlsGdToLe (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 167 void TargetInfo::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in TargetInfo
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 403 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in PPC
|
D | AArch64.cpp | 468 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in AArch64
|
D | X86.cpp | 325 void X86::relaxTlsGdToLe(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxTlsGdToLe() function in X86
|
D | X86_64.cpp | 415 void X86_64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in X86_64
|
D | PPC64.cpp | 705 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in PPC64
|