Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC.cpp370 int PPC::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC
DX86.cpp73 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86
DX86_64.cpp99 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; } in getTlsGdRelaxSkip() function in X86_64
DPPC64.cpp608 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64
/external/llvm-project/lld/ELF/
DTarget.h37 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } in getTlsGdRelaxSkip() function