Lines Matching refs:CU
441 for (const auto &CU : CUs) { in filterByName() local
442 filterDieNames(CU.get()); in filterByName()
445 DWARFDie CUDie = CU->getUnitDIE(false); in filterByName()
446 DWARFDie CUNonSkeletonDie = CU->getNonSkeletonUnitDIE(false); in filterByName()
471 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie() local
472 if (!CU) in toDie()
475 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie()
477 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
478 if (!CU) in toDie()
482 return CU->getDIEForOffset(CU->getOffset() + *Off); in toDie()
600 for (const auto &CU : DICtx.compile_units()) { in collectObjectSources() local
605 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
606 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources()
612 const char *Name = CU->getUnitDIE().getShortName(); in collectObjectSources()