Searched refs:ExportSection (Results 1 – 7 of 7) sorted by relevance
209 struct ExportSection { struct264 LLVM_YAML_IS_SEQUENCE_VECTOR(ExportSection)276 template <> struct MappingTraits<ExportSection> {277 static void mapping(IO &IO, ExportSection &Section) { in mapping()437 ExportSection Section; in NormalizedTBD()706 std::vector<ExportSection> Exports;
391 class ExportSection final : public LinkEditSection {393 ExportSection();851 ExportSection *exports = nullptr;
90 ExportSection *exportSection) in LCDyldInfo()127 ExportSection *exportSection;585 LCExportsTrie(ExportSection *section) : section(section) {} in LCExportsTrie()597 ExportSection *section;1367 in.exports = make<ExportSection>(); in createSyntheticSections()
1043 ExportSection::ExportSection() in ExportSection() function in ExportSection1046 void ExportSection::finalizeContents() { in finalizeContents()1062 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()
137 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) { in sectionMapping()248 Section.reset(new WasmYAML::ExportSection()); in mapping()249 sectionMapping(IO, *cast<WasmYAML::ExportSection>(Section.get())); in mapping()
357 struct ExportSection : Section { struct358 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() function