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

References

include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
   53   bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  131   OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n';
lib/DebugInfo/DWARF/DWARFDie.cpp
  592                        AbbrevDecl->hasChildren() ? '*' : ' ');
lib/DebugInfo/DWARF/DWARFUnit.cpp
  385       if (AbbrDecl->hasChildren())
tools/dsymutil/DwarfLinker.cpp
 2092                  dwarf::Form(Abbrev.hasChildren()));
tools/obj2yaml/dwarf2yaml.cpp
   34         Abbrv.Children = AbbrvDecl.hasChildren() ? dwarf::DW_CHILDREN_yes