Lines Matching defs:CU
38 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) {
39 LineTable = DICtx.getLineTableForUnit(CU);
40 CompDir = CU->getCompilationDir();
44 DWARFDie Die = CU->getUnitDIE();
46 AddrSize = CU->getAddressByteSize();
66 /// two and caches and DWARF CU file index that has already been converted so
586 for (const auto &CU : DICtx.compile_units()) {
587 DWARFDie Die = getDie(*CU);
588 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get()));
599 for (const auto &CU : DICtx.compile_units())
600 CU->getAbbreviations();
605 for (const auto &CU : DICtx.compile_units())
606 pool.async([&CU]() { CU->getUnitDIE(false /*CUDieOnly*/); });
611 for (const auto &CU : DICtx.compile_units()) {
612 DWARFDie Die = getDie(*CU);
614 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get()));