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

References

unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
  629   CU2Die.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/foo.c");
  630   CU2Die.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C);
  632   dwarfgen::DIE CU2TypeDie = CU2Die.addChild(DW_TAG_base_type);
  637   dwarfgen::DIE CU2Ref1Die = CU2Die.addChild(DW_TAG_variable);
  641   dwarfgen::DIE CU2Ref2Die = CU2Die.addChild(DW_TAG_variable);
  645   dwarfgen::DIE CU2Ref4Die = CU2Die.addChild(DW_TAG_variable);
  649   dwarfgen::DIE CU2Ref8Die = CU2Die.addChild(DW_TAG_variable);
  653   dwarfgen::DIE CU2RefAddrDie = CU2Die.addChild(DW_TAG_variable);
  658   dwarfgen::DIE CU2ToCU1RefAddrDie = CU2Die.addChild(DW_TAG_variable);