Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h157 } TagAttrOpcode = {dwarf::DW_TAG_null}; variable
180 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()