Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h30 struct AttributeSpec { struct
31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function
85 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp70 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()