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