Searched refs:DataCountSection (Results 1 – 7 of 7) sorted by relevance
341 class DataCountSection : public SyntheticSection {343 DataCountSection(ArrayRef<OutputSegment *> segments);445 DataCountSection *dataCountSec;
600 DataCountSection::DataCountSection(ArrayRef<OutputSegment *> segments) in DataCountSection() function in lld::wasm::DataCountSection606 void DataCountSection::writeBody() { in writeBody()610 bool DataCountSection::isNeeded() const { in isNeeded()
1536 out.dataCountSec = make<DataCountSection>(segments); in createSyntheticSectionsPostLayout()
51 void writeSectionContent(raw_ostream &OS, WasmYAML::DataCountSection &Section);561 WasmYAML::DataCountSection &Section) { in writeSectionContent()639 else if (auto S = dyn_cast<WasmYAML::DataCountSection>(Sec.get())) in writeWasm()
160 static void sectionMapping(IO &IO, WasmYAML::DataCountSection &Section) { in sectionMapping()271 Section.reset(new WasmYAML::DataCountSection()); in mapping()272 sectionMapping(IO, *cast<WasmYAML::DataCountSection>(Section.get())); in mapping()
406 struct DataCountSection : Section { struct407 DataCountSection() : Section(wasm::WASM_SEC_DATACOUNT) {} in DataCountSection() function
386 auto DataCountSec = std::make_unique<WasmYAML::DataCountSection>(); in dump()