Searched refs:DataCountSection (Results 1 – 7 of 7) sorted by relevance
340 class DataCountSection : public SyntheticSection {342 DataCountSection(ArrayRef<OutputSegment *> segments);444 DataCountSection *dataCountSec;
598 DataCountSection::DataCountSection(ArrayRef<OutputSegment *> segments) in DataCountSection() function in lld::wasm::DataCountSection605 void DataCountSection::writeBody() { in writeBody()609 bool DataCountSection::isNeeded() const { in isNeeded()
1511 out.dataCountSec = make<DataCountSection>(segments); in createSyntheticSectionsPostLayout()
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()
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()
406 struct DataCountSection : Section { struct407 DataCountSection() : Section(wasm::WASM_SEC_DATACOUNT) {} in DataCountSection() argument
386 auto DataCountSec = std::make_unique<WasmYAML::DataCountSection>(); in dump()