Home
last modified time | relevance | path

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

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