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

References

include/llvm/ObjectYAML/DWARFYAML.h
  300     io.enumCase(value, "DW_CHILDREN_yes", dwarf::DW_CHILDREN_yes);
lib/BinaryFormat/Dwarf.cpp
   66   case DW_CHILDREN_yes:
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
   55   HasChildren = (ChildrenByte == DW_CHILDREN_yes);
lib/MC/MCDwarf.cpp
  806   MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
  832   MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
tools/dsymutil/DwarfLinker.cpp
 1668     NewAbbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes);
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
   94   encoder.PutHex8(DW_CHILDREN_yes);
  139   encoder.PutHex8(DW_CHILDREN_yes);
  184   encoder.PutHex8(DW_CHILDREN_yes);
tools/obj2yaml/dwarf2yaml.cpp
   34         Abbrv.Children = AbbrvDecl.hasChildren() ? dwarf::DW_CHILDREN_yes