Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp1538 auto firstSectionOrDotAssignment = in sortSections() local
1540 if (firstSectionOrDotAssignment != e && in sortSections()
1541 isa<SymbolAssignment>(**firstSectionOrDotAssignment)) in sortSections()
1542 ++firstSectionOrDotAssignment; in sortSections()
1543 i = firstSectionOrDotAssignment; in sortSections()