Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp611 dwarfgen::DIE CU1Ref2Die = CU1Die.addChild(DW_TAG_variable); in TestReferences() local
612 CU1Ref2Die.addAttribute(DW_AT_name, DW_FORM_strp, "CU1Ref2"); in TestReferences()
613 CU1Ref2Die.addAttribute(DW_AT_type, DW_FORM_ref2, CU1TypeDie); in TestReferences()