Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h217 static bool isLiveVariableEntry(const UnitEntryPairTy &Entry,
H A DDependencyTracker.cpp175 IsLiveChild = isLiveVariableEntry(ChildEntry, IsLiveParent); in collectRootsToKeep()
725 bool DependencyTracker::isLiveVariableEntry(const UnitEntryPairTy &Entry, in isLiveVariableEntry() function in DependencyTracker