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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp178 void TargetInfo::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:TargetInfo
H A DTarget.h161 virtual void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
H A DInputSection.cpp1035 target->relaxTlsLdToLe(bufLoc, rel, targetVA);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp55 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
421 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:PPC
H A DX86.cpp48 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
397 void X86::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:X86
H A DPPC64.cpp302 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
527 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:PPC64
H A DX86_64.cpp53 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
540 void X86_64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, function in class:X86_64

Completed in 178 milliseconds