Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h490 bool hasTlsIe = false; member
709 std::atomic<bool> hasTlsIe{false};
H A DRelocations.cpp1468 ctx.hasTlsIe.store(true, std::memory_order_relaxed); in handleTlsRelocation()
1489 ctx.hasTlsIe.store(true, std::memory_order_relaxed); in handleTlsRelocation()
H A DSyntheticSections.cpp1430 if (ctx.hasTlsIe && ctx.arg.shared) in computeContents()