Lines Matching refs:DWARFUnit
65 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()
84 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor()
118 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex()
119 DWARFUnit *cu = nullptr; in GetUnitAtIndex()
143 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()
147 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()
157 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()
161 DWARFUnit *
165 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()
189 DWARFUnit *cu = GetUnit(die_ref); in GetDIE()
196 if (DWARFUnit *cu = GetUnit(die_ref)) in PeekDIEName()