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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp177 void TargetInfo::relaxTlsLdToLe(uint8_t *loc, RelType type, function in class:lld::elf::TargetInfo
H A DTarget.h136 virtual void relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const;
H A DInputSection.cpp961 target->relaxTlsLdToLe(bufLoc, type, targetVA);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp53 void relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const override;
415 void PPC::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const { function in class:lld::elf::PPC
H A DX86_64.cpp46 void relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const override;
302 void X86_64::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const { function in class:lld::elf::X86_64
H A DX86.cpp45 void relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const override;
392 void X86::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const { function in class:lld::elf::X86
H A DPPC64.cpp220 void relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const override;
428 void PPC64::relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const { function in class:lld::elf::PPC64

Completed in 104 milliseconds