Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DConfig.h366 bool hasTlsIe = false; member
447 std::atomic<bool> hasTlsIe{false};
DRelocations.cpp1340 ctx.hasTlsIe.store(true, std::memory_order_relaxed); in handleTlsRelocation()
DSyntheticSections.cpp1353 if (ctx.hasTlsIe && config->shared) in computeContents()