Searched defs:ProducersSection (Results 1 – 2 of 2) sorted by relevance
265 struct ProducersSection : CustomSection { struct266 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument268 static bool classof(const Section *S) { in classof()273 std::vector<ProducerEntry> Languages;274 std::vector<ProducerEntry> Tools;275 std::vector<ProducerEntry> SDKs;
224 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon335a907b0111::WasmObjectWriter