Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp136 const auto Attr_DW_FORM_strx2 = static_cast<dwarf::Attribute>(Attr++); in TestAllForms() local
142 CUDie.addAttribute(Attr_DW_FORM_strx2, DW_FORM_strx2, Strx2Value); in TestAllForms()
317 auto ExtractedStrx2Value = toString(DieDG.find(Attr_DW_FORM_strx2)); in TestAllForms()