Searched refs:StartSection (Results 1 – 11 of 11) sorted by relevance
240 class StartSection : public SyntheticSection {242 StartSection(bool hasInitializedSegments) in StartSection() function363 StartSection *startSec;
374 bool StartSection::isNeeded() const { in isNeeded()378 void StartSection::writeBody() { in writeBody()
1209 out.startSec = make<StartSection>(hasPassiveInitializedSegments()); in createSyntheticSections()
47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);397 WasmYAML::StartSection &Section) { in writeSectionContent()580 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
136 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()247 Section.reset(new WasmYAML::StartSection()); in mapping()248 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);413 WasmYAML::StartSection &Section) { in writeSectionContent()606 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
137 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()248 Section.reset(new WasmYAML::StartSection()); in mapping()249 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
346 struct StartSection : Section { struct347 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() argument
342 struct StartSection : Section { struct343 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() argument
307 auto StartSec = std::make_unique<WasmYAML::StartSection>(); in dump()
7574 … virtual void StartSection( std::string const& sectionName, std::string const& description ) = 0;7631 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()