Searched defs:ProducersSection (Results 1 – 4 of 4) sorted by relevance
238 struct ProducersSection : CustomSection { struct239 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument241 static bool classof(const Section *S) { in classof()246 std::vector<ProducerEntry> Languages;247 std::vector<ProducerEntry> Tools;248 std::vector<ProducerEntry> SDKs;
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;
242 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anonc57c95f50111::WasmObjectWriter
226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anone567783b0111::WasmObjectWriter