reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/DWARF/DWARFUnit.h
  345   const DWARFAbbreviationDeclarationSet *getAbbreviations() const;

References

lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
   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();