Searched refs:ProducerEntry (Results 1 – 3 of 3) sorted by relevance
136 struct ProducerEntry { struct270 std::vector<ProducerEntry> Languages;271 std::vector<ProducerEntry> Tools;272 std::vector<ProducerEntry> SDKs;438 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ProducerEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()519 template <> struct MappingTraits<WasmYAML::ProducerEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()520 static void mapping(IO &IO, WasmYAML::ProducerEntry &ProducerEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
333 void MappingTraits<WasmYAML::ProducerEntry>::mapping( in mapping()334 IO &IO, WasmYAML::ProducerEntry &ProducerEntry) { in mapping() argument335 IO.mapRequired("Name", ProducerEntry.Name); in mapping()336 IO.mapRequired("Version", ProducerEntry.Version); in mapping()
160 WasmYAML::ProducerEntry Producer; in dumpCustomSection()166 WasmYAML::ProducerEntry Producer; in dumpCustomSection()172 WasmYAML::ProducerEntry Producer; in dumpCustomSection()