Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp135 const auto Attr_DW_FORM_strx1 = static_cast<dwarf::Attribute>(Attr++); in TestAllForms() local
141 CUDie.addAttribute(Attr_DW_FORM_strx1, DW_FORM_strx1, Strx1Value); in TestAllForms()
313 auto ExtractedStrx1Value = toString(DieDG.find(Attr_DW_FORM_strx1)); in TestAllForms()