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

References

tools/dsymutil/DwarfLinker.cpp
  621 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr,
  669     RelocationManager &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE,
  731 unsigned DwarfLinker::shouldKeepDIE(RelocationManager &RelocMgr,
  769     RelocationManager &RelocMgr, RangesTy &Ranges, const UnitListTy &Units,
  908 void DwarfLinker::lookForDIEsToKeep(RelocationManager &RelocMgr,
 2294   RelocationManager RelocMgr(*this);
tools/dsymutil/DwarfLinker.h
  146     RelocationManager RelocMgr;
  185   void lookForDIEsToKeep(RelocationManager &RelocMgr, RangesTy &Ranges,
  229   void keepDIEAndDependencies(RelocationManager &RelocMgr, RangesTy &Ranges,
  235   unsigned shouldKeepDIE(RelocationManager &RelocMgr, RangesTy &Ranges,
  242   unsigned shouldKeepVariableDIE(RelocationManager &RelocMgr,
  246   unsigned shouldKeepSubprogramDIE(RelocationManager &RelocMgr,
  262     RelocationManager &RelocMgr;
  271     DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr,