Searched refs:ExportSection (Results 1 – 15 of 15) sorted by relevance
230 class ExportSection : public SyntheticSection {232 ExportSection() : SyntheticSection(llvm::wasm::WASM_SEC_EXPORT) {} in ExportSection() function362 ExportSection *exportSec;
366 void ExportSection::writeBody() { in writeBody()
1208 out.exportSec = make<ExportSection>(); in createSyntheticSections()
377 class ExportSection : public LinkEditSection {379 ExportSection();484 ExportSection *exports = nullptr;
558 ExportSection::ExportSection() in ExportSection() function in ExportSection561 void ExportSection::finalizeContents() { in finalizeContents()573 void ExportSection::writeTo(uint8_t *buf) const { trieBuilder.writeTo(buf); } in writeTo()
73 ExportSection *exportSection) in LCDyldInfo()110 ExportSection *exportSection;743 in.exports = make<ExportSection>(); in createSyntheticSections()
209 struct ExportSection { struct274 LLVM_YAML_IS_SEQUENCE_VECTOR(ExportSection)286 template <> struct MappingTraits<ExportSection> {287 static void mapping(IO &IO, ExportSection &Section) { in mapping()476 ExportSection Section; in NormalizedTBD()744 std::vector<ExportSection> Exports;
209 struct ExportSection { struct274 LLVM_YAML_IS_SEQUENCE_VECTOR(ExportSection)286 template <> struct MappingTraits<ExportSection> {287 static void mapping(IO &IO, ExportSection &Section) { in mapping()473 ExportSection Section; in NormalizedTBD()741 std::vector<ExportSection> Exports;
46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section);387 WasmYAML::ExportSection &Section) { in writeSectionContent()578 else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) in writeWasm()
131 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) { in sectionMapping()242 Section.reset(new WasmYAML::ExportSection()); in mapping()243 sectionMapping(IO, *cast<WasmYAML::ExportSection>(Section.get())); in mapping()
46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section);403 WasmYAML::ExportSection &Section) { in writeSectionContent()604 else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) in writeWasm()
132 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) { in sectionMapping()243 Section.reset(new WasmYAML::ExportSection()); in mapping()244 sectionMapping(IO, *cast<WasmYAML::ExportSection>(Section.get())); in mapping()
336 struct ExportSection : Section { struct337 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() function
332 struct ExportSection : Section { struct333 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() argument
313 auto ExportSec = std::make_unique<WasmYAML::ExportSection>(); in dump()