Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h147 struct MemoryInfoListStream : public Stream { struct
150 MemoryInfoListStream() in MemoryInfoListStream() argument
154 explicit MemoryInfoListStream( in MemoryInfoListStream() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp207 MemoryInfoListStream &InfoList = cast<MemoryInfoListStream>(S); in layout()
H A DMinidumpYAML.cpp104 return std::make_unique<MemoryInfoListStream>(); in create()
316 static void streamMapping(yaml::IO &IO, MemoryInfoListStream &Stream) { in streamMapping()
442 streamMapping(IO, llvm::cast<MemoryInfoListStream>(*S)); in mapping()
513 return std::make_unique<MemoryInfoListStream>(*ExpectedList); in create()