Lines Matching defs:cu_sp
752 auto cu_sp = GetCompileUnitContainsAddress(so_addr);
753 if (!cu_sp) {
759 sc.comp_unit = cu_sp.get();
761 lldbassert(sc.module_sp == cu_sp->GetModule());
1636 auto cu_sp = ParseCompileUnitAtIndex(cu_idx);
1637 if (cu_sp) {
1638 if (auto compiland_up = GetPDBCompilandByUID(cu_sp->GetID()))
1746 auto cu_sp = std::make_shared<CompileUnit>(m_objfile_sp->GetModule(), nullptr,
1749 if (!cu_sp)
1752 m_comp_units.insert(std::make_pair(id, cu_sp));
1756 SetCompileUnitAtIndex(index, cu_sp);
1757 return cu_sp;