Searched refs:DWARFCompileUnitSP (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfo.h | 24 typedef std::shared_ptr<DWARFCompileUnit> DWARFCompileUnitSP; typedef 31 DWARFCompileUnitSP& cu_shared_ptr, 43 DWARFCompileUnitSP& cu_shared_ptr, 47 void AddCompileUnit(DWARFCompileUnitSP& cu); 51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL); 52 DWARFCompileUnitSP GetCompileUnitContainingDIE(dw_offset_t die_offset); 54 DWARFDebugInfoEntry* GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr); 57 …const DWARFDebugInfoEntry* GetDIEPtrContainingOffset(dw_offset_t die_offset, DWARFCompileUnitSP* c… 78 typedef std::vector<DWARFCompileUnitSP> CompileUnitColl;
|
D | DWARFDebugInfo.cpp | 99 DWARFCompileUnitSP& cu_sp, in LookupAddress() 152 DWARFCompileUnitSP cu_sp(new DWARFCompileUnit(m_dwarf2Data)); in ParseCompileUnitHeadersIfNeeded() 201 static bool CompileUnitOffsetLessThan (const DWARFCompileUnitSP& a, const DWARFCompileUnitSP& b) in CompileUnitOffsetLessThan() 211 const dw_offset_t cu_offset = ((DWARFCompileUnitSP *)arrmem)->get()->GetOffset(); in CompareDWARFCompileUnitSPOffset() 219 DWARFCompileUnitSP 222 DWARFCompileUnitSP cu_sp; in GetCompileUnit() 228 …DWARFCompileUnitSP* match = (DWARFCompileUnitSP*)bsearch(&cu_offset, &m_compile_units[0], m_compil… in GetCompileUnit() 240 DWARFCompileUnitSP 243 DWARFCompileUnitSP cu_sp; in GetCompileUnitContainingDIE() 280 DWARFDebugInfo::GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) in GetDIEPtr() [all …]
|
D | DWARFDebugInfoEntry.cpp | 933 DWARFCompileUnitSP cu_sp_ptr; in GetDIENamesAndRanges() 1273 DWARFCompileUnitSP cu_sp_ptr; in GetAttributes() 1556 DWARFCompileUnitSP cu_sp_ptr; in GetName() 1627 DWARFCompileUnitSP cu_sp_ptr; in GetPubname()
|
D | SymbolFileDWARF.cpp | 2245 DWARFCompileUnitSP cu_sp; in GetClangDeclContextContainingTypeUID() 2269 DWARFCompileUnitSP cu_sp; in ResolveTypeUID() 4513 DWARFCompileUnitSP cu_sp; in GetClangDeclContextContainingDIEOffset() 4528 DWARFCompileUnitSP cu_sp; in GetClangDeclContextForDIEOffset() 6587 DWARFCompileUnitSP class_type_cu_sp; in ParseType() 6636 DWARFCompileUnitSP spec_cu_sp; in ParseType() 6659 DWARFCompileUnitSP abs_cu_sp; in ParseType()
|