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

References

tools/lld/ELF/Writer.cpp
 1525           sections.push_back(isec);
 1538     llvm::stable_sort(sections, compareByFilePosition);
 1540     for (int i = 0, n = sections.size(); i < n; ++i)
 1541       *scriptSections[i] = sections[i];