Lines Matching refs:DWARFDebugInfo
32 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, in DWARFDebugInfo() function in DWARFDebugInfo
36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()
70 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()
97 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded()
105 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits()
110 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex()
117 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()
135 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()
149 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()
154 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()
163 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash()
171 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits()
180 DWARFDebugInfo::GetDIE(const DIERef &die_ref) { in GetDIE()