Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DWriter.cpp1606 auto firstSectionOrDotAssignment = in sortSections() local
1608 if (firstSectionOrDotAssignment != e && in sortSections()
1609 isa<SymbolAssignment>(**firstSectionOrDotAssignment)) in sortSections()
1610 ++firstSectionOrDotAssignment; in sortSections()
1611 i = firstSectionOrDotAssignment; in sortSections()