Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp480 dwarfgen::DIE IntDie = CUDie.addChild(DW_TAG_base_type); in TestChildren() local
481 IntDie.addAttribute(DW_AT_name, DW_FORM_strp, "int"); in TestChildren()
482 IntDie.addAttribute(DW_AT_encoding, DW_FORM_data1, DW_ATE_signed); in TestChildren()
483 IntDie.addAttribute(DW_AT_byte_size, DW_FORM_data1, 4); in TestChildren()
488 ArgcDie.addAttribute(DW_AT_type, DW_FORM_ref_addr, IntDie); in TestChildren()