Lines Matching refs:CUIndex
194 size_t CUIndex = 0; in updateDebugInfo() local
198 LocListWritersByCU[CUIndex] = in updateDebugInfo()
211 LocListWritersByCU[CUIndex] = std::make_unique<DebugLocWriter>(); in updateDebugInfo()
222 ++CUIndex; in updateDebugInfo()
256 auto processUnitDIE = [&](size_t CUIndex, DWARFUnit *Unit) { in updateDebugInfo() argument
312 auto LocListWriterIter = LocListWritersByCU.find(CUIndex); in updateDebugInfo()
331 CUIndex = 0; in updateDebugInfo()
334 processUnitDIE(CUIndex++, CU.get()); in updateDebugInfo()
339 ThreadPool.async(processUnitDIE, CUIndex, CU.get()); in updateDebugInfo()
340 CUIndex++; in updateDebugInfo()
1378 const DWARFUnitIndex *CUIndex = nullptr; in writeDWP() local
1382 CUIndex = &DWOCtx->getCUIndex(); in writeDWP()
1384 IsDWP = !CUIndex->getRows().empty(); in writeDWP()
1423 CUDWOEntry = CUIndex->getFromHash(*DWOId); in writeDWP()
1547 const DWARFUnitIndex *CUIndex = nullptr; in writeDWOFiles() local
1551 CUIndex = &DWOCtx->getCUIndex(); in writeDWOFiles()
1553 IsDWP = !CUIndex->getRows().empty(); in writeDWOFiles()
1578 CUDWOEntry = CUIndex->getFromHash(*DWOId); in writeDWOFiles()
1741 const uint32_t CUIndex = OffsetToIndexMap[CURangesPair.first]; in updateGdbIndexSection() local
1746 write32le(Buffer + 16, CUIndex); in updateGdbIndexSection()