Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp184 const auto Attr_DW_FORM_flag_present = static_cast<dwarf::Attribute>(Attr++); in TestAllForms() local
186 CUDie.addAttribute(Attr_DW_FORM_flag_present, DW_FORM_flag_present); in TestAllForms()
353 EXPECT_EQ(1ULL, toUnsigned(DieDG.find(Attr_DW_FORM_flag_present), 0)); in TestAllForms()