Searched refs:StartSection (Results 1 – 7 of 7) sorted by relevance
320 class StartSection : public SyntheticSection {322 StartSection() : SyntheticSection(llvm::wasm::WASM_SEC_START) {}442 StartSection *startSec;
534 bool StartSection::isNeeded() const { in isNeeded()538 void StartSection::writeBody() { in writeBody()
1504 out.startSec = make<StartSection>(); in createSyntheticSections()
140 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()251 Section.reset(new WasmYAML::StartSection()); in mapping()252 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);439 WasmYAML::StartSection &Section) { in writeSectionContent()631 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
366 struct StartSection : Section { struct367 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() argument
313 auto StartSec = std::make_unique<WasmYAML::StartSection>(); in dump()