Searched refs:ComdatEntry (Results 1 – 3 of 3) sorted by relevance
176 struct ComdatEntry { struct183 std::vector<ComdatEntry> Entries; argument444 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ComdatEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()564 template <> struct MappingTraits<WasmYAML::ComdatEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()565 static void mapping(IO &IO, WasmYAML::ComdatEntry &ComdatEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
495 void MappingTraits<WasmYAML::ComdatEntry>::mapping( in mapping()496 IO &IO, WasmYAML::ComdatEntry &ComdatEntry) { in mapping() argument497 IO.mapRequired("Kind", ComdatEntry.Kind); in mapping()498 IO.mapRequired("Index", ComdatEntry.Index); in mapping()
261 for (const WasmYAML::ComdatEntry &Entry : C.Entries) { in writeSectionContent()