Searched refs:ModuleListStream (Results 1 – 3 of 3) sorted by relevance
110 return std::make_unique<ModuleListStream>(); in create()285 void yaml::MappingTraits<ModuleListStream::entry_type>::mapping( in mapping()286 IO &IO, ModuleListStream::entry_type &M) { in mapping()336 static void streamMapping(yaml::IO &IO, ModuleListStream &Stream) { in streamMapping()451 streamMapping(IO, llvm::cast<ModuleListStream>(*S)); in mapping()546 std::vector<ModuleListStream::entry_type> Modules; in create()560 return std::make_unique<ModuleListStream>(std::move(Modules)); in create()
167 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout()221 DataEnd = layout(File, cast<ModuleListStream>(S)); in layout()
113 using ModuleListStream = detail::ListStream<detail::ParsedModule>; variable294 llvm::MinidumpYAML::ModuleListStream::entry_type)302 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ModuleListStream::entry_type)