Home
last modified time | relevance | path

Searched refs:needsTlsLd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h326 bool needsTlsLd = false; member
H A DRelocations.cpp1229 config->needsTlsLd = true; in handleTlsRelocation()
1682 if (config->needsTlsLd && in.got->addTlsIndex()) { in postScanRelocations()