Lines Matching refs:DWARFVerifier
48 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert()
69 DWARFVerifier::DieRangeInfo::die_range_info_iterator
70 DWARFVerifier::DieRangeInfo::insert(const DieRangeInfo &RI) { in insert()
85 bool DWARFVerifier::DieRangeInfo::contains(const DieRangeInfo &RHS) const { in contains()
109 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { in intersects()
123 bool DWARFVerifier::verifyUnitHeader(const DWARFDataExtractor DebugInfoData, in verifyUnitHeader()
189 bool DWARFVerifier::verifyName(const DWARFDie &Die) { in verifyName()
210 unsigned DWARFVerifier::verifyUnitContents(DWARFUnit &Unit, in verifyUnitContents()
276 unsigned DWARFVerifier::verifyDebugInfoCallSite(const DWARFDie &Die) { in verifyDebugInfoCallSite()
309 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection()
337 bool DWARFVerifier::handleDebugAbbrev() { in handleDebugAbbrev()
350 unsigned DWARFVerifier::verifyUnits(const DWARFUnitVector &Units) { in verifyUnits()
379 unsigned DWARFVerifier::verifyUnitSection(const DWARFSection &S) { in verifyUnitSection()
413 unsigned DWARFVerifier::verifyIndex(StringRef Name, in verifyIndex()
456 bool DWARFVerifier::handleDebugCUIndex() { in handleDebugCUIndex()
461 bool DWARFVerifier::handleDebugTUIndex() { in handleDebugTUIndex()
466 bool DWARFVerifier::handleDebugInfo() { in handleDebugInfo()
488 unsigned DWARFVerifier::verifyDieRanges(const DWARFDie &Die, in verifyDieRanges()
584 unsigned DWARFVerifier::verifyDebugInfoAttribute(const DWARFDie &Die, in verifyDebugInfoAttribute()
736 unsigned DWARFVerifier::verifyDebugInfoForm(const DWARFDie &Die, in verifyDebugInfoForm()
810 unsigned DWARFVerifier::verifyDebugInfoReferences( in verifyDebugInfoReferences()
833 void DWARFVerifier::verifyDebugLineStmtOffsets() { in verifyDebugLineStmtOffsets()
876 void DWARFVerifier::verifyDebugLineRows() { in verifyDebugLineRows()
972 DWARFVerifier::DWARFVerifier(raw_ostream &S, DWARFContext &D, in DWARFVerifier() function in DWARFVerifier
982 bool DWARFVerifier::handleDebugLine() { in handleDebugLine()
990 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable()
1096 DWARFVerifier::verifyDebugNamesCULists(const DWARFDebugNames &AccelTable) { in verifyDebugNamesCULists()
1145 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets()
1256 unsigned DWARFVerifier::verifyNameIndexAttribute( in verifyNameIndexAttribute()
1328 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs()
1411 unsigned DWARFVerifier::verifyNameIndexEntries( in verifyNameIndexEntries()
1525 unsigned DWARFVerifier::verifyNameIndexCompleteness( in verifyNameIndexCompleteness()
1632 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames()
1675 bool DWARFVerifier::handleAccelTables() { in handleAccelTables()
1697 bool DWARFVerifier::handleDebugStrOffsets() { in handleDebugStrOffsets()
1710 bool DWARFVerifier::verifyDebugStrOffsets( in verifyDebugStrOffsets()
1807 raw_ostream &DWARFVerifier::error() const { return WithColor::error(OS); } in error()
1809 raw_ostream &DWARFVerifier::warn() const { return WithColor::warning(OS); } in warn()
1811 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } in note()
1813 raw_ostream &DWARFVerifier::dump(const DWARFDie &Die, unsigned indent) const { in dump()