Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A 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()
H A DMinidumpEmitter.cpp139 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout()
191 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A 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)