Lines Matching refs:addSection
91 void addSection(OutputSection *sec);
168 addSection(sec); in createCustomSections()
198 addSection(make<RelocSection>(name, sec)); in createRelocSections()
402 void Writer::addSection(OutputSection *sec) { in addSection() function in lld::wasm::Writer
427 addSection(out.dylinkSec); in addSections()
428 addSection(out.typeSec); in addSections()
429 addSection(out.importSec); in addSections()
430 addSection(out.functionSec); in addSections()
431 addSection(out.tableSec); in addSections()
432 addSection(out.memorySec); in addSections()
433 addSection(out.tagSec); in addSections()
434 addSection(out.globalSec); in addSections()
435 addSection(out.exportSec); in addSections()
436 addSection(out.startSec); in addSections()
437 addSection(out.elemSec); in addSections()
438 addSection(out.dataCountSec); in addSections()
440 addSection(make<CodeSection>(out.functionSec->inputFunctions)); in addSections()
441 addSection(make<DataSection>(segments)); in addSections()
445 addSection(out.linkingSec); in addSections()
450 addSection(out.nameSec); in addSections()
451 addSection(out.producersSec); in addSections()
452 addSection(out.targetFeaturesSec); in addSections()