Lines Matching refs:DIEValue
50 std::pair<DIEValue &, size_t> addScalarAttribute(dwarf::Attribute Attr, in addScalarAttribute()
57 std::pair<DIEValue &, size_t> addLocationAttribute(dwarf::Attribute Attr, in addLocationAttribute()
71 std::pair<DIEValue &, size_t> addBlockAttribute(dwarf::Attribute Attr, in addBlockAttribute()
93 std::pair<DIEValue &, size_t> addLocListAttribute(dwarf::Attribute Attr, in addLocListAttribute()
100 std::pair<DIEValue &, size_t> addIndexedStringAttribute(dwarf::Attribute Attr, in addIndexedStringAttribute()
108 std::pair<DIEValue &, size_t>
116 std::pair<DIEValue &, size_t> addInplaceString(dwarf::Attribute Attr, in addInplaceString()
129 DIEValue &ValueRef = in addInplaceString()
131 return std::pair<DIEValue &, size_t>(ValueRef, String.size() + 1); in addInplaceString()
160 std::pair<DIEValue &, size_t> addAttribute(dwarf::Attribute Attr, in addAttribute()
162 DIEValue &ValueRef = in addAttribute()
165 return std::pair<DIEValue &, size_t>(ValueRef, ValueSize); in addAttribute()