Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp61 if (!ChildInfo.getKeep() && isLiveSubprogramEntry(UnitEntryPairTy( in verifyKeepChain()
148 IsLiveChild = isLiveSubprogramEntry(ChildEntry); in collectRootsToKeep()
159 IsLiveChild = isLiveSubprogramEntry(ChildEntry); in collectRootsToKeep()
770 bool DependencyTracker::isLiveSubprogramEntry(const UnitEntryPairTy &Entry) { in isLiveSubprogramEntry() function in DependencyTracker
H A DDependencyTracker.h221 static bool isLiveSubprogramEntry(const UnitEntryPairTy &Entry);