Home
last modified time | relevance | path

Searched refs:IntDie (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp502 dwarfgen::DIE IntDie = CUDie.addChild(DW_TAG_base_type); local
503 IntDie.addAttribute(DW_AT_name, DW_FORM_strp, "int");
504 IntDie.addAttribute(DW_AT_encoding, DW_FORM_data1, DW_ATE_signed);
505 IntDie.addAttribute(DW_AT_byte_size, DW_FORM_data1, 4);
510 ArgcDie.addAttribute(DW_AT_type, DW_FORM_ref_addr, IntDie);