Lines Matching refs:addSection
90 void addSection(OutputSection *sec);
167 addSection(sec); in createCustomSections()
197 addSection(make<RelocSection>(name, sec)); in createRelocSections()
383 void Writer::addSection(OutputSection *sec) { in addSection() function in lld::wasm::Writer
408 addSection(out.dylinkSec); in addSections()
409 addSection(out.typeSec); in addSections()
410 addSection(out.importSec); in addSections()
411 addSection(out.functionSec); in addSections()
412 addSection(out.tableSec); in addSections()
413 addSection(out.memorySec); in addSections()
414 addSection(out.tagSec); in addSections()
415 addSection(out.globalSec); in addSections()
416 addSection(out.exportSec); in addSections()
417 addSection(out.startSec); in addSections()
418 addSection(out.elemSec); in addSections()
419 addSection(out.dataCountSec); in addSections()
421 addSection(make<CodeSection>(out.functionSec->inputFunctions)); in addSections()
422 addSection(make<DataSection>(segments)); in addSections()
426 addSection(out.linkingSec); in addSections()
431 addSection(out.nameSec); in addSections()
432 addSection(out.producersSec); in addSections()
433 addSection(out.targetFeaturesSec); in addSections()