Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFAbbreviationDeclaration.h25 struct AttributeSpec { struct
26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() argument
30 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument