Searched refs:ThreadListStream (Results 1 – 4 of 4) sorted by relevance
115 return std::make_unique<ThreadListStream>(); in create()359 void yaml::MappingTraits<ThreadListStream::entry_type>::mapping( in mapping()360 IO &IO, ThreadListStream::entry_type &T) { in mapping()370 static void streamMapping(yaml::IO &IO, ThreadListStream &Stream) { in streamMapping()432 streamMapping(IO, llvm::cast<ThreadListStream>(*S)); in mapping()537 std::vector<ThreadListStream::entry_type> Threads; in create()547 return std::make_unique<ThreadListStream>(std::move(Threads)); in create()
149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout()216 DataEnd = layout(File, cast<ThreadListStream>(S)); in layout()
104 using ThreadListStream = detail::ListStream<detail::ParsedThread>; variable271 llvm::MinidumpYAML::ThreadListStream::entry_type)276 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ThreadListStream::entry_type)
951 …UnusedStream = 0,ReservedStream0 = 1,ReservedStream1 = 2,ThreadListStream = 3,ModuleListStream = 4… enumerator