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

References

tools/dsymutil/CompileUnit.cpp
   40     I.Keep = !I.Prune;
tools/dsymutil/DwarfLinker.cpp
  332   Info.Prune = InImportedModule;
  335       Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext,
  343   Info.Prune &= (DIE.getTag() == dwarf::DW_TAG_module) ||
  350     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
  352     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 &&
  355   return Info.Prune;
  831         Info.Prune = false;
  890   if (ChildInfo.Incomplete || ChildInfo.Prune)
  934     if (MyInfo.Prune)