Lines Matching refs:die_offset

250             const dw_offset_t die_offset = die->GetOffset();  in GetTypes()  local
252 if (die_offset >= max_die_offset) in GetTypes()
255 if (die_offset >= min_die_offset) in GetTypes()
2490 const dw_offset_t die_offset = method_die_offsets[i]; in ResolveClangOpaqueTypeDefinition() local
2491 …WARFDebugInfoEntry *method_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &method_cu); in ResolveClangOpaqueTypeDefinition()
2500die_offset, class_str.c_str()); in ResolveClangOpaqueTypeDefinition()
3151 const dw_offset_t die_offset = die_offsets[i]; in FindGlobalVariables() local
3152 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindGlobalVariables()
3185die_offset, name.GetCString()); in FindGlobalVariables()
3264 const dw_offset_t die_offset = die_offsets[i]; in FindGlobalVariables() local
3265 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindGlobalVariables()
3281die_offset, regex.GetText()); in FindGlobalVariables()
3293 SymbolFileDWARF::ResolveFunction (dw_offset_t die_offset, in ResolveFunction() argument
3297 …const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in ResolveFunction()
3407 const dw_offset_t die_offset = die_offsets[i]; in ParseFunctions() local
3408 ResolveFunction (die_offset, dwarf_cu, sc_list); in ParseFunctions()
3592 const dw_offset_t die_offset = die_offsets[i]; in FindFunctions() local
3593 … const DWARFDebugInfoEntry *die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions()
3611die_offset, name_cstr); in FindFunctions()
3627 const dw_offset_t die_offset = die_offsets[i]; in FindFunctions() local
3628 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions()
3647 die_offset, name_cstr); in FindFunctions()
3664 const dw_offset_t die_offset = die_offsets[i]; in FindFunctions() local
3665 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions()
3721die_offset, name_cstr); in FindFunctions()
3963 const dw_offset_t die_offset = die_offsets[i]; in FindTypes() local
3964 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindTypes()
3985die_offset, name.GetCString()); in FindTypes()
4069 const dw_offset_t die_offset = die_offsets[i]; in FindNamespace() local
4070 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindNamespace()
4090 die_offset, name.GetCString()); in FindNamespace()
4509 SymbolFileDWARF::GetClangDeclContextContainingDIEOffset (dw_offset_t die_offset) in GetClangDeclContextContainingDIEOffset() argument
4511 if (die_offset != DW_INVALID_OFFSET) in GetClangDeclContextContainingDIEOffset()
4514 const DWARFDebugInfoEntry* die = DebugInfo()->GetDIEPtr(die_offset, &cu_sp); in GetClangDeclContextContainingDIEOffset()
4521 SymbolFileDWARF::GetClangDeclContextForDIEOffset (const SymbolContext &sc, dw_offset_t die_offset) in GetClangDeclContextForDIEOffset() argument
4523 if (die_offset != DW_INVALID_OFFSET) in GetClangDeclContextForDIEOffset()
4529 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(die_offset, &cu_sp); in GetClangDeclContextForDIEOffset()
4592 …dw_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVAL… in GetClangDeclContextForDIE() local
4593 if (die_offset != DW_INVALID_OFFSET) in GetClangDeclContextForDIE()
4594 return GetClangDeclContextForDIEOffset (sc, die_offset); in GetClangDeclContextForDIE()
4596die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_abstract_origin, DW_INVALID_OFFSET); in GetClangDeclContextForDIE()
4597 if (die_offset != DW_INVALID_OFFSET) in GetClangDeclContextForDIE()
4598 return GetClangDeclContextForDIEOffset (sc, die_offset); in GetClangDeclContextForDIE()
4693 …dw_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVAL… in GetDeclContextDIEContainingDIE() local
4694 if (die_offset != DW_INVALID_OFFSET) in GetDeclContextDIEContainingDIE()
4697 …t DWARFDebugInfoEntry *spec_die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &spec_cu); in GetDeclContextDIEContainingDIE()
4703die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_abstract_origin, DW_INVALID_OFFSET); in GetDeclContextDIEContainingDIE()
4704 if (die_offset != DW_INVALID_OFFSET) in GetDeclContextDIEContainingDIE()
4707 …nst DWARFDebugInfoEntry *abs_die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &abs_cu); in GetDeclContextDIEContainingDIE()
4811 const dw_offset_t die_offset = die_offsets[i]; in FindCompleteObjCDefinitionTypeForDIE() local
4812 type_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &type_cu); in FindCompleteObjCDefinitionTypeForDIE()
4862 die_offset, type_name.GetCString()); in FindCompleteObjCDefinitionTypeForDIE()
5057 const dw_offset_t die_offset = die_offsets[i]; in FindDefinitionTypeForDIE() local
5058 type_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &type_cu); in FindDefinitionTypeForDIE()
5151die_offset, type_name.GetCString()); in FindDefinitionTypeForDIE()
5228 const dw_offset_t die_offset = die_offsets[i]; in FindDefinitionTypeForDWARFDeclContext() local
5229 type_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &type_cu); in FindDefinitionTypeForDWARFDeclContext()
5312die_offset, type_name.GetCString()); in FindDefinitionTypeForDWARFDeclContext()
7190 const dw_offset_t die_offset = die_offsets[i]; in ParseVariablesForContext() local
7191 … die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &match_dwarf_cu); in ParseVariablesForContext()
7205 …information has been modified (.apple_names accelerator table had bad die 0x%8.8x)\n", die_offset); in ParseVariablesForContext()
7829 const dw_offset_t die_offset = die_offsets[i]; in SearchDeclContext() local
7830 die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in SearchDeclContext()