Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h282 inline bool isThreadLocalData(uint32_t flags) { in isThreadLocalData() function
H A DWriter.cpp966 if (isThreadLocalData(osec->flags) && osec->align > tlvAlign) in sortSegmentsAndSections()
974 if (isThreadLocalData(osec->flags)) { in sortSegmentsAndSections()