Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.h263 inline bool isThreadLocalData(uint32_t flags) { in isThreadLocalData() function
H A DWriter.cpp894 if (!firstTLVDataSection && isThreadLocalData(osec->flags)) in sortSegmentsAndSections()