Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h148 } TagAttrOpcode = {dwarf::DW_TAG_null}; variable
177 TagAttrOpcode = Object.TagAttrOpcode; in LVObject()
231 dwarf::Tag getTag() const { return TagAttrOpcode.Tag; } in getTag()
232 void setTag(dwarf::Tag Tag) { TagAttrOpcode.Tag = Tag; } in setTag()
233 dwarf::Attribute getAttr() const { return TagAttrOpcode.Attr; } in getAttr()
234 void setAttr(dwarf::Attribute Attr) { TagAttrOpcode.Attr = Attr; } in setAttr()
235 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode()
236 void setOpcode(LVSmall Opcode) { TagAttrOpcode.Opcode = Opcode; } in setOpcode()