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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp74 int X86::getTlsGdRelaxSkip(RelType type) const { function in class:X86
H A DPPC.cpp372 int PPC::getTlsGdRelaxSkip(RelType type) const { function in class:PPC
H A DX86_64.cpp99 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; } function in class:X86_64
H A DPPC64.cpp433 int PPC64::getTlsGdRelaxSkip(RelType type) const { function in class:PPC64
/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

Completed in 44 milliseconds