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

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h25 struct AttributeSpec { struct in class:llvm::DWARFAbbreviationDeclaration
26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} function in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
30 SmallVector<AttributeSpec, 8> Attributes;
H A DDWARFAbbreviationDeclaration.cpp54 Attributes.push_back(AttributeSpec(Attr, Form));

Completed in 102 milliseconds