Lines Matching refs:DWARFDebugInfo
33 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, DWARFContext &context) in DWARFDebugInfo() function in DWARFDebugInfo
36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()
78 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()
105 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded()
113 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits()
118 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex()
125 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()
143 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()
157 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()
162 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()
171 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash()
179 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits()
188 DWARFDebugInfo::GetDIE(const DIERef &die_ref) { in GetDIE()
195 llvm::StringRef DWARFDebugInfo::PeekDIEName(const DIERef &die_ref) { in PeekDIEName()