Lines Matching refs:DWARFDebugInfo
35 DWARFDebugInfo::DWARFDebugInfo() in DWARFDebugInfo() function in DWARFDebugInfo
41 void DWARFDebugInfo::SetDwarfData(SymbolFileDWARF *dwarf2Data) { in SetDwarfData()
46 DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()
96 void DWARFDebugInfo::ParseCompileUnitHeadersIfNeeded() { in ParseCompileUnitHeadersIfNeeded()
112 size_t DWARFDebugInfo::GetNumCompileUnits() { in GetNumCompileUnits()
117 DWARFUnit *DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex()
124 bool DWARFDebugInfo::ContainsCompileUnit(const DWARFUnit *cu) const { in ContainsCompileUnit()
137 bool DWARFDebugInfo::OffsetLessThanCompileUnitOffset( in OffsetLessThanCompileUnitOffset()
142 DWARFUnit *DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, in GetCompileUnit()
175 DWARFUnit *DWARFDebugInfo::GetCompileUnit(const DIERef &die_ref) { in GetCompileUnit()
183 DWARFDebugInfo::GetCompileUnitContainingDIEOffset(dw_offset_t die_offset) { in GetCompileUnitContainingDIEOffset()
209 DWARFDebugInfo::GetDIEForDIEOffset(dw_offset_t die_offset) { in GetDIEForDIEOffset()
222 DWARFDebugInfo::GetDIE(const DIERef &die_ref) { in GetDIE()