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

References

tools/lld/COFF/Writer.cpp
   87   return osidx == 0 ? nullptr : outputSections[osidx - 1];
  531   for (OutputSection *sec : outputSections) {
  543     for (OutputSection *sec : outputSections) {
  564       for (OutputSection *sec : outputSections)
  572     for (OutputSection *sec : outputSections)
  620     createPDB(symtab, outputSections, sectionTable, buildId->buildId);
  624   writeMapFile(outputSections);
  804       outputSections.push_back(sec);
  901   llvm::stable_sort(outputSections,
 1041   outputSections.erase(
 1042       std::remove_if(outputSections.begin(), outputSections.end(), isUnused),
 1042       std::remove_if(outputSections.begin(), outputSections.end(), isUnused),
 1043       outputSections.end());
 1050   outputSections.erase(
 1051       std::remove_if(outputSections.begin(), outputSections.end(), isEmpty),
 1051       std::remove_if(outputSections.begin(), outputSections.end(), isEmpty),
 1052       outputSections.end());
 1059   for (OutputSection *os : outputSections) {
 1146   for (OutputSection *sec : outputSections) {
 1215                   sizeof(coff_section) * outputSections.size();
 1224   for (OutputSection *sec : outputSections) {
 1294   coff->NumberOfSections = outputSections.size();
 1439   for (OutputSection *sec : outputSections) {
 1444       buf - outputSections.size() * sizeof(coff_section), buf);
 1734     for (OutputSection *sec : outputSections)
 1744   DefinedAbsolute::numOutputSections = outputSections.size();
 1747   for (OutputSection *sec : outputSections) {
 1877   for (OutputSection *sec : outputSections)
 1885   for (OutputSection *s : outputSections)
 1897   for (OutputSection *sec : outputSections) {