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

/openbsd-current/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h136 struct ProducerEntry { struct in namespace:llvm::WasmYAML
270 std::vector<ProducerEntry> Languages;
271 std::vector<ProducerEntry> Tools;
272 std::vector<ProducerEntry> SDKs;
438 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ProducerEntry)
519 template <> struct MappingTraits<WasmYAML::ProducerEntry> {
520 static void mapping(IO &IO, WasmYAML::ProducerEntry &ProducerEntry);
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp333 void MappingTraits<WasmYAML::ProducerEntry>::mapping( argument
334 IO &IO, WasmYAML::ProducerEntry &ProducerEntry) {
335 IO.mapRequired("Name", ProducerEntry.Name);
336 IO.mapRequired("Version", ProducerEntry.Version);
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp160 WasmYAML::ProducerEntry Producer;
166 WasmYAML::ProducerEntry Producer;
172 WasmYAML::ProducerEntry Producer;

Completed in 277 milliseconds