Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h136 struct ProducerEntry { struct
271 std::vector<ProducerEntry> Languages;
272 std::vector<ProducerEntry> Tools;
273 std::vector<ProducerEntry> SDKs;
439 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ProducerEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
520 template <> struct MappingTraits<WasmYAML::ProducerEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
521 static void mapping(IO &IO, WasmYAML::ProducerEntry &ProducerEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp335 void MappingTraits<WasmYAML::ProducerEntry>::mapping( in mapping()
336 IO &IO, WasmYAML::ProducerEntry &ProducerEntry) { in mapping() argument
337 IO.mapRequired("Name", ProducerEntry.Name); in mapping()
338 IO.mapRequired("Version", ProducerEntry.Version); in mapping()