Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h162 struct SystemInfoStream : public Stream { struct
166 SystemInfoStream() in SystemInfoStream() function
171 explicit SystemInfoStream(const minidump::SystemInfo &Info, in SystemInfoStream() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp206 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout()
H A DMinidumpYAML.cpp111 return std::make_unique<SystemInfoStream>(); in create()
319 static void streamMapping(yaml::IO &IO, SystemInfoStream &Stream) { in streamMapping()
426 streamMapping(IO, llvm::cast<SystemInfoStream>(*S)); in mapping()
527 return std::make_unique<SystemInfoStream>(*ExpectedInfo, in create()