Lines Matching refs:GetDIEPtr
2246 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(type_uid, &cu_sp); in GetClangDeclContextContainingTypeUID()
2270 const DWARFDebugInfoEntry* type_die = debug_info->GetDIEPtr(type_uid, &cu_sp); in ResolveTypeUID()
4514 const DWARFDebugInfoEntry* die = DebugInfo()->GetDIEPtr(die_offset, &cu_sp); in GetClangDeclContextContainingDIEOffset()
4529 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(die_offset, &cu_sp); in GetClangDeclContextForDIEOffset()
5822 … DWARFDebugInfoEntry* encoding_die = dwarf_cu->GetDIEPtr(encoding_uid); in ParseType()
6594 … class_type_die = class_symfile->DebugInfo()->GetDIEPtr(class_type->GetID(), &class_type_cu_sp); in ParseType()
6599 … class_type_die = DebugInfo()->GetDIEPtr(class_type->GetID(), &class_type_cu_sp); in ParseType()
6637 …const DWARFDebugInfoEntry* spec_die = DebugInfo()->GetDIEPtr(specification_die_offset, &spec_cu_sp… in ParseType()
6660 …const DWARFDebugInfoEntry* abs_die = DebugInfo()->GetDIEPtr(abstract_origin_die_offset, &abs_cu_sp… in ParseType()
7071 const DWARFDebugInfoEntry *function_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseFunctionBlocks()
7094 const DWARFDebugInfoEntry *func_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseTypes()
7129 const DWARFDebugInfoEntry *function_die = dwarf_cu->GetDIEPtr(sc.function->GetID()); in ParseVariablesForContext()