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

Declarations

tools/lld/wasm/Writer.cpp
   75   void addSection(OutputSection *sec);

References

tools/lld/wasm/Writer.cpp
  137     addSection(sec);
  167     addSection(make<RelocSection>(name, sec));
  335   addSection(out.dylinkSec);
  336   addSection(out.typeSec);
  337   addSection(out.importSec);
  338   addSection(out.functionSec);
  339   addSection(out.tableSec);
  340   addSection(out.memorySec);
  341   addSection(out.globalSec);
  342   addSection(out.eventSec);
  343   addSection(out.exportSec);
  344   addSection(out.startSec);
  345   addSection(out.elemSec);
  346   addSection(out.dataCountSec);
  348   addSection(make<CodeSection>(out.functionSec->inputFunctions));
  349   addSection(make<DataSection>(segments));
  353   addSection(out.linkingSec);
  358   addSection(out.nameSec);
  359   addSection(out.producersSec);
  360   addSection(out.targetFeaturesSec);