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.cpp509 if (CU->isInterconnectedCU()) { in link()
538 if (CU->isInterconnectedCU() && in link()
593 if (InterCUProcessingStarted != CU.isInterconnectedCU()) in linkSingleCompileUnit()