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.cpp1379 auto firstSectionOrDotAssignment = in sortOrphanSections() local
1381 if (firstSectionOrDotAssignment != e && in sortOrphanSections()
1382 isa<SymbolAssignment>(**firstSectionOrDotAssignment)) in sortOrphanSections()
1383 ++firstSectionOrDotAssignment; in sortOrphanSections()
1384 i = firstSectionOrDotAssignment; in sortOrphanSections()