Searched refs:ComdatEntry (Results 1 – 3 of 3) sorted by relevance
172 struct ComdatEntry { struct179 std::vector<ComdatEntry> Entries; argument426 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ComdatEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()545 template <> struct MappingTraits<WasmYAML::ComdatEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()546 static void mapping(IO &IO, WasmYAML::ComdatEntry &ComdatEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
488 void MappingTraits<WasmYAML::ComdatEntry>::mapping( in mapping()489 IO &IO, WasmYAML::ComdatEntry &ComdatEntry) { in mapping() argument490 IO.mapRequired("Kind", ComdatEntry.Kind); in mapping()491 IO.mapRequired("Index", ComdatEntry.Index); in mapping()
248 for (const WasmYAML::ComdatEntry &Entry : C.Entries) { in writeSectionContent()