Home
last modified time | relevance | path

Searched refs:DWARFAttribute (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFAttribute.h17 class DWARFAttribute {
21 DWARFAttribute(uint16_t attr, uint16_t form) in DWARFAttribute() function
DDWARFAbbreviationDeclaration.h25 SmallVector<DWARFAttribute, 8> Attributes;
47 const SmallVectorImpl<DWARFAttribute> &getAttributes() const { in getAttributes()
DDWARFAbbreviationDeclaration.cpp36 Attributes.push_back(DWARFAttribute(attr, form)); in extract()