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

References

tools/lld/wasm/Writer.cpp
  146   size_t origSize = outputSections.size();
  149     OutputSection *sec = outputSections[i];
  184   parallelForEach(outputSections, [buf](OutputSection *s) {
  314   sec->sectionIndex = outputSections.size();
  315   outputSections.push_back(sec);
  364   for (OutputSection *s : outputSections) {