Lines Matching refs:DWARFVerifier
47 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert()
68 DWARFVerifier::DieRangeInfo::die_range_info_iterator
69 DWARFVerifier::DieRangeInfo::insert(const DieRangeInfo &RI) { in insert()
84 bool DWARFVerifier::DieRangeInfo::contains(const DieRangeInfo &RHS) const { in contains()
108 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { in intersects()
122 bool DWARFVerifier::verifyUnitHeader(const DWARFDataExtractor DebugInfoData, in verifyUnitHeader()
181 bool DWARFVerifier::verifyName(const DWARFDie &Die) { in verifyName()
202 unsigned DWARFVerifier::verifyUnitContents(DWARFUnit &Unit, in verifyUnitContents()
268 unsigned DWARFVerifier::verifyDebugInfoCallSite(const DWARFDie &Die) { in verifyDebugInfoCallSite()
302 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection()
323 bool DWARFVerifier::handleDebugAbbrev() { in handleDebugAbbrev()
336 unsigned DWARFVerifier::verifyUnits(const DWARFUnitVector &Units) { in verifyUnits()
365 unsigned DWARFVerifier::verifyUnitSection(const DWARFSection &S) { in verifyUnitSection()
399 unsigned DWARFVerifier::verifyIndex(StringRef Name, in verifyIndex()
442 bool DWARFVerifier::handleDebugCUIndex() { in handleDebugCUIndex()
447 bool DWARFVerifier::handleDebugTUIndex() { in handleDebugTUIndex()
452 bool DWARFVerifier::handleDebugInfo() { in handleDebugInfo()
474 unsigned DWARFVerifier::verifyDieRanges(const DWARFDie &Die, in verifyDieRanges()
570 unsigned DWARFVerifier::verifyDebugInfoAttribute(const DWARFDie &Die, in verifyDebugInfoAttribute()
721 unsigned DWARFVerifier::verifyDebugInfoForm(const DWARFDie &Die, in verifyDebugInfoForm()
794 unsigned DWARFVerifier::verifyDebugInfoReferences( in verifyDebugInfoReferences()
817 void DWARFVerifier::verifyDebugLineStmtOffsets() { in verifyDebugLineStmtOffsets()
860 void DWARFVerifier::verifyDebugLineRows() { in verifyDebugLineRows()
950 DWARFVerifier::DWARFVerifier(raw_ostream &S, DWARFContext &D, in DWARFVerifier() function in DWARFVerifier
960 bool DWARFVerifier::handleDebugLine() { in handleDebugLine()
968 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable()
1074 DWARFVerifier::verifyDebugNamesCULists(const DWARFDebugNames &AccelTable) { in verifyDebugNamesCULists()
1123 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets()
1234 unsigned DWARFVerifier::verifyNameIndexAttribute( in verifyNameIndexAttribute()
1293 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs()
1354 unsigned DWARFVerifier::verifyNameIndexEntries( in verifyNameIndexEntries()
1463 unsigned DWARFVerifier::verifyNameIndexCompleteness( in verifyNameIndexCompleteness()
1565 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames()
1608 bool DWARFVerifier::handleAccelTables() { in handleAccelTables()
1630 raw_ostream &DWARFVerifier::error() const { return WithColor::error(OS); } in error()
1632 raw_ostream &DWARFVerifier::warn() const { return WithColor::warning(OS); } in warn()
1634 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } in note()
1636 raw_ostream &DWARFVerifier::dump(const DWARFDie &Die, unsigned indent) const { in dump()