Searched refs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance
119 struct WasmCustomSection { struct127 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function223 std::vector<WasmCustomSection> CustomSections;224 std::unique_ptr<WasmCustomSection> ProducersSection;225 std::unique_ptr<WasmCustomSection> TargetFeaturesSection;345 void writeCustomSection(WasmCustomSection &CustomSection,1215 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()1526 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()1531 std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()