Home
last modified time | relevance | path

Searched refs:ProducerEntry (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h136 struct ProducerEntry { struct
270 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()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp333 void MappingTraits<WasmYAML::ProducerEntry>::mapping( in mapping()
334 IO &IO, WasmYAML::ProducerEntry &ProducerEntry) { in mapping() argument
335 IO.mapRequired("Name", ProducerEntry.Name); in mapping()
336 IO.mapRequired("Version", ProducerEntry.Version); in mapping()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp160 WasmYAML::ProducerEntry Producer; in dumpCustomSection()
166 WasmYAML::ProducerEntry Producer; in dumpCustomSection()
172 WasmYAML::ProducerEntry Producer; in dumpCustomSection()