Searched refs:ComdatEntry (Results 1 – 4 of 4) sorted by relevance
149 struct ComdatEntry { struct156 std::vector<ComdatEntry> Entries; argument340 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ComdatEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()446 template <> struct MappingTraits<WasmYAML::ComdatEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()447 static void mapping(IO &IO, WasmYAML::ComdatEntry &ComdatEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
380 void MappingTraits<WasmYAML::ComdatEntry>::mapping( in mapping()381 IO &IO, WasmYAML::ComdatEntry &ComdatEntry) { in mapping() argument382 IO.mapRequired("Kind", ComdatEntry.Kind); in mapping()383 IO.mapRequired("Index", ComdatEntry.Index); in mapping()
73 WasmYAML::ComdatEntry{wasm::WASM_COMDAT_FUNCTION, Func.Index}); in dumpCustomSection()89 WasmYAML::ComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in dumpCustomSection()
210 for (const WasmYAML::ComdatEntry &Entry : C.Entries) { in writeSectionContent()