Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1598 auto firstSectionOrDotAssignment = in sortOrphanSections() local
1600 if (firstSectionOrDotAssignment != e && in sortOrphanSections()
1601 isa<SymbolAssignment>(**firstSectionOrDotAssignment)) in sortOrphanSections()
1602 ++firstSectionOrDotAssignment; in sortOrphanSections()
1603 i = firstSectionOrDotAssignment; in sortOrphanSections()