Searched refs:IsLiveChild (Results 1 – 1 of 1) sorted by relevance
144 bool IsLiveChild = false; in collectRootsToKeep() local148 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()