Home
last modified time | relevance | path

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

/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.cpp448 InterCUProcessingStarted = false; in link()
503 InterCUProcessingStarted = true; in link()
594 if (InterCUProcessingStarted != CU.isInterconnectedCU()) in linkSingleCompileUnit()
629 if (!CU.resolveDependenciesAndMarkLiveness(InterCUProcessingStarted, in linkSingleCompileUnit()
640 if (InterCUProcessingStarted) { in linkSingleCompileUnit()
H A DDWARFLinkerImpl.h190 bool InterCUProcessingStarted = false; member
H A DDWARFLinkerCompileUnit.h141 bool InterCUProcessingStarted,
H A DDWARFLinkerCompileUnit.cpp1832 bool InterCUProcessingStarted, std::atomic<bool> &HasNewInterconnectedCUs) { in getAsTypeUnit()
1837 InterCUProcessingStarted, HasNewInterconnectedCUs); in resolveDependenciesAndMarkLiveness()
1835 resolveDependenciesAndMarkLiveness(bool InterCUProcessingStarted,std::atomic<bool> & HasNewInterconnectedCUs) resolveDependenciesAndMarkLiveness() argument