Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp134 const auto Attr_DW_FORM_strx = static_cast<dwarf::Attribute>(Attr++); in TestAllForms() local
140 CUDie.addAttribute(Attr_DW_FORM_strx, DW_FORM_strx, StrxValue); in TestAllForms()
309 auto ExtractedStrxValue = toString(DieDG.find(Attr_DW_FORM_strx)); in TestAllForms()