Searched defs:DWARFAttribute (Results 1 – 2 of 2) sorted by relevance
25 struct DWARFAttribute { struct35 DWARFAttribute(uint32_t O, dwarf::Attribute A = dwarf::Attribute(0), argument36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {} in Attr()38 bool isValid() const { in isValid()46 void clear() { in clear()
21 DWARFAttribute(uint16_t attr, uint16_t form) in DWARFAttribute() function