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

References

tools/llvm-dwp/llvm-dwp.cpp
  419   if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents))
  433           (CurEntry.Contributions[Index].Length = Contents.size());
  438       InfoSection = Contents;
  441       AbbrevSection = Contents;
  450     CurStrOffsetSection = Contents;
  452     CurStrSection = Contents;
  454     CurTypesSection.push_back(Contents);
  456     CurCUIndexSection = Contents;
  458     CurTUIndexSection = Contents;
  461     Out.EmitBytes(Contents);