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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp50 int getTlsGdRelaxSkip(RelType type) const override;
372 int PPC::getTlsGdRelaxSkip(RelType type) const { function in class:PPC
H A DX86.cpp26 int getTlsGdRelaxSkip(RelType type) const override;
74 int X86::getTlsGdRelaxSkip(RelType type) const { function in class:X86
H A DPPC64.cpp276 int getTlsGdRelaxSkip(RelType type) const override;
433 int PPC64::getTlsGdRelaxSkip(RelType type) const { function in class:PPC64
H A DX86_64.cpp29 int getTlsGdRelaxSkip(RelType type) const override;
99 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; } function in class:X86_64
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h37 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } function in class:lld::elf::TargetInfo
H A DRelocations.cpp224 return target->getTlsGdRelaxSkip(type);
304 return target->getTlsGdRelaxSkip(type);

Completed in 75 milliseconds