Searched refs:DWARFDebugNames (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 365 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump() 379 llvm::Error DWARFDebugNames::Header::extract(const DWARFDataExtractor &AS, in extract() 407 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump() 415 static constexpr DWARFDebugNames::AttributeEncoding sentinelAttrEnc() { in sentinelAttrEnc() 419 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() 423 static DWARFDebugNames::Abbrev sentinelAbbrev() { in sentinelAbbrev() 424 return DWARFDebugNames::Abbrev(0, dwarf::Tag(0), {}); in sentinelAbbrev() 427 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() 431 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getEmptyKey() { in getEmptyKey() 435 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getTombstoneKey() { in getTombstoneKey() [all …]
|
D | DWARFVerifier.cpp | 787 DWARFVerifier::verifyDebugNamesCULists(const DWARFDebugNames &AccelTable) { in verifyDebugNamesCULists() 798 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists() 836 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets() 948 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute() 949 DWARFDebugNames::AttributeEncoding AttrEnc) { in verifyNameIndexAttribute() 1006 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs() 1067 const DWARFDebugNames::NameIndex &NI, in verifyNameIndexEntries() 1068 const DWARFDebugNames::NameTableEntry &NTE) { in verifyNameIndexEntries() 1086 Expected<DWARFDebugNames::Entry> EntryOr = NI.getEntry(&NextEntryID); in verifyNameIndexEntries() 1132 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() [all …]
|
D | DWARFContext.cpp | 780 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFVerifier.h | 237 unsigned verifyDebugNamesCULists(const DWARFDebugNames &AccelTable); 238 unsigned verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, 240 unsigned verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI); 241 unsigned verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI, 242 const DWARFDebugNames::Abbrev &Abbr, 243 DWARFDebugNames::AttributeEncoding AttrEnc); 244 unsigned verifyNameIndexEntries(const DWARFDebugNames::NameIndex &NI, 245 const DWARFDebugNames::NameTableEntry &NTE); 247 const DWARFDebugNames::NameIndex &NI);
|
D | DWARFAcceleratorTable.h | 225 class DWARFDebugNames : public DWARFAcceleratorTable { 389 const DWARFDebugNames &Section; 418 NameIndex(const DWARFDebugNames &Section, uint32_t Base) in NameIndex() 468 friend class DWARFDebugNames; variable 500 ValueIterator(const DWARFDebugNames &AccelTable, StringRef Key); 579 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() function
|
D | DWARFContext.h | 72 std::unique_ptr<DWARFDebugNames> Names; 250 const DWARFDebugNames &getDebugNames();
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 322 static DWARFDie toDie(const DWARFDebugNames::Entry &Entry, in toDie() 343 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies()
|