Lines Matching refs:DWARFVerifier
50 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert()
71 DWARFVerifier::DieRangeInfo::die_range_info_iterator
72 DWARFVerifier::DieRangeInfo::insert(const DieRangeInfo &RI) { in insert()
87 bool DWARFVerifier::DieRangeInfo::contains(const DieRangeInfo &RHS) const { in contains()
111 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { in intersects()
125 bool DWARFVerifier::verifyUnitHeader(const DWARFDataExtractor DebugInfoData, in verifyUnitHeader()
219 bool DWARFVerifier::verifyName(const DWARFDie &Die) { in verifyName()
244 unsigned DWARFVerifier::verifyUnitContents(DWARFUnit &Unit, in verifyUnitContents()
318 unsigned DWARFVerifier::verifyDebugInfoCallSite(const DWARFDie &Die) { in verifyDebugInfoCallSite()
361 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection()
394 bool DWARFVerifier::handleDebugAbbrev() { in handleDebugAbbrev()
407 unsigned DWARFVerifier::verifyUnits(const DWARFUnitVector &Units) { in verifyUnits()
436 unsigned DWARFVerifier::verifyUnitSection(const DWARFSection &S) { in verifyUnitSection()
470 unsigned DWARFVerifier::verifyIndex(StringRef Name, in verifyIndex()
518 bool DWARFVerifier::handleDebugCUIndex() { in handleDebugCUIndex()
523 bool DWARFVerifier::handleDebugTUIndex() { in handleDebugTUIndex()
528 bool DWARFVerifier::handleDebugInfo() { in handleDebugInfo()
550 unsigned DWARFVerifier::verifyDieRanges(const DWARFDie &Die, in verifyDieRanges()
656 unsigned DWARFVerifier::verifyDebugInfoAttribute(const DWARFDie &Die, in verifyDebugInfoAttribute()
825 unsigned DWARFVerifier::verifyDebugInfoForm(const DWARFDie &Die, in verifyDebugInfoForm()
907 unsigned DWARFVerifier::verifyDebugInfoReferences( in verifyDebugInfoReferences()
932 void DWARFVerifier::verifyDebugLineStmtOffsets() { in verifyDebugLineStmtOffsets()
979 void DWARFVerifier::verifyDebugLineRows() { in verifyDebugLineRows()
1083 DWARFVerifier::DWARFVerifier(raw_ostream &S, DWARFContext &D, in DWARFVerifier() function in DWARFVerifier
1095 bool DWARFVerifier::handleDebugLine() { in handleDebugLine()
1103 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable()
1225 DWARFVerifier::verifyDebugNamesCULists(const DWARFDebugNames &AccelTable) { in verifyDebugNamesCULists()
1281 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets()
1402 unsigned DWARFVerifier::verifyNameIndexAttribute( in verifyNameIndexAttribute()
1483 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs()
1574 unsigned DWARFVerifier::verifyNameIndexEntries( in verifyNameIndexEntries()
1707 unsigned DWARFVerifier::verifyNameIndexCompleteness( in verifyNameIndexCompleteness()
1816 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames()
1861 bool DWARFVerifier::handleAccelTables() { in handleAccelTables()
1883 bool DWARFVerifier::handleDebugStrOffsets() { in handleDebugStrOffsets()
1913 bool DWARFVerifier::verifyDebugStrOffsets( in verifyDebugStrOffsets()
2032 void DWARFVerifier::summarize() { in summarize()
2066 raw_ostream &DWARFVerifier::error() const { return WithColor::error(OS); } in error()
2068 raw_ostream &DWARFVerifier::warn() const { return WithColor::warning(OS); } in warn()
2070 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } in note()
2072 raw_ostream &DWARFVerifier::dump(const DWARFDie &Die, unsigned indent) const { in dump()