Searched refs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance
123 struct WasmCustomSection { struct131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function206 std::vector<WasmCustomSection> CustomSections;207 std::unique_ptr<WasmCustomSection> ProducersSection;208 std::unique_ptr<WasmCustomSection> TargetFeaturesSection;329 void writeCustomSection(WasmCustomSection &CustomSection,1173 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()1473 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()1478 std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()