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

References

unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
  600   CU1Die.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c");
  601   CU1Die.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C);
  603   dwarfgen::DIE CU1TypeDie = CU1Die.addChild(DW_TAG_base_type);
  608   dwarfgen::DIE CU1Ref1Die = CU1Die.addChild(DW_TAG_variable);
  612   dwarfgen::DIE CU1Ref2Die = CU1Die.addChild(DW_TAG_variable);
  616   dwarfgen::DIE CU1Ref4Die = CU1Die.addChild(DW_TAG_variable);
  620   dwarfgen::DIE CU1Ref8Die = CU1Die.addChild(DW_TAG_variable);
  624   dwarfgen::DIE CU1RefAddrDie = CU1Die.addChild(DW_TAG_variable);
  663   dwarfgen::DIE CU1ToCU2RefAddrDie = CU1Die.addChild(DW_TAG_variable);