Home
last modified time | relevance | path

Searched refs:DWARFDebugNames (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp365 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump()
379 Error DWARFDebugNames::Header::extract(const DWARFDataExtractor &AS, in extract()
413 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump()
421 static constexpr DWARFDebugNames::AttributeEncoding sentinelAttrEnc() { in sentinelAttrEnc()
425 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel()
429 static DWARFDebugNames::Abbrev sentinelAbbrev() { in sentinelAbbrev()
430 return DWARFDebugNames::Abbrev(0, dwarf::Tag(0), {}); in sentinelAbbrev()
433 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel()
437 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getEmptyKey() { in getEmptyKey()
441 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getTombstoneKey() { in getTombstoneKey()
[all …]
H A DDWARFVerifier.cpp973 DWARFVerifier::verifyDebugNamesCULists(const DWARFDebugNames &AccelTable) { in verifyDebugNamesCULists()
984 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists()
1022 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets()
1134 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute()
1135 DWARFDebugNames::AttributeEncoding AttrEnc) { in verifyNameIndexAttribute()
1192 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs()
1256 const DWARFDebugNames::NameIndex &NI, in verifyNameIndexEntries()
1257 const DWARFDebugNames::NameTableEntry &NTE) { in verifyNameIndexEntries()
1275 Expected<DWARFDebugNames::Entry> EntryOr = NI.getEntry(&NextEntryID); in verifyNameIndexEntries()
1321 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries()
[all …]
H A DDWARFContext.cpp902 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h257 unsigned verifyDebugNamesCULists(const DWARFDebugNames &AccelTable);
258 unsigned verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI,
260 unsigned verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI);
261 unsigned verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI,
262 const DWARFDebugNames::Abbrev &Abbr,
263 DWARFDebugNames::AttributeEncoding AttrEnc);
264 unsigned verifyNameIndexEntries(const DWARFDebugNames::NameIndex &NI,
265 const DWARFDebugNames::NameTableEntry &NTE);
267 const DWARFDebugNames::NameIndex &NI);
H A DDWARFAcceleratorTable.h231 class DWARFDebugNames : public DWARFAcceleratorTable {
391 const DWARFDebugNames &Section;
420 NameIndex(const DWARFDebugNames &Section, uint64_t Base) in NameIndex()
473 friend class DWARFDebugNames; variable
512 ValueIterator(const DWARFDebugNames &AccelTable, StringRef Key);
591 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() function
H A DDWARFContext.h66 std::unique_ptr<DWARFDebugNames> Names;
305 const DWARFDebugNames &getDebugNames();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp375 static DWARFDie toDie(const DWARFDebugNames::Entry &Entry, in toDie()
396 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies()