Searched defs:ProducersSection (Results 1 – 2 of 2) sorted by relevance
262 struct ProducersSection : CustomSection { struct263 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument265 static bool classof(const Section *S) { in classof()270 std::vector<ProducerEntry> Languages;271 std::vector<ProducerEntry> Tools;272 std::vector<ProducerEntry> SDKs;
226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anonfb1f8c320111::WasmObjectWriter