Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp105 return std::make_unique<MemoryListStream>(); in create()
301 void yaml::MappingTraits<MemoryListStream::entry_type>::mapping( in mapping()
302 IO &IO, MemoryListStream::entry_type &Range) { in mapping()
311 static void streamMapping(yaml::IO &IO, MemoryListStream &Stream) { in streamMapping()
417 streamMapping(IO, llvm::cast<MemoryListStream>(*S)); in mapping()
488 std::vector<MemoryListStream::entry_type> Ranges; in create()
495 return std::make_unique<MemoryListStream>(std::move(Ranges)); in create()
DMinidumpEmitter.cpp138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout()
190 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h105 using MemoryListStream = detail::ListStream<detail::ParsedMemoryDescriptor>; variable
267 llvm::MinidumpYAML::MemoryListStream::entry_type)
274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::MemoryListStream::entry_type)
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h951 …rvedStream0 = 1,ReservedStream1 = 2,ThreadListStream = 3,ModuleListStream = 4,MemoryListStream = 5, enumerator