Searched defs:DWARFAttribute (Results 1 – 2 of 2) sorted by relevance
24 struct DWARFAttribute { struct26 uint64_t Offset = 0;28 uint32_t ByteSize = 0;30 dwarf::Attribute Attr = dwarf::Attribute(0);32 DWARFFormValue Value;34 bool isValid() const { in isValid()
21 class DWARFAttribute { in DWARFAttribute() function