Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DWriter.cpp1530 auto firstSectionOrDotAssignment = in sortSections() local
1532 if (firstSectionOrDotAssignment != e && in sortSections()
1533 isa<SymbolAssignment>(**firstSectionOrDotAssignment)) in sortSections()
1534 ++firstSectionOrDotAssignment; in sortSections()
1535 i = firstSectionOrDotAssignment; in sortSections()