Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h128 struct MemoryInfoListStream : public Stream { struct
131 MemoryInfoListStream() in MemoryInfoListStream() argument
135 explicit MemoryInfoListStream( in MemoryInfoListStream() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp182 MemoryInfoListStream &InfoList = cast<MemoryInfoListStream>(S); in layout()
H A DMinidumpYAML.cpp103 return std::make_unique<MemoryInfoListStream>(); in create()
307 static void streamMapping(yaml::IO &IO, MemoryInfoListStream &Stream) { in streamMapping()
414 streamMapping(IO, llvm::cast<MemoryInfoListStream>(*S)); in mapping()
480 return std::make_unique<MemoryInfoListStream>(*ExpectedList); in create()