Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h69 : sectionKind(kind), keepUnique(false), hasAltEntry(false), align(align), in InputSection()
73 : sectionKind(rhs.sectionKind), keepUnique(false), hasAltEntry(false), in InputSection()
86 bool hasAltEntry : 1; variable
H A DICF.cpp584 noUniqueRequirement && !isec->hasAltEntry && in foldIdenticalSections()
H A DInputFiles.cpp897 isec->hasAltEntry = symbolOffset != 0; in parseSymbols()