Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h264 inline bool isThreadLocalData(uint32_t flags) { in isThreadLocalData() function
H A DWriter.cpp895 if (isThreadLocalData(osec->flags) && osec->align > tlvAlign) in sortSegmentsAndSections()
903 if (isThreadLocalData(osec->flags)) { in sortSegmentsAndSections()