Home
last modified time | relevance | path

Searched refs:getTlsGdRelaxSkip (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86.cpp27 int getTlsGdRelaxSkip(RelType type) const override;
70 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in lld::elf::X86
HDPPC.cpp50 int getTlsGdRelaxSkip(RelType type) const override;
368 int PPC::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in lld::elf::PPC
HDX86_64.cpp29 int getTlsGdRelaxSkip(RelType type) const override;
74 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; } in getTlsGdRelaxSkip() function in lld::elf::X86_64
HDPPC64.cpp198 int getTlsGdRelaxSkip(RelType type) const override;
335 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in lld::elf::PPC64
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDTarget.h37 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } in getTlsGdRelaxSkip() function
HDRelocations.cpp204 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()
284 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()