Searched refs:relaxTlsLdToLe (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp50 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
375 void SystemZ::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:SystemZ
491 return relaxTlsLdToLe(loc, rel, val);
H A DPPC.cpp59 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
443 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:PPC
514 relaxTlsLdToLe(loc, rel, val);
H A DX86.cpp453 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { function
503 relaxTlsLdToLe(loc, rel, val);
H A DPPC64.cpp203 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
779 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:__anon1302::PPCLegacyInsn::PPC64
1634 relaxTlsLdToLe(loc, rel, val);
H A DX86_64.cpp581 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { function
829 relaxTlsLdToLe(loc, rel, val);

Completed in 111 milliseconds