reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
345 const DWARFAbbreviationDeclarationSet *getAbbreviations() const;
24 << format("0x%04" PRIx64, getAbbreviations()->getOffset())
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp 41 AbbrevDecl = U.getAbbreviations()->getAbbreviationDeclaration(AbbrCode);
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp 37 << format("0x%04" PRIx64, getAbbreviations()->getOffset())
tools/obj2yaml/dwarf2yaml.cpp 123 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset();
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp 1774 const auto *Abbrevs = U->getAbbreviations();