Home
last modified time | relevance | path

Searched refs:Prune (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp275 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h86 bool Prune : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1038 IterListType Prune; in pruneEmptyLists() local
1041 Prune.push_back(I); in pruneEmptyLists()
1043 for (const auto &It : Prune) in pruneEmptyLists()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp281 lookup.Prune(func_list, start_func_idx); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h931 void Prune(SymbolContextList &sc_list, size_t start_idx) const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp459 lookup_info.Prune(sc_list, old_size); in FindFunctions()
486 lookup_info.Prune(sc_list, old_size); in FindFunctionSymbols()
H A DModule.cpp765 void Module::LookupInfo::Prune(SymbolContextList &sc_list, in Prune() function in Module::LookupInfo
854 lookup_info.Prune(sc_list, old_size); in FindFunctions()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td997 HelpText<"Prune the incremental LTO cache after <seconds> (-1 disables pruning)">,