Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp1212 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation() local
1277 if (toExecRelax && isLocalInExecutable) { in handleTlsRelocation()
1638 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in postScanRelocations() local
1649 if (isLocalInExecutable) in postScanRelocations()