reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Writer.cpp
 1155   OutputSection *sec = cast<OutputSection>(*e);
 1158   auto i = std::max_element(b, e, [=](BaseCommand *a, BaseCommand *b) {
 1161   if (i == e)
 1162     return e;
 1166   for (; i != e; ++i) {
 1189   auto nextSec = std::find_if(i, e, isOutputSecWithInputSections);
 1190   if (nextSec == e)
 1191     return e;
 1193   while (i != e && shouldSkip(*i))