Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.h36 extern OutputSection *firstTLVDataSection;
H A DWriter.cpp975 if (!firstTLVDataSection) in sortSegmentsAndSections()
976 firstTLVDataSection = osec; in sortSegmentsAndSections()
1388 OutputSection *macho::firstTLVDataSection = nullptr; member in macho
H A DInputSection.cpp256 referentVA -= firstTLVDataSection->addr; in writeTo()
H A DDriver.cpp1488 firstTLVDataSection = nullptr; in link()