Searched defs:ProducersSection (Results 1 – 2 of 2) sorted by relevance
263 struct ProducersSection : CustomSection { struct264 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument266 static bool classof(const Section *S) { in classof()271 std::vector<ProducerEntry> Languages;272 std::vector<ProducerEntry> Tools;273 std::vector<ProducerEntry> SDKs;
225 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon335a907b0111::WasmObjectWriter