Searched refs:ExportSection (Results 1 – 11 of 11) sorted by relevance
311 class ExportSection : public SyntheticSection {313 ExportSection() : SyntheticSection(llvm::wasm::WASM_SEC_EXPORT) {}442 ExportSection *exportSec;
528 void ExportSection::writeBody() { in writeBody()
1528 out.exportSec = 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()741 std::vector<ExportSection> Exports;
376 class ExportSection final : public LinkEditSection {378 ExportSection();800 ExportSection *exports = nullptr;
91 ExportSection *exportSection) in LCDyldInfo()128 ExportSection *exportSection;586 LCExportsTrie(ExportSection *section) : section(section) {} in LCExportsTrie()598 ExportSection *section;1343 in.exports = make<ExportSection>(); in createSyntheticSections()
970 ExportSection::ExportSection() in ExportSection() function in ExportSection973 void ExportSection::finalizeContents() { in finalizeContents()986 void ExportSection::writeTo(uint8_t *buf) const { trieBuilder.writeTo(buf); } in writeTo()
46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section);429 WasmYAML::ExportSection &Section) { in writeSectionContent()629 else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) in writeWasm()
135 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) { in sectionMapping()246 Section.reset(new WasmYAML::ExportSection()); in mapping()247 sectionMapping(IO, *cast<WasmYAML::ExportSection>(Section.get())); in mapping()
356 struct ExportSection : Section { struct357 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() argument
319 auto ExportSec = std::make_unique<WasmYAML::ExportSection>(); in dump()