Searched refs:ModuleListStream (Results 1 – 4 of 4) sorted by relevance
107 return std::make_unique<ModuleListStream>(); in create()276 void yaml::MappingTraits<ModuleListStream::entry_type>::mapping( in mapping()277 IO &IO, ModuleListStream::entry_type &M) { in mapping()315 static void streamMapping(yaml::IO &IO, ModuleListStream &Stream) { in streamMapping()420 streamMapping(IO, llvm::cast<ModuleListStream>(*S)); in mapping()501 std::vector<ModuleListStream::entry_type> Modules; in create()515 return std::make_unique<ModuleListStream>(std::move(Modules)); in create()
142 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout()193 DataEnd = layout(File, cast<ModuleListStream>(S)); in layout()
103 using ModuleListStream = detail::ListStream<detail::ParsedModule>; variable269 llvm::MinidumpYAML::ModuleListStream::entry_type)275 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ModuleListStream::entry_type)
951 …UnusedStream = 0,ReservedStream0 = 1,ReservedStream1 = 2,ThreadListStream = 3,ModuleListStream = 4… enumerator