Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp514 bool ChildIsTypeTableCandidate = isTypeTableCandidate(CurChild); in markDIEEntryAsKeptRec() local
517 if (isLiveAction(Action) && ChildIsTypeTableCandidate) in markDIEEntryAsKeptRec()
521 if (isTypeAction(Action) && !ChildIsTypeTableCandidate) in markDIEEntryAsKeptRec()