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

Declarations

include/llvm/DebugInfo/DWARF/DWARFDie.h
  269   iterator_range<attribute_iterator> attributes() const;

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  170     for (auto AttrValue : Die.attributes()) {
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1445   auto R = CUDie.attributes();