Searched refs:ExportSection (Results 1 – 5 of 5) sorted by relevance
40 int writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section);320 WasmYAML::ExportSection &Section) { in writeSectionContent()513 } else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) { in writeWasm()
103 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) { in sectionMapping()192 Section.reset(new WasmYAML::ExportSection()); in mapping()193 sectionMapping(IO, *cast<WasmYAML::ExportSection>(Section.get())); in mapping()
265 struct ExportSection : Section { struct266 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() argument
158 bool ExportSection(COFFSection const *S);512 bool WinCOFFObjectWriter::ExportSection(COFFSection const *S) { in ExportSection() function in WinCOFFObjectWriter
234 auto ExportSec = make_unique<WasmYAML::ExportSection>(); in dump()