Home
last modified time | relevance | path

Searched defs:getTlsGdRelaxSkip (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp387 int PPC::getTlsGdRelaxSkip(RelType type) const { getTlsGdRelaxSkip() function in PPC
H A DX86.cpp67 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86
H A DX86_64.cpp94 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86_64
H A DPPC64.cpp619 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h40 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } getTlsGdRelaxSkip() function