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

References

lib/ObjectYAML/MinidumpEmitter.cpp
  149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) {
  216     DataEnd = layout(File, cast<ThreadListStream>(S));
lib/ObjectYAML/MinidumpYAML.cpp
  115     return std::make_unique<ThreadListStream>();
  359     IO &IO, ThreadListStream::entry_type &T) {
  369 static void streamMapping(yaml::IO &IO, ThreadListStream &Stream) {
  431     streamMapping(IO, llvm::cast<ThreadListStream>(*S));
  536     std::vector<ThreadListStream::entry_type> Threads;
  546     return std::make_unique<ThreadListStream>(std::move(Threads));