Searched refs:Memory64ListStream (Results 1 – 3 of 3) sorted by relevance
108 return std::make_unique<Memory64ListStream>(); in create()262 void yaml::MappingTraits<Memory64ListStream::entry_type>::mapping( in mapping()263 IO &IO, Memory64ListStream::entry_type &Mem) { in mapping()324 static void streamMapping(yaml::IO &IO, Memory64ListStream &Stream) { in streamMapping()328 static std::string streamValidate(Memory64ListStream &Stream) { in streamValidate()448 streamMapping(IO, llvm::cast<Memory64ListStream>(*S)); in mapping()474 return streamValidate(cast<Memory64ListStream>(*S)); in validate()533 std::vector<Memory64ListStream::entry_type> Ranges; in create()540 return std::make_unique<Memory64ListStream>(std::move(Ranges)); in create()
139 static size_t layout(BlobAllocator &File, MinidumpYAML::Memory64ListStream &S) { in layout()218 DataEnd = layout(File, cast<Memory64ListStream>(S)); in layout()
117 struct Memory64ListStream struct121 explicit Memory64ListStream( argument298 llvm::MinidumpYAML::Memory64ListStream::entry_type)304 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::Memory64ListStream::entry_type)