File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
//
12
12
// Structures and enums defined within this file where created using
13
13
// information from Microsoft's publicly available PE/COFF format document:
14
- //
14
+ //
15
15
// Microsoft Portable Executable and Common Object File Format Specification
16
16
// Revision 8.1 - February 15, 2008
17
17
//
@@ -133,11 +133,11 @@ namespace COFF {
133
133
};
134
134
135
135
enum SymbolComplexType {
136
- IMAGE_SYM_DTYPE_NULL = 0 , // /< No complex type; simple scalar variable.
136
+ IMAGE_SYM_DTYPE_NULL = 0 , // /< No complex type; simple scalar variable.
137
137
IMAGE_SYM_DTYPE_POINTER = 1 , // /< A pointer to base type.
138
138
IMAGE_SYM_DTYPE_FUNCTION = 2 , // /< A function that returns a base type.
139
139
IMAGE_SYM_DTYPE_ARRAY = 3 , // /< An array of base type.
140
-
140
+
141
141
// / Type is formed as (base + (derived << SCT_COMPLEX_TYPE_SHIFT))
142
142
SCT_COMPLEX_TYPE_SHIFT = 8
143
143
};
You can’t perform that action at this time.
0 commit comments