Home | History | Annotate | Download | only in dsymutil

Lines Matching defs:Prune

195     bool Prune : 1;     ///< Is this a pure forward declaration we can strip?
396 I.Keep = !I.Prune;
1802 Info.Prune = InImportedModule;
1806 Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext,
1809 // Prune this DIE if it is either a forward declaration inside a
1812 Info.Prune &= (DIE->getTag() == dwarf::DW_TAG_module) ||
1816 // Don't prune it if there is no definition for the DIE.
1817 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
1819 return Info.Prune;
2257 Info.Prune = false;
2285 if (MyInfo.Prune)