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

References

include/llvm/DebugInfo/DWARF/DWARFAttribute.h
   35     return Offset != 0 && Attr != dwarf::Attribute(0);
lib/DebugInfo/DWARF/DWARFDie.cpp
  684     AttrValue.Attr = AbbrDecl.getAttrByIndex(Index);
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  449   const auto Attr = AttrValue.Attr;
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1450   EXPECT_EQ(I->Attr, DW_AT_name);
 1455   EXPECT_EQ(I->Attr, DW_AT_declaration);
 1459   EXPECT_EQ(I->Attr, DW_AT_low_pc);