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

References

tools/llvm-dwp/llvm-dwp.cpp
  230     Entry.Contributions[0] = {};
  232       auto &C = Entry.Contributions[Kind - DW_SECT_INFO];
  237     auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO];
  239         C.Offset - TUEntry.Contributions[DW_SECT_TYPES - DW_SECT_INFO].Offset,
  258       Entry.Contributions[0] = {};
  259       auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO];
  286     for (size_t i = 0; i != array_lengthof(E.second.Contributions); ++i)
  288         Out.EmitIntValue(E.second.Contributions[i].*Field, 4);
  431       CurEntry.Contributions[Index].Offset = ContributionOffsets[Index];
  433           (CurEntry.Contributions[Index].Length = Contents.size());
  609         auto &C = NewEntry.Contributions[Kind - DW_SECT_INFO];