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

References

lib/ObjectYAML/MinidumpYAML.cpp
  403     Type = S->Type;
  407     S = MinidumpYAML::Stream::create(Type);
  408   switch (S->Kind) {
  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));