reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/MinidumpYAML.cpp
  402   if (IO.outputting())
  404   IO.mapRequired("Type", Type);
  406   if (!IO.outputting())
  410     streamMapping(IO, llvm::cast<MinidumpYAML::ExceptionStream>(*S));
  413     streamMapping(IO, llvm::cast<MemoryInfoListStream>(*S));
  416     streamMapping(IO, llvm::cast<MemoryListStream>(*S));
  419     streamMapping(IO, llvm::cast<ModuleListStream>(*S));
  422     streamMapping(IO, llvm::cast<RawContentStream>(*S));
  425     streamMapping(IO, llvm::cast<SystemInfoStream>(*S));
  428     streamMapping(IO, llvm::cast<TextContentStream>(*S));
  431     streamMapping(IO, llvm::cast<ThreadListStream>(*S));