\r
<Type Name="llvm::IntrusiveRefCntPtr<*>">\r
<DisplayString Condition="Obj == 0">empty</DisplayString>\r
- <DisplayString Condition="(Obj != 0) && (Obj->ref_cnt == 1)">RefPtr [1 ref] {*Obj}</DisplayString>\r
- <DisplayString Condition="(Obj != 0) && (Obj->ref_cnt != 1)">RefPtr [{Obj->ref_cnt} refs] {*Obj}</DisplayString>\r
+ <DisplayString Condition="(Obj != 0) && (Obj->RefCount == 1)">RefPtr [1 ref] {*Obj}</DisplayString>\r
+ <DisplayString Condition="(Obj != 0) && (Obj->RefCount != 1)">RefPtr [{Obj->RefCount} refs] {*Obj}</DisplayString>\r
<Expand>\r
- <Item Condition="Obj != 0" Name="[refs]">Obj->ref_cnt</Item>\r
+ <Item Condition="Obj != 0" Name="[refs]">Obj->RefCount</Item>\r
<ExpandedItem Condition="Obj != 0">Obj</ExpandedItem>\r
</Expand>\r
</Type>\r