Lines Matching defs:CU
35 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) {
36 LineTable = DICtx.getLineTableForUnit(CU);
37 CompDir = CU->getCompilationDir();
41 DWARFDie Die = CU->getUnitDIE();
43 AddrSize = CU->getAddressByteSize();
63 /// two and caches and DWARF CU file index that has already been converted so
645 for (const auto &CU : DICtx.compile_units()) {
646 DWARFDie Die = getDie(*CU);
647 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get()));
658 for (const auto &CU : DICtx.compile_units())
659 CU->getAbbreviations();
664 for (const auto &CU : DICtx.compile_units())
665 pool.async([&CU]() { CU->getUnitDIE(false /*CUDieOnly*/); });
670 for (const auto &CU : DICtx.compile_units()) {
671 DWARFDie Die = getDie(*CU);
673 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get()));