Home
last modified time | relevance | path

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

/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp619 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type); in TEST_F() local
620 PITyDIE->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntTy); in TEST_F()
622 DIEEntry PITy(*PITyDIE); in TEST_F()
665 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type); in TEST_F() local
666 PITyDIE->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FloatTy); in TEST_F()
668 DIEEntry PITy(*PITyDIE); in TEST_F()