Searched refs:cu_sp_ptr (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfo.cpp | 280 DWARFDebugInfo::GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) in GetDIEPtr() argument 283 if (cu_sp_ptr) in GetDIEPtr() 284 *cu_sp_ptr = cu_sp; in GetDIEPtr() 314 DWARFDebugInfo::GetDIEPtrContainingOffset(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) in GetDIEPtrContainingOffset() argument 317 if (cu_sp_ptr) in GetDIEPtrContainingOffset() 318 *cu_sp_ptr = cu_sp; in GetDIEPtrContainingOffset()
|
D | DWARFDebugInfo.h | 54 DWARFDebugInfoEntry* GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr); 57 …RFDebugInfoEntry* GetDIEPtrContainingOffset(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr);
|
D | DWARFDebugInfoEntry.cpp | 933 DWARFCompileUnitSP cu_sp_ptr; in GetDIENamesAndRanges() local 938 die = dwarf2Data->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr); in GetDIENamesAndRanges() 940 …die->GetDIENamesAndRanges(dwarf2Data, cu_sp_ptr.get(), name, mangled, ranges, decl_file, decl_line… in GetDIENamesAndRanges() 1273 DWARFCompileUnitSP cu_sp_ptr; in GetAttributes() local 1274 … die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr); in GetAttributes() 1276 … die->GetAttributes(dwarf2Data, cu_sp_ptr.get(), fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes() 1556 DWARFCompileUnitSP cu_sp_ptr; in GetName() local 1557 …t_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(form_value.Reference(cu), &cu_sp_ptr); in GetName() 1559 return die->GetName(dwarf2Data, cu_sp_ptr.get()); in GetName() 1627 DWARFCompileUnitSP cu_sp_ptr; in GetPubname() local [all …]
|