Searched refs:GetDIEPtr (Results 1 – 6 of 6) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfo.cpp | 124 DWARFDebugInfoEntry* die_ptr = GetDIEPtr(hint_die_offset, &cu_sp); in LookupAddress() 280 DWARFDebugInfo::GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) in GetDIEPtr() function in DWARFDebugInfo 286 return cu_sp->GetDIEPtr(die_offset); in GetDIEPtr() 296 die = (*cu_handle)->GetDIEPtr(die_offset); in GetDIEPtrWithCompileUnitHint() 304 die = cu_sp->GetDIEPtr(die_offset); in GetDIEPtrWithCompileUnitHint()
|
D | DWARFDebugInfo.h | 54 DWARFDebugInfoEntry* GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr);
|
D | DWARFDebugInfoEntry.cpp | 938 die = dwarf2Data->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr); in GetDIENamesAndRanges() 1267 die = const_cast<DWARFCompileUnit*>(cu)->GetDIEPtr(die_offset); in GetAttributes() 1274 … die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr); in GetAttributes() 1557 …InfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(form_value.Refer… in GetName() 1628 …InfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(form_value.Refer… in GetPubname() 1959 const DWARFDebugInfoEntry *spec_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE() 1971 const DWARFDebugInfoEntry *abs_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE()
|
D | DWARFCompileUnit.h | 115 GetDIEPtr (dw_offset_t die_offset);
|
D | DWARFCompileUnit.cpp | 479 *function_die_handle = GetDIEPtr(func_aranges.FindAddress(address)); in LookupAddress() 513 DWARFCompileUnit::GetDIEPtr(dw_offset_t die_offset) in GetDIEPtr() function in DWARFCompileUnit 806 …nst DWARFDebugInfoEntry *specification_die = m_dwarf2Data->DebugInfo()->GetDIEPtr (specification_d… in Index()
|
D | SymbolFileDWARF.cpp | 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() [all …]
|