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

Declarations

include/llvm/DebugInfo/DWARF/DWARFVerifier.h
   24 struct DWARFAttribute;

References

include/llvm/DebugInfo/DWARF/DWARFDie.h
  284                                   const DWARFAttribute> {
  288   DWARFAttribute AttrValue;
  309   const DWARFAttribute &operator*() const { return AttrValue; }
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  197                                     DWARFAttribute &AttrValue);
  211   unsigned verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue);
lib/DebugInfo/DWARF/DWARFDie.cpp
  314   } else if (DWARFAttribute::mayHaveLocationDescription(Attr))
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  170     for (auto AttrValue : Die.attributes()) {
  440                                                  DWARFAttribute &AttrValue) {
  531                                             DWARFAttribute &AttrValue) {
tools/dsymutil/DwarfLinker.cpp
 1194   if (DWARFAttribute::mayHaveLocationDescription(AttrSpec.Attr) &&