Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp1200 bool toExecRelax = !config->shared && config->emachine != EM_ARM && in handleTlsRelocation() local
1221 if (toExecRelax) { in handleTlsRelocation()
1236 if (toExecRelax) in handleTlsRelocation()
1252 if (!toExecRelax) { in handleTlsRelocation()
1277 if (toExecRelax && isLocalInExecutable) { in handleTlsRelocation()