Searched refs:ElemSection (Results 1 – 7 of 7) sorted by relevance
327 class ElemSection : public SyntheticSection {329 ElemSection()443 ElemSection *elemSec;
544 void ElemSection::addEntry(FunctionSymbol *sym) { in addEntry()554 void ElemSection::writeBody() { in writeBody()
1505 out.elemSec = make<ElemSection>(); in createSyntheticSections()
145 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) { in sectionMapping()256 Section.reset(new WasmYAML::ElemSection()); in mapping()257 sectionMapping(IO, *cast<WasmYAML::ElemSection>(Section.get())); in mapping()
48 void writeSectionContent(raw_ostream &OS, WasmYAML::ElemSection &Section);491 WasmYAML::ElemSection &Section) { in writeSectionContent()633 else if (auto S = dyn_cast<WasmYAML::ElemSection>(Sec.get())) in writeWasm()
376 struct ElemSection : Section { struct377 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() function
331 auto ElemSec = std::make_unique<WasmYAML::ElemSection>(); in dump()