We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca9889 commit c54012fCopy full SHA for c54012f
docs/debugger/debug-interface-access/locationtype.md
@@ -20,18 +20,18 @@ Indicates the kind of location information contained in a symbol.
20
21
```C++
22
enum LocationType {
23
- LocIsNull,
24
- LocIsStatic,
25
- LocIsTLS,
26
- LocIsRegRel,
27
- LocIsThisRel,
28
- LocIsEnregistered,
29
- LocIsBitField,
30
- LocIsSlot,
31
- LocIsIlRel,
32
- LocInMetaData,
33
- LocIsConstant,
34
- LocTypeMax
+ LocIsNull,
+ LocIsStatic,
+ LocIsTLS,
+ LocIsRegRel,
+ LocIsThisRel,
+ LocIsEnregistered,
+ LocIsBitField,
+ LocIsSlot,
+ LocIsIlRel,
+ LocInMetaData,
+ LocIsConstant,
+ LocTypeMax
35
};
36
```
37
0 commit comments