git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289038
91177308-0d34-0410-b5e6-
96231b3b80d8
/// \param Form the dwarf::Form to use when encoding the attribute. The form
/// must be one of DW_FORM_strp or DW_FORM_string.
/// \param P a pointer to the data to store as the attribute value.
- /// \param S the size in bytes of the data pointed to by \param P.
+ /// \param S the size in bytes of the data pointed to by \param P .
void addAttribute(uint16_t Attr, dwarf::Form Form, const void *P, size_t S);
/// Add a new child to this DIE object.