Searched refs:ThreadListStream (Results 1 – 3 of 3) sorted by relevance
118 return std::make_unique<ThreadListStream>(); in create()387 void yaml::MappingTraits<ThreadListStream::entry_type>::mapping( in mapping()388 IO &IO, ThreadListStream::entry_type &T) { in mapping()398 static void streamMapping(yaml::IO &IO, ThreadListStream &Stream) { in streamMapping()463 streamMapping(IO, llvm::cast<ThreadListStream>(*S)); in mapping()582 std::vector<ThreadListStream::entry_type> Threads; in create()592 return std::make_unique<ThreadListStream>(std::move(Threads)); in create()
174 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout()244 DataEnd = layout(File, cast<ThreadListStream>(S)); in layout()
114 using ThreadListStream = detail::ListStream<detail::ParsedThread>; variable296 llvm::MinidumpYAML::ThreadListStream::entry_type)303 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ThreadListStream::entry_type)