File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
llvm/include/llvm/DebugInfo/LogicalView/Core Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,18 +107,18 @@ class LLVM_ABI LVElement : public LVObject {
107
107
IsAnonymous,
108
108
LastEntry
109
109
};
110
- // Typed bitvector with properties for this element.
111
- LVProperties<Property> Properties;
112
110
static LVElementDispatch Dispatch;
113
111
114
- // / RTTI.
115
- const LVSubclassID SubclassID;
116
-
117
112
// Indexes in the String Pool.
118
113
size_t NameIndex = 0 ;
119
114
size_t QualifiedNameIndex = 0 ;
120
115
size_t FilenameIndex = 0 ;
121
116
117
+ // Typed bitvector with properties for this element.
118
+ LVProperties<Property> Properties;
119
+ // / RTTI.
120
+ const LVSubclassID SubclassID;
121
+
122
122
uint16_t AccessibilityCode : 2 ; // DW_AT_accessibility.
123
123
uint16_t InlineCode : 2 ; // DW_AT_inline.
124
124
uint16_t VirtualityCode : 2 ; // DW_AT_virtuality.
You can’t perform that action at this time.
0 commit comments