Searched refs:MemoryListStream (Results 1 – 3 of 3) sorted by relevance
105 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()
139 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout()191 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout()
105 using MemoryListStream = detail::ListStream<detail::ParsedMemoryDescriptor>; variable267 llvm::MinidumpYAML::MemoryListStream::entry_type)274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::MemoryListStream::entry_type)