Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp70 const char *StrpValue = "World"; in TestAllForms() local
149 CUDie.addAttribute(Attr_DW_FORM_strp, DW_FORM_strp, StrpValue); in TestAllForms()
334 EXPECT_STREQ(StrpValue, *ExtractedStrpValue); in TestAllForms()