Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp108 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()
H A DMinidumpEmitter.cpp139 static size_t layout(BlobAllocator &File, MinidumpYAML::Memory64ListStream &S) { in layout()
218 DataEnd = layout(File, cast<Memory64ListStream>(S)); in layout()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h117 struct Memory64ListStream struct
121 explicit Memory64ListStream( argument
298 llvm::MinidumpYAML::Memory64ListStream::entry_type)
304 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::Memory64ListStream::entry_type)