Lines Matching refs:DWARFDebugInfo
33 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, in DWARFDebugInfo() function in DWARFDebugInfo
37 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()
71 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()
98 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded()
106 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits()
111 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex()
118 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()
136 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()
150 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()
155 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()
164 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash()
172 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits()
178 DWARFDebugInfo::GetDIEForDIEOffset(DIERef::Section section, in GetDIEForDIEOffset()
190 DWARFDebugInfo::GetDIE(const DIERef &die_ref) { in GetDIE()