Home
last modified time | relevance | path

Searched defs:AttributeSpec (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h29 struct AttributeSpec { struct
30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function
42 dwarf::Attribute Attr;
43 dwarf::Form Form;
59 struct ByteSizeStorage {
84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument