Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp437 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getEmptyKey() { in getEmptyKey()
441 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getTombstoneKey() { in getTombstoneKey()
445 Expected<DWARFDebugNames::AttributeEncoding>
471 Expected<DWARFDebugNames::Abbrev>
489 Error DWARFDebugNames::NameIndex::extract() { in extract()
582 char DWARFDebugNames::SentinelError::ID;
610 Expected<DWARFDebugNames::Entry>
636 DWARFDebugNames::NameTableEntry
774 Error DWARFDebugNames::extract() { in extract()
875 DWARFDebugNames::ValueIterator::ValueIterator(const DWARFDebugNames &AccelTable, in ValueIterator()
[all …]
H A DDWARFVerifier.cpp984 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists()
1134 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute()
1135 DWARFDebugNames::AttributeEncoding AttrEnc) { in verifyNameIndexAttribute()
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()
1364 const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexCompleteness()
1470 DWARFDebugNames AccelTable(AccelSectionData, StrData); in verifyDebugNames()
1491 for (DWARFDebugNames::NameTableEntry NTE : NI) in verifyDebugNames()
[all …]
H A DDWARFContext.cpp902 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames()
/freebsd-13.1/contrib/llvm-project/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();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h60 std::unique_ptr<llvm::DWARFDebugNames> debug_names_up, in DebugNamesDWARFIndex()
76 using DebugNames = llvm::DWARFDebugNames;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp380 static DWARFDie toDie(const DWARFDebugNames::Entry &Entry, in toDie()
401 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies()