Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1623 auto firstSectionOrDotAssignment = in sortSections() local
1625 if (firstSectionOrDotAssignment != e && in sortSections()
1626 isa<SymbolAssignment>(**firstSectionOrDotAssignment)) in sortSections()
1627 ++firstSectionOrDotAssignment; in sortSections()
1628 i = firstSectionOrDotAssignment; in sortSections()