Searched refs:ComdatEntry (Results 1 – 3 of 3) sorted by relevance
177 struct ComdatEntry { struct184 std::vector<ComdatEntry> Entries; argument446 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ComdatEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()566 template <> struct MappingTraits<WasmYAML::ComdatEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()567 static void mapping(IO &IO, WasmYAML::ComdatEntry &ComdatEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
497 void MappingTraits<WasmYAML::ComdatEntry>::mapping( in mapping()498 IO &IO, WasmYAML::ComdatEntry &ComdatEntry) { in mapping() argument499 IO.mapRequired("Kind", ComdatEntry.Kind); in mapping()500 IO.mapRequired("Index", ComdatEntry.Index); in mapping()
269 for (const WasmYAML::ComdatEntry &Entry : C.Entries) { in writeSectionContent()