Searched defs:PITyDIE (Results 1 - 1 of 1) sorted by relevance

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

Completed in 151 milliseconds