Searched defs:AttributeSpec (Results 1 – 2 of 2) sorted by relevance
29 struct AttributeSpec { struct30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, in AttributeSpec() function43 DWARFFormValue getFormValue() const { in getFormValue()50 dwarf::Attribute Attr;51 dwarf::Form Form;67 struct ByteSizeStorage {92 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
31 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; variable