Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp221 const auto Attr_Last = static_cast<dwarf::Attribute>(Attr++); in TestAllForms() local
222 CUDie.addAttribute(Attr_Last, DW_FORM_addr, AddrValue); in TestAllForms()
382 EXPECT_EQ(AddrValue, toAddress(DieDG.find(Attr_Last), 0)); in TestAllForms()