Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1328 auto firstSectionOrDotAssignment = in sortOrphanSections() local
1330 if (firstSectionOrDotAssignment != e && in sortOrphanSections()
1331 isa<SymbolAssignment>(**firstSectionOrDotAssignment)) in sortOrphanSections()
1332 ++firstSectionOrDotAssignment; in sortOrphanSections()
1333 i = firstSectionOrDotAssignment; in sortOrphanSections()