Searched refs:AttributeSpec (Results 1 – 2 of 2) sorted by relevance
30 struct AttributeSpec { struct31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function85 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
70 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract()112 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()133 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()198 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()