Searched refs:Prune (Results 1 – 11 of 11) sorted by relevance
275 Info.Prune &= (Die.getTag() == dwarf::DW_TAG_module) || in updatePruning()282 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in updatePruning()284 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 && in updatePruning()287 return Info.Prune; in updatePruning()293 Info.Prune &= ChildInfo.Prune; in updateChildPruning()368 Info.Prune = Current.InImportedModule; in analyzeContextInfo()661 if (ChildInfo.Incomplete || ChildInfo.Prune) in updateChildIncompleteness()788 Info.Prune = false; in lookForRefDIEsToKeep()888 if (MyInfo.Prune) { in lookForDIEsToKeep()892 MyInfo.Prune = false; in lookForDIEsToKeep()
86 bool Prune : 1; member
1038 IterListType Prune; in pruneEmptyLists() local1041 Prune.push_back(I); in pruneEmptyLists()1043 for (const auto &It : Prune) in pruneEmptyLists()
281 lookup.Prune(func_list, start_func_idx); in SearchCallback()
931 void Prune(SymbolContextList &sc_list, size_t start_idx) const;
459 lookup_info.Prune(sc_list, old_size); in FindFunctions()486 lookup_info.Prune(sc_list, old_size); in FindFunctionSymbols()
765 void Module::LookupInfo::Prune(SymbolContextList &sc_list, in Prune() function in Module::LookupInfo854 lookup_info.Prune(sc_list, old_size); in FindFunctions()
997 HelpText<"Prune the incremental LTO cache after <seconds> (-1 disables pruning)">,