Home
last modified time | relevance | path

Searched refs:ThreadListStream (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp115 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()
DMinidumpEmitter.cpp149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout()
216 DataEnd = layout(File, cast<ThreadListStream>(S)); in layout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h104 using ThreadListStream = detail::ListStream<detail::ParsedThread>; variable
271 llvm::MinidumpYAML::ThreadListStream::entry_type)
276 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ThreadListStream::entry_type)
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h951 …UnusedStream = 0,ReservedStream0 = 1,ReservedStream1 = 2,ThreadListStream = 3,ModuleListStream = 4… enumerator