Searched refs:relaxTlsGdToIe (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp48 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
305 void SystemZ::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, function in class:SystemZ
487 return relaxTlsGdToIe(loc, rel, val);
H A DPPC.cpp57 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
408 void PPC::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, function in class:PPC
508 relaxTlsGdToIe(loc, rel, val);
H A DX86.cpp382 static void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) { function
496 relaxTlsGdToIe(loc, rel, val);
H A DAArch64.cpp57 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
570 void AArch64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, function in class:AArch64
808 relaxTlsGdToIe(loc, rel, val);
H A DPPC64.cpp201 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
1512 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, function in class:__anon1302::PPCLegacyInsn::PPC64
1628 relaxTlsGdToIe(loc, rel, val);
H A DX86_64.cpp499 static void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) { function
821 relaxTlsGdToIe(loc, rel, val);

Completed in 157 milliseconds