Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h128 struct MemoryInfoListStream : public Stream { struct
131 MemoryInfoListStream() in MemoryInfoListStream() argument
135 explicit MemoryInfoListStream( in MemoryInfoListStream() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp182 MemoryInfoListStream &InfoList = cast<MemoryInfoListStream>(S); in layout()
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()