Home | History | Annotate | Download | only in DWARF

Lines Matching full:cu_sp

902     CompUnitSP cu_sp;
909 cu_sp = comp_unit->shared_from_this();
916 cu_sp = m_debug_map_symfile->GetCompileUnit(this);
917 dwarf_cu->SetUserData(cu_sp.get());
956 cu_sp.reset(new CompileUnit (module_sp,
961 if (cu_sp)
963 dwarf_cu->SetUserData(cu_sp.get());
969 m_obj_file->GetModule()->GetSymbolVendor()->SetCompileUnitAtIndex(cu_idx, cu_sp);
977 return cu_sp;
992 CompUnitSP cu_sp;
998 cu_sp = ParseCompileUnit(dwarf_cu, cu_idx);
1000 return cu_sp;
2245 DWARFCompileUnitSP cu_sp;
2246 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(type_uid, &cu_sp);
2248 return GetClangDeclContextContainingDIE (cu_sp.get(), die, NULL);
2269 DWARFCompileUnitSP cu_sp;
2270 const DWARFDebugInfoEntry* type_die = debug_info->GetDIEPtr(type_uid, &cu_sp);
2272 return ResolveTypeUID (cu_sp.get(), type_die, assert_not_being_parsed);
4513 DWARFCompileUnitSP cu_sp;
4514 const DWARFDebugInfoEntry* die = DebugInfo()->GetDIEPtr(die_offset, &cu_sp);
4515 return GetClangDeclContextContainingDIE (cu_sp.get(), die, NULL);
4528 DWARFCompileUnitSP cu_sp;
4529 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(die_offset, &cu_sp);
4531 return GetClangDeclContextForDIE (sc, cu_sp.get(), die);