Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h42 bool InterCUProcessingStarted,
225 bool markCollectedLiveRootsAsKept(bool InterCUProcessingStarted,
232 bool InterCUProcessingStarted,
245 bool InterCUProcessingStarted,
H A DDependencyTracker.cpp109 bool InterCUProcessingStarted, std::atomic<bool> &HasNewInterconnectedCUs) { in resolveDependenciesAndMarkLiveness() argument
119 return markCollectedLiveRootsAsKept(InterCUProcessingStarted, in resolveDependenciesAndMarkLiveness()
226 bool InterCUProcessingStarted, std::atomic<bool> &HasNewInterconnectedCUs) { in markCollectedLiveRootsAsKept() argument
234 Root.getRootEntry(), InterCUProcessingStarted, in markCollectedLiveRootsAsKept()
430 const UnitEntryPairTy &Entry, bool InterCUProcessingStarted, in markDIEEntryAsKeptRec() argument
462 InterCUProcessingStarted, in markDIEEntryAsKeptRec()
530 InterCUProcessingStarted, HasNewInterconnectedCUs)) in markDIEEntryAsKeptRec()
557 InterCUProcessingStarted, HasNewInterconnectedCUs)) in markDIEEntryAsKeptRec()
614 const UnitEntryPairTy &Entry, bool InterCUProcessingStarted, in maybeAddReferencedRoots() argument
638 Val, InterCUProcessingStarted in maybeAddReferencedRoots()
[all …]
H A DDWARFLinkerImpl.cpp450 InterCUProcessingStarted = false; in link()
505 InterCUProcessingStarted = true; in link()
596 if (InterCUProcessingStarted != CU.isInterconnectedCU()) in linkSingleCompileUnit()
631 if (!CU.resolveDependenciesAndMarkLiveness(InterCUProcessingStarted, in linkSingleCompileUnit()
642 if (InterCUProcessingStarted) { in linkSingleCompileUnit()
H A DDWARFLinkerImpl.h191 bool InterCUProcessingStarted = false; member
H A DDWARFLinkerCompileUnit.h141 bool InterCUProcessingStarted,
H A DDWARFLinkerCompileUnit.cpp1833 bool InterCUProcessingStarted, std::atomic<bool> &HasNewInterconnectedCUs) { in resolveDependenciesAndMarkLiveness() argument
1838 InterCUProcessingStarted, HasNewInterconnectedCUs); in resolveDependenciesAndMarkLiveness()