Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.h36 extern OutputSection *firstTLVDataSection;
H A DInputSection.cpp137 referentVA -= firstTLVDataSection->addr; in writeTo()
H A DWriter.cpp894 if (!firstTLVDataSection && isThreadLocalData(osec->flags)) in sortSegmentsAndSections()
895 firstTLVDataSection = osec; in sortSegmentsAndSections()
1158 OutputSection *macho::firstTLVDataSection = nullptr; member in macho