Searched defs:relaxTlsGdToIe (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 172 void TargetInfo::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() function in TargetInfo
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 384 void PPC::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() function in PPC
|
D | AArch64.cpp | 499 void AArch64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() function in AArch64
|
D | X86.cpp | 340 void X86::relaxTlsGdToIe(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxTlsGdToIe() function in X86
|
D | X86_64.cpp | 456 void X86_64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() function in X86_64
|
D | PPC64.cpp | 1431 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() function in PPC64
|