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.h141 } TagAttrOpcode = {dwarf::DW_TAG_null}; variable
164 TagAttrOpcode = Object.TagAttrOpcode; in LVObject()
230 dwarf::Tag getTag() const { return TagAttrOpcode.Tag; } in getTag()
231 void setTag(dwarf::Tag Tag) { TagAttrOpcode.Tag = Tag; } in setTag()
232 dwarf::Attribute getAttr() const { return TagAttrOpcode.Attr; } in getAttr()
233 void setAttr(dwarf::Attribute Attr) { TagAttrOpcode.Attr = Attr; } in setAttr()
234 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode()
235 void setOpcode(LVSmall Opcode) { TagAttrOpcode.Opcode = Opcode; } in setOpcode()