Searched defs:ProducersSection (Results 1 – 2 of 2) sorted by relevance
245 struct ProducersSection : CustomSection { struct246 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument248 static bool classof(const Section *S) { in classof()253 std::vector<ProducerEntry> Languages;254 std::vector<ProducerEntry> Tools;255 std::vector<ProducerEntry> SDKs;
207 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon668be8e60111::WasmObjectWriter