Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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, in AttributeSpec() function
43 DWARFFormValue getFormValue() const { in getFormValue()
50 dwarf::Attribute Attr;
51 dwarf::Form Form;
67 struct ByteSizeStorage {
92 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h31 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; variable