Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h28 struct AttributeSpec { struct
29 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() argument
33 AttributeSpec(dwarf::Attribute A, dwarf::Form F, in AttributeSpec() function
42 dwarf::Attribute Attr;
43 dwarf::Form Form;
59 struct ByteSizeStorage {
84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVELFReader.h31 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; variable