Searched refs:InterCUProcessingStarted (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DependencyTracker.h | 42 bool InterCUProcessingStarted, 225 bool markCollectedLiveRootsAsKept(bool InterCUProcessingStarted, 232 bool InterCUProcessingStarted, 245 bool InterCUProcessingStarted,
|
H A D | DependencyTracker.cpp | 109 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 D | DWARFLinkerImpl.cpp | 448 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 D | DWARFLinkerImpl.h | 190 bool InterCUProcessingStarted = false; member
|
H A D | DWARFLinkerCompileUnit.h | 141 bool InterCUProcessingStarted,
|
H A D | DWARFLinkerCompileUnit.cpp | 1832 bool InterCUProcessingStarted, std::atomic<bool> &HasNewInterconnectedCUs) { in getAsTypeUnit() 1837 InterCUProcessingStarted, HasNewInterconnectedCUs); in resolveDependenciesAndMarkLiveness() 1835 resolveDependenciesAndMarkLiveness(bool InterCUProcessingStarted,std::atomic<bool> & HasNewInterconnectedCUs) resolveDependenciesAndMarkLiveness() argument
|