Searched refs:TagAttrOpcode (Results 1 – 1 of 1) sorted by relevance
157 } TagAttrOpcode = {dwarf::DW_TAG_null}; variable180 TagAttrOpcode = Object.TagAttrOpcode; in LVObject()246 dwarf::Tag getTag() const { return TagAttrOpcode.Tag; } in getTag()247 void setTag(dwarf::Tag Tag) { TagAttrOpcode.Tag = Tag; } in setTag()248 dwarf::Attribute getAttr() const { return TagAttrOpcode.Attr; } in getAttr()249 void setAttr(dwarf::Attribute Attr) { TagAttrOpcode.Attr = Attr; } in setAttr()250 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode()251 void setOpcode(LVSmall Opcode) { TagAttrOpcode.Opcode = Opcode; } in setOpcode()