mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
182 lines
8.6 KiB
Plaintext
182 lines
8.6 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
Visual Studio 2012 Native Debugging Visualizers for LLVM
|
||
|
|
||
|
Put this file into "%USERPROFILE%\Documents\Visual Studio 2012\Visualizers"
|
||
|
or create a symbolic link so it updates automatically.
|
||
|
-->
|
||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||
|
<Type Name="llvm::SmallVector<*,*>">
|
||
|
<DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) == 0">empty</DisplayString>
|
||
|
<DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) != 0">{{ size={($T1*)EndX - ($T1*)BeginX} }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[size]">($T1*)EndX - ($T1*)BeginX</Item>
|
||
|
<Item Name="[capacity]">($T1*)CapacityX - ($T1*)BeginX</Item>
|
||
|
<ArrayItems>
|
||
|
<Size>($T1*)EndX - ($T1*)BeginX</Size>
|
||
|
<ValuePointer>($T1*)BeginX</ValuePointer>
|
||
|
</ArrayItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::SmallVectorImpl<*>">
|
||
|
<DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) == 0">empty</DisplayString>
|
||
|
<DisplayString Condition="(($T1*)EndX - ($T1*)BeginX) != 0">[{($T1*)EndX - ($T1*)BeginX}]</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[size]">($T1*)EndX - ($T1*)BeginX</Item>
|
||
|
<Item Name="[capacity]">($T1*)CapacityX - ($T1*)BeginX</Item>
|
||
|
<ArrayItems>
|
||
|
<Size>($T1*)EndX - ($T1*)BeginX</Size>
|
||
|
<ValuePointer>($T1*)BeginX</ValuePointer>
|
||
|
</ArrayItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::SmallString<*>">
|
||
|
<DisplayString>{BeginX,s}</DisplayString>
|
||
|
<StringView>BeginX,s</StringView>
|
||
|
<Expand>
|
||
|
<Item Name="[size]">(char*)EndX - (char*)BeginX</Item>
|
||
|
<Item Name="[capacity]">(char*)CapacityX - (char*)BeginX</Item>
|
||
|
<ArrayItems>
|
||
|
<Size>(char*)EndX - (char*)BeginX</Size>
|
||
|
<ValuePointer>(char*)BeginX</ValuePointer>
|
||
|
</ArrayItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::StringRef">
|
||
|
<DisplayString>[{Length}] {Data,s}</DisplayString>
|
||
|
<StringView>Data,s</StringView>
|
||
|
<Expand>
|
||
|
<Item Name="[length]">Length</Item>
|
||
|
<ArrayItems>
|
||
|
<Size>Length</Size>
|
||
|
<ValuePointer>Data</ValuePointer>
|
||
|
</ArrayItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::PointerIntPair<*,*,*,*>">
|
||
|
<DisplayString>{Value & PointerBitMask} [{(Value >> IntShift) & IntMask}]</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[ptr]">Value & PointerBitMask</Item>
|
||
|
<Item Name="[int]">(Value >> IntShift) & IntMask</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::PointerUnion<*,*>">
|
||
|
<DisplayString Condition="((Val.Value >> Val.IntShift) & Val.IntMask) == 0">[P1] {($T1)(Val.Value & Val.PointerBitMask)}</DisplayString>
|
||
|
<DisplayString Condition="((Val.Value >> Val.IntShift) & Val.IntMask) != 0">[P2] {($T2)(Val.Value & Val.PointerBitMask)}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[ptr]" Condition="((Val.Value >> Val.IntShift) & Val.IntMask) == 0">($T1)(Val.Value & Val.PointerBitMask)</Item>
|
||
|
<Item Name="[ptr]" Condition="((Val.Value >> Val.IntShift) & Val.IntMask) != 0">($T2)(Val.Value & Val.PointerBitMask)</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::PointerUnion3<*,*,*>">
|
||
|
<DisplayString Condition="(Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">[P1] {($T1)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
||
|
<DisplayString Condition="(Val.Val.Value & 2) == 2">[P2] {($T2)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
||
|
<DisplayString Condition="(Val.Val.Value & 1) == 1">[P3] {($T3)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[ptr]" Condition="(Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">($T1)((Val.Val.Value >> 2) << 2)</Item>
|
||
|
<Item Name="[ptr]" Condition="(Val.Val.Value & 2) == 2">($T2)((Val.Val.Value >> 2) << 2)</Item>
|
||
|
<Item Name="[ptr]" Condition="(Val.Val.Value & 1) == 1">($T3)((Val.Val.Value >> 2) << 2)</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::PointerUnion4<*,*,*,*>">
|
||
|
<DisplayString Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">[P1] {($T1)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
||
|
<DisplayString Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) == 2">[P2] {($T2)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
||
|
<DisplayString Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 1) == 1">[P3] {($T3)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
||
|
<DisplayString Condition="(Val.Val.Value & 3) == 3">[P4] {($T4)((Val.Val.Value >> 2) << 2)}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[ptr]" Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) != 2 && (Val.Val.Value & 1) != 1">($T1)((Val.Val.Value >> 2) << 2)</Item>
|
||
|
<Item Name="[ptr]" Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 2) == 2">($T2)((Val.Val.Value >> 2) << 2)</Item>
|
||
|
<Item Name="[ptr]" Condition="(Val.Val.Value & 3) != 3 && (Val.Val.Value & 1) == 1">($T3)((Val.Val.Value >> 2) << 2)</Item>
|
||
|
<Item Name="[ptr]" Condition="(Val.Val.Value & 3) == 3">($T4)((Val.Val.Value >> 2) << 2)</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::iplist<*,*>">
|
||
|
<DisplayString Condition="Head == 0">{{ empty }}</DisplayString>
|
||
|
<DisplayString Condition="Head != 0">{{ head={Head} }}</DisplayString>
|
||
|
<Expand>
|
||
|
<LinkedListItems>
|
||
|
<HeadPointer>Head</HeadPointer>
|
||
|
<NextPointer>Next</NextPointer>
|
||
|
<ValueNode>this</ValueNode>
|
||
|
</LinkedListItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::IntrusiveRefCntPtr<*>">
|
||
|
<DisplayString Condition="Obj == 0">empty</DisplayString>
|
||
|
<DisplayString Condition="(Obj != 0) && (Obj->ref_cnt == 1)">RefPtr [1 ref] {*Obj}</DisplayString>
|
||
|
<DisplayString Condition="(Obj != 0) && (Obj->ref_cnt != 1)">RefPtr [{Obj->ref_cnt} refs] {*Obj}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Condition="Obj != 0" Name="[refs]">Obj->ref_cnt</Item>
|
||
|
<Item Condition="Obj != 0" Name="[ptr]">Obj</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::OwningPtr<*>">
|
||
|
<DisplayString Condition="Ptr == 0">empty</DisplayString>
|
||
|
<DisplayString Condition="Ptr != 0">OwningPtr {*Ptr}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Condition="Ptr != 0" Name="[ptr]">Ptr</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::SmallPtrSet<*,*>">
|
||
|
<DisplayString Condition="CurArray == SmallArray">{{ [Small Mode] elements={NumElements}, arraySize={CurArraySize} }}</DisplayString>
|
||
|
<DisplayString Condition="CurArray != SmallArray">{{ [Big Mode] elements={NumElements}, arraySize={CurArraySize} }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[NumElements]">NumElements</Item>
|
||
|
<Item Name="[CurArraySize]">CurArraySize</Item>
|
||
|
<IndexListItems>
|
||
|
<Size>CurArraySize + 1</Size>
|
||
|
<ValueNode>($T1*)&CurArray[$i]</ValueNode>
|
||
|
</IndexListItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::DenseMap<*,*,*>">
|
||
|
<DisplayString Condition="NumEntries == 0">empty</DisplayString>
|
||
|
<DisplayString Condition="NumEntries != 0">{{ entries={NumEntries}, buckets={NumBuckets} }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[NumEntries]">NumEntries</Item>
|
||
|
<Item Name="[NumBuckets]">NumBuckets</Item>
|
||
|
<ArrayItems>
|
||
|
<Size>NumBuckets</Size>
|
||
|
<ValuePointer>Buckets</ValuePointer>
|
||
|
</ArrayItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::StringMap<*,*>">
|
||
|
<DisplayString>{{ NumBuckets={NumBuckets}, ItemSize={ItemSize} }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[NumBuckets]">NumBuckets</Item>
|
||
|
<Item Name="[ItemSize]">ItemSize</Item>
|
||
|
<IndexListItems>
|
||
|
<Size>NumBuckets</Size>
|
||
|
<ValueNode>(llvm::StringMapEntry<$T1>*)TheTable[$i]</ValueNode>
|
||
|
</IndexListItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::StringMapEntry<*>">
|
||
|
<DisplayString Condition="StrLen == 0">empty</DisplayString>
|
||
|
<DisplayString Condition="StrLen != 0">({((llvm::StringMapEntry<$T1>*)this)+1,s}, {second})</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[key]">((llvm::StringMapEntry<$T1>*)this)+1,s</Item>
|
||
|
<Item Name="[value]" Condition="StrLen != 0">second</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="llvm::Triple">
|
||
|
<DisplayString>{Data}</DisplayString>
|
||
|
</Type>
|
||
|
</AutoVisualizer>
|