Searched refs:ProducerEntry (Results 1 – 3 of 3) sorted by relevance
132 struct ProducerEntry { struct253 std::vector<ProducerEntry> Languages;254 std::vector<ProducerEntry> Tools;255 std::vector<ProducerEntry> SDKs;421 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ProducerEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()501 template <> struct MappingTraits<WasmYAML::ProducerEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()502 static void mapping(IO &IO, WasmYAML::ProducerEntry &ProducerEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
331 void MappingTraits<WasmYAML::ProducerEntry>::mapping( in mapping()332 IO &IO, WasmYAML::ProducerEntry &ProducerEntry) { in mapping() argument333 IO.mapRequired("Name", ProducerEntry.Name); in mapping()334 IO.mapRequired("Version", ProducerEntry.Version); in mapping()
156 WasmYAML::ProducerEntry Producer; in dumpCustomSection()162 WasmYAML::ProducerEntry Producer; in dumpCustomSection()168 WasmYAML::ProducerEntry Producer; in dumpCustomSection()