Searched refs:GetDIEPtr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h54 DWARFDebugInfoEntry* GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr);
H A DDWARFDebugInfo.cpp141 DWARFDebugInfoEntry* die_ptr = GetDIEPtr(hint_die_offset, &cu_sp);
297 DWARFDebugInfo::GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) function in class:DWARFDebugInfo
303 return cu_sp->GetDIEPtr(die_offset);
313 die = (*cu_handle)->GetDIEPtr(die_offset);
321 die = cu_sp->GetDIEPtr(die_offset);
H A DDWARFCompileUnit.h114 GetDIEPtr (dw_offset_t die_offset);
H A DDWARFCompileUnit.cpp455 *function_die_handle = GetDIEPtr(func_aranges.FindAddress(address));
484 // GetDIEPtr()
489 DWARFCompileUnit::GetDIEPtr(dw_offset_t die_offset) function in class:DWARFCompileUnit
782 const DWARFDebugInfoEntry *specification_die = m_dwarf2Data->DebugInfo()->GetDIEPtr (specification_die_offset, NULL);
H A DDWARFDebugInfoEntry.cpp485 // const DWARFDebugInfoEntry* a_die = dwarf2Data->DebugInfo()->GetDIEPtr(a_die_offset, &a_cu_sp);
486 // const DWARFDebugInfoEntry* b_die = dwarf2Data->DebugInfo()->GetDIEPtr(b_die_offset, &b_cu_sp);
940 die = dwarf2Data->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr);
1269 die = const_cast<DWARFCompileUnit*>(cu)->GetDIEPtr(die_offset);
1276 die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr);
1559 const DWARFDebugInfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(form_value.Reference(cu), &cu_sp_ptr);
1630 const DWARFDebugInfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(form_value.Reference(cu), &cu_sp_ptr);
1961 const DWARFDebugInfoEntry *spec_die = cu->GetDIEPtr (die_offset);
1973 const DWARFDebugInfoEntry *abs_die = cu->GetDIEPtr (die_offset);
H A DSymbolFileDWARF.cpp363 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_info.offset, NULL);
391 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_offset, NULL);
2264 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(type_uid, &cu_sp);
2288 const DWARFDebugInfoEntry* type_die = debug_info->GetDIEPtr(type_uid, &cu_sp);
4576 const DWARFDebugInfoEntry* die = DebugInfo()->GetDIEPtr(die_offset, &cu_sp);
4591 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(die_offset, &cu_sp);
5883 DWARFDebugInfoEntry* encoding_die = dwarf_cu->GetDIEPtr(encoding_uid);
6685 class_type_die = class_symfile->DebugInfo()->GetDIEPtr(class_type->GetID(), &class_type_cu_sp);
6690 class_type_die = DebugInfo()->GetDIEPtr(class_type->GetID(), &class_type_cu_sp);
6728 const DWARFDebugInfoEntry* spec_die = DebugInfo()->GetDIEPtr(specification_die_offse
[all...]

Completed in 58 milliseconds