Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h60 bool isInterconnectedCU() const { return IsInterconnectedCU; } in isInterconnectedCU() function
H A DDWARFLinkerImpl.cpp510 if (CU->isInterconnectedCU()) { in link()
539 if (CU->isInterconnectedCU() && in link()
594 if (InterCUProcessingStarted != CU.isInterconnectedCU()) in linkSingleCompileUnit()