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

/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp247 DIE &FooRefConst = *DIE::get(Alloc, dwarf::DW_TAG_const_type); local
249 FooRefConst.addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4,
252 DIEEntry FooRefConstRef(FooRefConst);
282 DIE &FooRefConst = *DIE::get(Alloc, dwarf::DW_TAG_const_type); local
284 FooRefConst.addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4,
287 DIEEntry FooRefConstRef(FooRefConst);

Completed in 87 milliseconds