Lines Matching refs:DIERef
78 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()
79 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()
107 ParseUnitsFor(DIERef::Section::DebugInfo); in ParseUnitHeadersIfNeeded()
108 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
125 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()
133 [](const std::pair<DIERef::Section, dw_offset_t> &lhs, 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()
188 DWARFDebugInfo::GetDIE(const DIERef &die_ref) { in GetDIE()
195 llvm::StringRef DWARFDebugInfo::PeekDIEName(const DIERef &die_ref) { in PeekDIEName()