Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp144 bool IsLiveChild = false; in collectRootsToKeep() local
148 IsLiveChild = isLiveSubprogramEntry(ChildEntry); in collectRootsToKeep()
152 if (IsLiveChild || (IsLiveParent && ChildInfo.getHasAnAddress())) { in collectRootsToKeep()
159 IsLiveChild = isLiveSubprogramEntry(ChildEntry); in collectRootsToKeep()
162 if (IsLiveChild) { in collectRootsToKeep()
175 IsLiveChild = isLiveVariableEntry(ChildEntry, IsLiveParent); in collectRootsToKeep()
178 if (IsLiveChild) { in collectRootsToKeep()
221 collectRootsToKeep(ChildEntry, ReferencedBy, IsLiveChild || IsLiveParent); in collectRootsToKeep()