[TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.
[llvm-core.git] / test / DebugInfo / PDB / pdbdump-headers.test
blob2a6c862ac2a427a930a633ad2ee555b59ce53cf4
1 ; RUN: llvm-pdbutil dump -all -dont-resolve-forward-refs %p/Inputs/empty.pdb \
2 ; RUN:   | FileCheck -check-prefix=ALL %s
3 ; RUN: llvm-pdbutil dump -summary -modules -files \
4 ; RUN:              %p/Inputs/big-read.pdb | FileCheck -check-prefix=BIG %s
5 ; RUN: not llvm-pdbutil dump -summary %p/Inputs/bad-block-size.pdb 2>&1 \
6 ; RUN:   | FileCheck -check-prefix=BAD-BLOCK-SIZE %s
8 ALL:                                Summary
9 ALL-NEXT: ============================================================
10 ALL-NEXT:   Block Size: 4096
11 ALL-NEXT:   Number of blocks: 25
12 ALL-NEXT:   Number of streams: 17
13 ALL-NEXT:   Signature: 1424295906
14 ALL-NEXT:   Age: 1
15 ALL-NEXT:   GUID: {0B355641-86A0-A249-896F-9988FAE52FF0}
16 ALL-NEXT:   Features: 0x1
17 ALL-NEXT:   Has Debug Info: true
18 ALL-NEXT:   Has Types: true
19 ALL-NEXT:   Has IDs: true
20 ALL-NEXT:   Has Globals: true
21 ALL-NEXT:   Has Publics: true
22 ALL-NEXT:   Is incrementally linked: true
23 ALL-NEXT:   Has conflicting types: false
24 ALL-NEXT:   Is stripped: false
25 ALL:                                  Streams
26 ALL-NEXT: ============================================================
27 ALL-NEXT:     Stream  0 (  40 bytes): [Old MSF Directory]
28 ALL-NEXT:                Blocks: [8]
29 ALL-NEXT:     Stream  1 ( 118 bytes): [PDB Stream]
30 ALL-NEXT:                Blocks: [19]
31 ALL-NEXT:     Stream  2 (5392 bytes): [TPI Stream]
32 ALL-NEXT:                Blocks: [18, 17]
33 ALL-NEXT:     Stream  3 ( 739 bytes): [DBI Stream]
34 ALL-NEXT:                Blocks: [14]
35 ALL-NEXT:     Stream  4 ( 784 bytes): [IPI Stream]
36 ALL-NEXT:                Blocks: [20]
37 ALL-NEXT:     Stream  5 (   0 bytes): [Named Stream "/LinkInfo"]
38 ALL-NEXT:                Blocks: []
39 ALL-NEXT:     Stream  6 ( 556 bytes): [Global Symbol Hash]
40 ALL-NEXT:                Blocks: [11]
41 ALL-NEXT:     Stream  7 ( 604 bytes): [Public Symbol Hash]
42 ALL-NEXT:                Blocks: [13]
43 ALL-NEXT:     Stream  8 ( 104 bytes): [Symbol Records]
44 ALL-NEXT:                Blocks: [12]
45 ALL-NEXT:     Stream  9 (   0 bytes): [Named Stream "/src/headerblock"]
46 ALL-NEXT:                Blocks: []
47 ALL-NEXT:     Stream 10 ( 160 bytes): [Section Header Data]
48 ALL-NEXT:                Blocks: [10]
49 ALL-NEXT:     Stream 11 (  32 bytes): [New FPO Data]
50 ALL-NEXT:                Blocks: [15]
51 ALL-NEXT:     Stream 12 ( 308 bytes): [Module "d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj"]
52 ALL-NEXT:                Blocks: [6]
53 ALL-NEXT:     Stream 13 ( 239 bytes): [Named Stream "/names"]
54 ALL-NEXT:                Blocks: [16]
55 ALL-NEXT:     Stream 14 ( 520 bytes): [Module "* Linker *"]
56 ALL-NEXT:                Blocks: [7]
57 ALL-NEXT:     Stream 15 ( 308 bytes): [TPI Hash]
58 ALL-NEXT:                Blocks: [21]
59 ALL-NEXT:     Stream 16 (  68 bytes): [IPI Hash]
60 ALL-NEXT:                Blocks: [22]
61 ALL:                                String Table
62 ALL-NEXT: ============================================================
63 ALL-NEXT:    ID | String
64 ALL-NEXT:     1 | 'd:\src\llvm\test\debuginfo\pdb\inputs\predefined c++ attributes (compiler internal)'
65 ALL-NEXT:    86 | 'd:\src\llvm\test\debuginfo\pdb\inputs\empty.cpp'
66 ALL-NEXT:   134 | '$T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = '
67 ALL:                                        Modules
68 ALL-NEXT: ============================================================
69 ALL-NEXT:   Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
70 ALL-NEXT:               SC[.text]  | mod = 0, 0001:0016, size = 10, data crc = 3617027124, reloc crc = 0
71 ALL-NEXT:                            IMAGE_SCN_CNT_CODE | IMAGE_SCN_ALIGN_16BYTES | IMAGE_SCN_MEM_EXECUTE |
72 ALL-NEXT:                            IMAGE_SCN_MEM_READ
73 ALL-NEXT:              Obj: `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
74 ALL-NEXT:              debug stream: 12, # files: 1, has ec info: false
75 ALL-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
76 ALL-NEXT:   Mod 0001 |  `* Linker *`:
77 ALL-NEXT:               SC[.text]  | mod = 1, 0001:0000, size = 10, data crc = 0, reloc crc = 0
78 ALL-NEXT:                            IMAGE_SCN_CNT_CODE | IMAGE_SCN_MEM_EXECUTE | IMAGE_SCN_MEM_READ
79 ALL-NEXT:              Obj: ``:
80 ALL-NEXT:              debug stream: 14, # files: 0, has ec info: false
81 ALL-NEXT:              pdb file ni: 1 `{{.*empty.pdb}}`, src file ni: 0 ``
82 ALL:                                Files
83 ALL-NEXT: ============================================================
84 ALL-NEXT:   Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
85 ALL-NEXT:              - (MD5: A0A5BD0D3ECD93FC29D19DE826FBF4BC) d:\src\llvm\test\debuginfo\pdb\inputs\empty.cpp
86 ALL-NEXT:   Mod 0001 | `* Linker *`:
87 ALL:                                 Lines
88 ALL-NEXT: ============================================================
89 ALL-NEXT:   Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
90 ALL-NEXT:       d:\src\llvm\test\debuginfo\pdb\inputs\empty.cpp (MD5: A0A5BD0D3ECD93FC29D19DE826FBF4BC)
91 ALL-NEXT:         0001:00000010-0000001A, line/addr entries = 3
92 ALL-NEXT:            5 00000010      6 00000013      7 00000018
93 ALL:       Mod 0001 | `* Linker *`:
94 ALL:                             Inlinee Lines
95 ALL-NEXT: ============================================================
96 ALL-NEXT:   Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
97 ALL-NEXT:   Mod 0001 | `* Linker *`:
98 ALL:                           Types (TPI Stream)
99 ALL-NEXT: ============================================================
100 ALL-NEXT:   Showing 75 records
101 ALL-NEXT:   0x1000 | LF_ARGLIST [size = 8, hash = 0x32484]
102 ALL-NEXT:   0x1001 | LF_PROCEDURE [size = 16, hash = 0x27EE9]
103 ALL-NEXT:            return type = 0x0074 (int), # args = 0, param list = 0x1000
104 ALL-NEXT:            calling conv = cdecl, options = None
105 ALL-NEXT:   0x1002 | LF_FIELDLIST [size = 76, hash = 0xE9A3]
106 ALL-NEXT:            - LF_ENUMERATE [apartment = 1]
107 ALL-NEXT:            - LF_ENUMERATE [single = 2]
108 ALL-NEXT:            - LF_ENUMERATE [free = 3]
109 ALL-NEXT:            - LF_ENUMERATE [neutral = 4]
110 ALL-NEXT:            - LF_ENUMERATE [both = 5]
111 ALL-NEXT:   0x1003 | LF_ENUM [size = 120, hash = 0x32D6F] `__vc_attributes::threadingAttribute::threading_e`
112 ALL-NEXT:            unique name: `.?AW4threading_e@threadingAttribute@__vc_attributes@@`
113 ALL-NEXT:            field list: 0x1002, underlying type: 0x0074 (int)
114 ALL-NEXT:            options: has unique name | is nested
115 ALL-NEXT:   0x1004 | LF_STRUCTURE [size = 100, hash = 0x3FF9] `__vc_attributes::threadingAttribute`
116 ALL-NEXT:            unique name: `.?AUthreadingAttribute@__vc_attributes@@`
117 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
118 ALL-NEXT:            options: forward ref | has unique name
119 ALL-NEXT:   0x1005 | LF_POINTER [size = 12, hash = 0x3C526]
120 ALL-NEXT:            referent = 0x1004, mode = pointer, opts = const, kind = ptr32
121 ALL-NEXT:   0x1006 | LF_ARGLIST [size = 12, hash = 0x2F726]
122 ALL-NEXT:            0x1003: `__vc_attributes::threadingAttribute::threading_e`
123 ALL-NEXT:   0x1007 | LF_MFUNCTION [size = 28, hash = 0x3E0CC]
124 ALL-NEXT:            return type = 0x0003 (void), # args = 1, param list = 0x1006
125 ALL-NEXT:            class type = 0x1004, this type = 0x1005, this adjust = 0
126 ALL-NEXT:            calling conv = thiscall, options = constructor
127 ALL-NEXT:   0x1008 | LF_MFUNCTION [size = 28, hash = 0x2F7E8]
128 ALL-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x1000
129 ALL-NEXT:            class type = 0x1004, this type = 0x1005, this adjust = 0
130 ALL-NEXT:            calling conv = thiscall, options = constructor
131 ALL-NEXT:   0x1009 | LF_METHODLIST [size = 20, hash = 0x28E44]
132 ALL-NEXT:            - Method [type = 0x1007, vftable offset = -1, attrs = public]
133 ALL-NEXT:            - Method [type = 0x1008, vftable offset = -1, attrs = public]
134 ALL-NEXT:   0x100A | LF_FIELDLIST [size = 68, hash = 0x2D44D]
135 ALL-NEXT:            - LF_NESTTYPE [name = `threading_e`, parent = 0x1003]
136 ALL-NEXT:            - LF_METHOD [name = `threadingAttribute`, # overloads = 2, overload list = 0x1009]
137 ALL-NEXT:            - LF_MEMBER [name = `value`, Type = 0x1003, offset = 0, attrs = public]
138 ALL-NEXT:   0x100B | LF_STRUCTURE [size = 100, hash = 0x1D2F4] `__vc_attributes::threadingAttribute`
139 ALL-NEXT:            unique name: `.?AUthreadingAttribute@__vc_attributes@@`
140 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: 0x100A
141 ALL-NEXT:            options: has ctor / dtor | contains nested class | has unique name
142 ALL-NEXT:   0x100C | LF_FIELDLIST [size = 48, hash = 0x3FEEF]
143 ALL-NEXT:            - LF_ENUMERATE [native = 0]
144 ALL-NEXT:            - LF_ENUMERATE [com = 1]
145 ALL-NEXT:            - LF_ENUMERATE [managed = 2]
146 ALL-NEXT:   0x100D | LF_ENUM [size = 120, hash = 0x305E7] `__vc_attributes::event_receiverAttribute::type_e`
147 ALL-NEXT:            unique name: `.?AW4type_e@event_receiverAttribute@__vc_attributes@@`
148 ALL-NEXT:            field list: 0x100C, underlying type: 0x0074 (int)
149 ALL-NEXT:            options: has unique name | is nested
150 ALL-NEXT:   0x100E | LF_STRUCTURE [size = 112, hash = 0xBBB8] `__vc_attributes::event_receiverAttribute`
151 ALL-NEXT:            unique name: `.?AUevent_receiverAttribute@__vc_attributes@@`
152 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
153 ALL-NEXT:            options: forward ref | has unique name
154 ALL-NEXT:   0x100F | LF_POINTER [size = 12, hash = 0x3D65E]
155 ALL-NEXT:            referent = 0x100E, mode = pointer, opts = const, kind = ptr32
156 ALL-NEXT:   0x1010 | LF_ARGLIST [size = 16, hash = 0x20DB4]
157 ALL-NEXT:            0x100D: `__vc_attributes::event_receiverAttribute::type_e`
158 ALL-NEXT:            0x0030 (bool): `bool`
159 ALL-NEXT:   0x1011 | LF_MFUNCTION [size = 28, hash = 0x242DE]
160 ALL-NEXT:            return type = 0x0003 (void), # args = 2, param list = 0x1010
161 ALL-NEXT:            class type = 0x100E, this type = 0x100F, this adjust = 0
162 ALL-NEXT:            calling conv = thiscall, options = constructor
163 ALL-NEXT:   0x1012 | LF_ARGLIST [size = 12, hash = 0x1BBE4]
164 ALL-NEXT:            0x100D: `__vc_attributes::event_receiverAttribute::type_e`
165 ALL-NEXT:   0x1013 | LF_MFUNCTION [size = 28, hash = 0xD058]
166 ALL-NEXT:            return type = 0x0003 (void), # args = 1, param list = 0x1012
167 ALL-NEXT:            class type = 0x100E, this type = 0x100F, this adjust = 0
168 ALL-NEXT:            calling conv = thiscall, options = constructor
169 ALL-NEXT:   0x1014 | LF_MFUNCTION [size = 28, hash = 0xD9E3]
170 ALL-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x1000
171 ALL-NEXT:            class type = 0x100E, this type = 0x100F, this adjust = 0
172 ALL-NEXT:            calling conv = thiscall, options = constructor
173 ALL-NEXT:   0x1015 | LF_METHODLIST [size = 28, hash = 0x35E17]
174 ALL-NEXT:            - Method [type = 0x1011, vftable offset = -1, attrs = public]
175 ALL-NEXT:            - Method [type = 0x1013, vftable offset = -1, attrs = public]
176 ALL-NEXT:            - Method [type = 0x1014, vftable offset = -1, attrs = public]
177 ALL-NEXT:   0x1016 | LF_FIELDLIST [size = 96, hash = 0x305E2]
178 ALL-NEXT:            - LF_NESTTYPE [name = `type_e`, parent = 0x100D]
179 ALL-NEXT:            - LF_METHOD [name = `event_receiverAttribute`, # overloads = 3, overload list = 0x1015]
180 ALL-NEXT:            - LF_MEMBER [name = `type`, Type = 0x100D, offset = 0, attrs = public]
181 ALL-NEXT:            - LF_MEMBER [name = `layout_dependent`, Type = 0x0030 (bool), offset = 4, attrs = public]
182 ALL-NEXT:   0x1017 | LF_STRUCTURE [size = 112, hash = 0x244FE] `__vc_attributes::event_receiverAttribute`
183 ALL-NEXT:            unique name: `.?AUevent_receiverAttribute@__vc_attributes@@`
184 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: 0x1016
185 ALL-NEXT:            options: has ctor / dtor | contains nested class | has unique name
186 ALL-NEXT:   0x1018 | LF_FIELDLIST [size = 48, hash = 0x13CE8]
187 ALL-NEXT:            - LF_ENUMERATE [never = 0]
188 ALL-NEXT:            - LF_ENUMERATE [allowed = 1]
189 ALL-NEXT:            - LF_ENUMERATE [always = 2]
190 ALL-NEXT:   0x1019 | LF_ENUM [size = 116, hash = 0xEAFE] `__vc_attributes::aggregatableAttribute::type_e`
191 ALL-NEXT:            unique name: `.?AW4type_e@aggregatableAttribute@__vc_attributes@@`
192 ALL-NEXT:            field list: 0x1018, underlying type: 0x0074 (int)
193 ALL-NEXT:            options: has unique name | is nested
194 ALL-NEXT:   0x101A | LF_STRUCTURE [size = 108, hash = 0x350A1] `__vc_attributes::aggregatableAttribute`
195 ALL-NEXT:            unique name: `.?AUaggregatableAttribute@__vc_attributes@@`
196 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
197 ALL-NEXT:            options: forward ref | has unique name
198 ALL-NEXT:   0x101B | LF_POINTER [size = 12, hash = 0x2A881]
199 ALL-NEXT:            referent = 0x101A, mode = pointer, opts = const, kind = ptr32
200 ALL-NEXT:   0x101C | LF_ARGLIST [size = 12, hash = 0x270EA]
201 ALL-NEXT:            0x1019: `__vc_attributes::aggregatableAttribute::type_e`
202 ALL-NEXT:   0x101D | LF_MFUNCTION [size = 28, hash = 0x3CEA0]
203 ALL-NEXT:            return type = 0x0003 (void), # args = 1, param list = 0x101C
204 ALL-NEXT:            class type = 0x101A, this type = 0x101B, this adjust = 0
205 ALL-NEXT:            calling conv = thiscall, options = constructor
206 ALL-NEXT:   0x101E | LF_MFUNCTION [size = 28, hash = 0x22A75]
207 ALL-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x1000
208 ALL-NEXT:            class type = 0x101A, this type = 0x101B, this adjust = 0
209 ALL-NEXT:            calling conv = thiscall, options = constructor
210 ALL-NEXT:   0x101F | LF_METHODLIST [size = 20, hash = 0x3A4C1]
211 ALL-NEXT:            - Method [type = 0x101D, vftable offset = -1, attrs = public]
212 ALL-NEXT:            - Method [type = 0x101E, vftable offset = -1, attrs = public]
213 ALL-NEXT:   0x1020 | LF_FIELDLIST [size = 68, hash = 0x1846]
214 ALL-NEXT:            - LF_NESTTYPE [name = `type_e`, parent = 0x1019]
215 ALL-NEXT:            - LF_METHOD [name = `aggregatableAttribute`, # overloads = 2, overload list = 0x101F]
216 ALL-NEXT:            - LF_MEMBER [name = `type`, Type = 0x1019, offset = 0, attrs = public]
217 ALL-NEXT:   0x1021 | LF_STRUCTURE [size = 108, hash = 0x172D7] `__vc_attributes::aggregatableAttribute`
218 ALL-NEXT:            unique name: `.?AUaggregatableAttribute@__vc_attributes@@`
219 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: 0x1020
220 ALL-NEXT:            options: has ctor / dtor | contains nested class | has unique name
221 ALL-NEXT:   0x1022 | LF_ENUM [size = 116, hash = 0x24F99] `__vc_attributes::event_sourceAttribute::type_e`
222 ALL-NEXT:            unique name: `.?AW4type_e@event_sourceAttribute@__vc_attributes@@`
223 ALL-NEXT:            field list: 0x100C, underlying type: 0x0074 (int)
224 ALL-NEXT:            options: has unique name | is nested
225 ALL-NEXT:   0x1023 | LF_FIELDLIST [size = 28, hash = 0x211A5]
226 ALL-NEXT:            - LF_ENUMERATE [speed = 0]
227 ALL-NEXT:            - LF_ENUMERATE [size = 1]
228 ALL-NEXT:   0x1024 | LF_ENUM [size = 124, hash = 0x11E9D] `__vc_attributes::event_sourceAttribute::optimize_e`
229 ALL-NEXT:            unique name: `.?AW4optimize_e@event_sourceAttribute@__vc_attributes@@`
230 ALL-NEXT:            field list: 0x1023, underlying type: 0x0074 (int)
231 ALL-NEXT:            options: has unique name | is nested
232 ALL-NEXT:   0x1025 | LF_STRUCTURE [size = 108, hash = 0x17900] `__vc_attributes::event_sourceAttribute`
233 ALL-NEXT:            unique name: `.?AUevent_sourceAttribute@__vc_attributes@@`
234 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
235 ALL-NEXT:            options: forward ref | has unique name
236 ALL-NEXT:   0x1026 | LF_POINTER [size = 12, hash = 0x3E15B]
237 ALL-NEXT:            referent = 0x1025, mode = pointer, opts = const, kind = ptr32
238 ALL-NEXT:   0x1027 | LF_ARGLIST [size = 12, hash = 0x4550]
239 ALL-NEXT:            0x1022: `__vc_attributes::event_sourceAttribute::type_e`
240 ALL-NEXT:   0x1028 | LF_MFUNCTION [size = 28, hash = 0x3A79A]
241 ALL-NEXT:            return type = 0x0003 (void), # args = 1, param list = 0x1027
242 ALL-NEXT:            class type = 0x1025, this type = 0x1026, this adjust = 0
243 ALL-NEXT:            calling conv = thiscall, options = constructor
244 ALL-NEXT:   0x1029 | LF_MFUNCTION [size = 28, hash = 0x2A485]
245 ALL-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x1000
246 ALL-NEXT:            class type = 0x1025, this type = 0x1026, this adjust = 0
247 ALL-NEXT:            calling conv = thiscall, options = constructor
248 ALL-NEXT:   0x102A | LF_METHODLIST [size = 20, hash = 0x1FDF0]
249 ALL-NEXT:            - Method [type = 0x1028, vftable offset = -1, attrs = public]
250 ALL-NEXT:            - Method [type = 0x1029, vftable offset = -1, attrs = public]
251 ALL-NEXT:   0x102B | LF_FIELDLIST [size = 128, hash = 0x31E95]
252 ALL-NEXT:            - LF_NESTTYPE [name = `type_e`, parent = 0x1022]
253 ALL-NEXT:            - LF_NESTTYPE [name = `optimize_e`, parent = 0x1024]
254 ALL-NEXT:            - LF_METHOD [name = `event_sourceAttribute`, # overloads = 2, overload list = 0x102A]
255 ALL-NEXT:            - LF_MEMBER [name = `type`, Type = 0x1022, offset = 0, attrs = public]
256 ALL-NEXT:            - LF_MEMBER [name = `optimize`, Type = 0x1024, offset = 4, attrs = public]
257 ALL-NEXT:            - LF_MEMBER [name = `decorate`, Type = 0x0030 (bool), offset = 8, attrs = public]
258 ALL-NEXT:   0x102C | LF_STRUCTURE [size = 108, hash = 0x3A3E0] `__vc_attributes::event_sourceAttribute`
259 ALL-NEXT:            unique name: `.?AUevent_sourceAttribute@__vc_attributes@@`
260 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: 0x102B
261 ALL-NEXT:            options: has ctor / dtor | contains nested class | has unique name
262 ALL-NEXT:   0x102D | LF_FIELDLIST [size = 92, hash = 0x23521]
263 ALL-NEXT:            - LF_ENUMERATE [dll = 1]
264 ALL-NEXT:            - LF_ENUMERATE [exe = 2]
265 ALL-NEXT:            - LF_ENUMERATE [service = 3]
266 ALL-NEXT:            - LF_ENUMERATE [unspecified = 4]
267 ALL-NEXT:            - LF_ENUMERATE [EXE = 2]
268 ALL-NEXT:            - LF_ENUMERATE [SERVICE = 3]
269 ALL-NEXT:   0x102E | LF_ENUM [size = 104, hash = 0x1C1CF] `__vc_attributes::moduleAttribute::type_e`
270 ALL-NEXT:            unique name: `.?AW4type_e@moduleAttribute@__vc_attributes@@`
271 ALL-NEXT:            field list: 0x102D, underlying type: 0x0074 (int)
272 ALL-NEXT:            options: has unique name | is nested
273 ALL-NEXT:   0x102F | LF_STRUCTURE [size = 96, hash = 0x302BA] `__vc_attributes::moduleAttribute`
274 ALL-NEXT:            unique name: `.?AUmoduleAttribute@__vc_attributes@@`
275 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
276 ALL-NEXT:            options: forward ref | has unique name
277 ALL-NEXT:   0x1030 | LF_POINTER [size = 12, hash = 0x3E823]
278 ALL-NEXT:            referent = 0x102F, mode = pointer, opts = const, kind = ptr32
279 ALL-NEXT:   0x1031 | LF_MODIFIER [size = 12, hash = 0x18AE8]
280 ALL-NEXT:            referent = 0x0070 (char), modifiers = const
281 ALL-NEXT:   0x1032 | LF_POINTER [size = 12, hash = 0x38770]
282 ALL-NEXT:            referent = 0x1031, mode = pointer, opts = None, kind = ptr32
283 ALL-NEXT:   0x1033 | LF_ARGLIST [size = 68, hash = 0xCBBC]
284 ALL-NEXT:            0x102E: `__vc_attributes::moduleAttribute::type_e`
285 ALL-NEXT:            0x1032: `const char*`
286 ALL-NEXT:            0x1032: `const char*`
287 ALL-NEXT:            0x1032: `const char*`
288 ALL-NEXT:            0x0074 (int): `int`
289 ALL-NEXT:            0x0030 (bool): `bool`
290 ALL-NEXT:            0x1032: `const char*`
291 ALL-NEXT:            0x0074 (int): `int`
292 ALL-NEXT:            0x1032: `const char*`
293 ALL-NEXT:            0x1032: `const char*`
294 ALL-NEXT:            0x0074 (int): `int`
295 ALL-NEXT:            0x0030 (bool): `bool`
296 ALL-NEXT:            0x0030 (bool): `bool`
297 ALL-NEXT:            0x1032: `const char*`
298 ALL-NEXT:            0x1032: `const char*`
299 ALL-NEXT:   0x1034 | LF_MFUNCTION [size = 28, hash = 0xBED6]
300 ALL-NEXT:            return type = 0x0003 (void), # args = 15, param list = 0x1033
301 ALL-NEXT:            class type = 0x102F, this type = 0x1030, this adjust = 0
302 ALL-NEXT:            calling conv = thiscall, options = constructor
303 ALL-NEXT:   0x1035 | LF_ARGLIST [size = 12, hash = 0x29833]
304 ALL-NEXT:            0x102E: `__vc_attributes::moduleAttribute::type_e`
305 ALL-NEXT:   0x1036 | LF_MFUNCTION [size = 28, hash = 0x2B391]
306 ALL-NEXT:            return type = 0x0003 (void), # args = 1, param list = 0x1035
307 ALL-NEXT:            class type = 0x102F, this type = 0x1030, this adjust = 0
308 ALL-NEXT:            calling conv = thiscall, options = constructor
309 ALL-NEXT:   0x1037 | LF_MFUNCTION [size = 28, hash = 0x19159]
310 ALL-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x1000
311 ALL-NEXT:            class type = 0x102F, this type = 0x1030, this adjust = 0
312 ALL-NEXT:            calling conv = thiscall, options = constructor
313 ALL-NEXT:   0x1038 | LF_METHODLIST [size = 28, hash = 0x4233]
314 ALL-NEXT:            - Method [type = 0x1034, vftable offset = -1, attrs = public]
315 ALL-NEXT:            - Method [type = 0x1036, vftable offset = -1, attrs = public]
316 ALL-NEXT:            - Method [type = 0x1037, vftable offset = -1, attrs = public]
317 ALL-NEXT:   0x1039 | LF_FIELDLIST [size = 356, hash = 0x2CD97]
318 ALL-NEXT:            - LF_NESTTYPE [name = `type_e`, parent = 0x102E]
319 ALL-NEXT:            - LF_METHOD [name = `moduleAttribute`, # overloads = 3, overload list = 0x1038]
320 ALL-NEXT:            - LF_MEMBER [name = `type`, Type = 0x102E, offset = 0, attrs = public]
321 ALL-NEXT:            - LF_MEMBER [name = `name`, Type = 0x1032, offset = 4, attrs = public]
322 ALL-NEXT:            - LF_MEMBER [name = `version`, Type = 0x1032, offset = 8, attrs = public]
323 ALL-NEXT:            - LF_MEMBER [name = `uuid`, Type = 0x1032, offset = 12, attrs = public]
324 ALL-NEXT:            - LF_MEMBER [name = `lcid`, Type = 0x0074 (int), offset = 16, attrs = public]
325 ALL-NEXT:            - LF_MEMBER [name = `control`, Type = 0x0030 (bool), offset = 20, attrs = public]
326 ALL-NEXT:            - LF_MEMBER [name = `helpstring`, Type = 0x1032, offset = 24, attrs = public]
327 ALL-NEXT:            - LF_MEMBER [name = `helpstringcontext`, Type = 0x0074 (int), offset = 28, attrs = public]
328 ALL-NEXT:            - LF_MEMBER [name = `helpstringdll`, Type = 0x1032, offset = 32, attrs = public]
329 ALL-NEXT:            - LF_MEMBER [name = `helpfile`, Type = 0x1032, offset = 36, attrs = public]
330 ALL-NEXT:            - LF_MEMBER [name = `helpcontext`, Type = 0x0074 (int), offset = 40, attrs = public]
331 ALL-NEXT:            - LF_MEMBER [name = `hidden`, Type = 0x0030 (bool), offset = 44, attrs = public]
332 ALL-NEXT:            - LF_MEMBER [name = `restricted`, Type = 0x0030 (bool), offset = 45, attrs = public]
333 ALL-NEXT:            - LF_MEMBER [name = `custom`, Type = 0x1032, offset = 48, attrs = public]
334 ALL-NEXT:            - LF_MEMBER [name = `resource_name`, Type = 0x1032, offset = 52, attrs = public]
335 ALL-NEXT:   0x103A | LF_STRUCTURE [size = 96, hash = 0x180F4] `__vc_attributes::moduleAttribute`
336 ALL-NEXT:            unique name: `.?AUmoduleAttribute@__vc_attributes@@`
337 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: 0x1039
338 ALL-NEXT:            options: has ctor / dtor | contains nested class | has unique name
339 ALL-NEXT:   0x103B | LF_FIELDLIST [size = 756, hash = 0x8B6D]
340 ALL-NEXT:            - LF_ENUMERATE [eAnyUsage = 0]
341 ALL-NEXT:            - LF_ENUMERATE [eCoClassUsage = 1]
342 ALL-NEXT:            - LF_ENUMERATE [eCOMInterfaceUsage = 2]
343 ALL-NEXT:            - LF_ENUMERATE [eInterfaceUsage = 6]
344 ALL-NEXT:            - LF_ENUMERATE [eMemberUsage = 8]
345 ALL-NEXT:            - LF_ENUMERATE [eMethodUsage = 16]
346 ALL-NEXT:            - LF_ENUMERATE [eInterfaceMethodUsage = 32]
347 ALL-NEXT:            - LF_ENUMERATE [eInterfaceMemberUsage = 64]
348 ALL-NEXT:            - LF_ENUMERATE [eCoClassMemberUsage = 128]
349 ALL-NEXT:            - LF_ENUMERATE [eCoClassMethodUsage = 256]
350 ALL-NEXT:            - LF_ENUMERATE [eGlobalMethodUsage = 768]
351 ALL-NEXT:            - LF_ENUMERATE [eGlobalDataUsage = 1024]
352 ALL-NEXT:            - LF_ENUMERATE [eClassUsage = 2048]
353 ALL-NEXT:            - LF_ENUMERATE [eInterfaceParameterUsage = 4096]
354 ALL-NEXT:            - LF_ENUMERATE [eMethodParameterUsage = 12288]
355 ALL-NEXT:            - LF_ENUMERATE [eIDLModuleUsage = 16384]
356 ALL-NEXT:            - LF_ENUMERATE [eAnonymousUsage = 32768]
357 ALL-NEXT:            - LF_ENUMERATE [eTypedefUsage = 65536]
358 ALL-NEXT:            - LF_ENUMERATE [eUnionUsage = 131072]
359 ALL-NEXT:            - LF_ENUMERATE [eEnumUsage = 262144]
360 ALL-NEXT:            - LF_ENUMERATE [eDefineTagUsage = 524288]
361 ALL-NEXT:            - LF_ENUMERATE [eStructUsage = 1048576]
362 ALL-NEXT:            - LF_ENUMERATE [eLocalUsage = 2097152]
363 ALL-NEXT:            - LF_ENUMERATE [ePropertyUsage = 4194304]
364 ALL-NEXT:            - LF_ENUMERATE [eEventUsage = 8388608]
365 ALL-NEXT:            - LF_ENUMERATE [eTemplateUsage = 16777216]
366 ALL-NEXT:            - LF_ENUMERATE [eModuleUsage = 16777216]
367 ALL-NEXT:            - LF_ENUMERATE [eIllegalUsage = 33554432]
368 ALL-NEXT:            - LF_ENUMERATE [eAsynchronousUsage = 67108864]
369 ALL-NEXT:            - LF_ENUMERATE [eAnyIDLUsage = 4161535]
370 ALL-NEXT:   0x103C | LF_ENUM [size = 140, hash = 0x29D40] `__vc_attributes::helper_attributes::usageAttribute::usage_e`
371 ALL-NEXT:            unique name: `.?AW4usage_e@usageAttribute@helper_attributes@__vc_attributes@@`
372 ALL-NEXT:            field list: 0x103B, underlying type: 0x0074 (int)
373 ALL-NEXT:            options: has unique name | is nested
374 ALL-NEXT:   0x103D | LF_STRUCTURE [size = 128, hash = 0x31B78] `__vc_attributes::helper_attributes::usageAttribute`
375 ALL-NEXT:            unique name: `.?AUusageAttribute@helper_attributes@__vc_attributes@@`
376 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
377 ALL-NEXT:            options: forward ref | has unique name
378 ALL-NEXT:   0x103E | LF_POINTER [size = 12, hash = 0x2201C]
379 ALL-NEXT:            referent = 0x103D, mode = pointer, opts = const, kind = ptr32
380 ALL-NEXT:   0x103F | LF_ARGLIST [size = 12, hash = 0xBF7A]
381 ALL-NEXT:            0x0075 (unsigned): `unsigned`
382 ALL-NEXT:   0x1040 | LF_MFUNCTION [size = 28, hash = 0xAB2D]
383 ALL-NEXT:            return type = 0x0003 (void), # args = 1, param list = 0x103F
384 ALL-NEXT:            class type = 0x103D, this type = 0x103E, this adjust = 0
385 ALL-NEXT:            calling conv = thiscall, options = constructor
386 ALL-NEXT:   0x1041 | LF_FIELDLIST [size = 60, hash = 0x3173B]
387 ALL-NEXT:            - LF_NESTTYPE [name = `usage_e`, parent = 0x103C]
388 ALL-NEXT:            - LF_ONEMETHOD [name = `usageAttribute`]
389 ALL-NEXT:              type = 0x1040, vftable offset = -1, attrs = public
390 ALL-NEXT:            - LF_MEMBER [name = `value`, Type = 0x0075 (unsigned), offset = 0, attrs = public]
391 ALL-NEXT:   0x1042 | LF_STRUCTURE [size = 128, hash = 0x284B0] `__vc_attributes::helper_attributes::usageAttribute`
392 ALL-NEXT:            unique name: `.?AUusageAttribute@helper_attributes@__vc_attributes@@`
393 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: 0x1041
394 ALL-NEXT:            options: has ctor / dtor | contains nested class | has unique name
395 ALL-NEXT:   0x1043 | LF_FIELDLIST [size = 68, hash = 0x34B1B]
396 ALL-NEXT:            - LF_ENUMERATE [eBoolean = 0]
397 ALL-NEXT:            - LF_ENUMERATE [eInteger = 1]
398 ALL-NEXT:            - LF_ENUMERATE [eFloat = 2]
399 ALL-NEXT:            - LF_ENUMERATE [eDouble = 3]
400 ALL-NEXT:   0x1044 | LF_ENUM [size = 148, hash = 0x22D21] `__vc_attributes::helper_attributes::v1_alttypeAttribute::type_e`
401 ALL-NEXT:            unique name: `.?AW4type_e@v1_alttypeAttribute@helper_attributes@__vc_attributes@@`
402 ALL-NEXT:            field list: 0x1043, underlying type: 0x0074 (int)
403 ALL-NEXT:            options: has unique name | is nested
404 ALL-NEXT:   0x1045 | LF_STRUCTURE [size = 140, hash = 0xCD36] `__vc_attributes::helper_attributes::v1_alttypeAttribute`
405 ALL-NEXT:            unique name: `.?AUv1_alttypeAttribute@helper_attributes@__vc_attributes@@`
406 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
407 ALL-NEXT:            options: forward ref | has unique name
408 ALL-NEXT:   0x1046 | LF_POINTER [size = 12, hash = 0xAC9A]
409 ALL-NEXT:            referent = 0x1045, mode = pointer, opts = const, kind = ptr32
410 ALL-NEXT:   0x1047 | LF_ARGLIST [size = 12, hash = 0x195FA]
411 ALL-NEXT:            0x1044: `__vc_attributes::helper_attributes::v1_alttypeAttribute::type_e`
412 ALL-NEXT:   0x1048 | LF_MFUNCTION [size = 28, hash = 0x1B15E]
413 ALL-NEXT:            return type = 0x0003 (void), # args = 1, param list = 0x1047
414 ALL-NEXT:            class type = 0x1045, this type = 0x1046, this adjust = 0
415 ALL-NEXT:            calling conv = thiscall, options = constructor
416 ALL-NEXT:   0x1049 | LF_FIELDLIST [size = 64, hash = 0x4647]
417 ALL-NEXT:            - LF_NESTTYPE [name = `type_e`, parent = 0x1044]
418 ALL-NEXT:            - LF_ONEMETHOD [name = `v1_alttypeAttribute`]
419 ALL-NEXT:              type = 0x1048, vftable offset = -1, attrs = public
420 ALL-NEXT:            - LF_MEMBER [name = `type`, Type = 0x1044, offset = 0, attrs = public]
421 ALL-NEXT:   0x104A | LF_STRUCTURE [size = 140, hash = 0x340DF] `__vc_attributes::helper_attributes::v1_alttypeAttribute`
422 ALL-NEXT:            unique name: `.?AUv1_alttypeAttribute@helper_attributes@__vc_attributes@@`
423 ALL-NEXT:            vtable: <no type>, base list: <no type>, field list: 0x1049
424 ALL-NEXT:            options: has ctor / dtor | contains nested class | has unique name
425 ALL:        Type Index Offsets:
426 ALL-NEXT:     TI: 0x1000, Offset: 0
427 ALL:        Hash Adjusters:
428 ALL:                           Types (IPI Stream)
429 ALL-NEXT: ============================================================
430 ALL-NEXT:   Showing 15 records
431 ALL-NEXT:   0x1000 | LF_UDT_MOD_SRC_LINE [size = 20, hash = 0x1C12]
432 ALL-NEXT:            udt = 0x100B, mod = 1, file = 1, line = 481
433 ALL-NEXT:   0x1001 | LF_UDT_MOD_SRC_LINE [size = 20, hash = 0x1C1E]
434 ALL-NEXT:            udt = 0x1017, mod = 1, file = 1, line = 194
435 ALL-NEXT:   0x1002 | LF_UDT_MOD_SRC_LINE [size = 20, hash = 0x1C0C]
436 ALL-NEXT:            udt = 0x1021, mod = 1, file = 1, line = 603
437 ALL-NEXT:   0x1003 | LF_UDT_MOD_SRC_LINE [size = 20, hash = 0x1C17]
438 ALL-NEXT:            udt = 0x102C, mod = 1, file = 1, line = 1200
439 ALL-NEXT:   0x1004 | LF_UDT_MOD_SRC_LINE [size = 20, hash = 0x1C21]
440 ALL-NEXT:            udt = 0x103A, mod = 1, file = 1, line = 540
441 ALL-NEXT:   0x1005 | LF_UDT_MOD_SRC_LINE [size = 20, hash = 0x1C49]
442 ALL-NEXT:            udt = 0x1042, mod = 1, file = 1, line = 108
443 ALL-NEXT:   0x1006 | LF_UDT_MOD_SRC_LINE [size = 20, hash = 0x1C51]
444 ALL-NEXT:            udt = 0x104A, mod = 1, file = 1, line = 96
445 ALL-NEXT:   0x1007 | LF_STRING_ID [size = 48, hash = 0x13B57] ID: <no type>, String: d:\src\llvm\test\DebugInfo\PDB\Inputs
446 ALL-NEXT:   0x1008 | LF_STRING_ID [size = 76, hash = 0x25A41] ID: <no type>, String: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\cl.exe
447 ALL-NEXT:   0x1009 | LF_STRING_ID [size = 20, hash = 0x125B5] ID: <no type>, String: empty.cpp
448 ALL-NEXT:   0x100A | LF_STRING_ID [size = 56, hash = 0x3DEDE] ID: <no type>, String: d:\src\llvm\test\DebugInfo\PDB\Inputs\vc120.pdb
449 ALL-NEXT:   0x100B | LF_STRING_ID [size = 252, hash = 0x2F3BB] ID: <no type>, String: -Zi -MT -I"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE" -I"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE" -I"C:\Program Files (x86)\Windows Kits\8.1\include\shared" -I"C:\Program Files (x86)\Windows
450 ALL-NEXT:   0x100C | LF_SUBSTR_LIST [size = 12, hash = 0x365F1]
451 ALL-NEXT:            0x100B: `-Zi -MT -I"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE" -I"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE" -I"C:\Program Files (x86)\Windows Kits\8.1\include\shared" -I"C:\Program Files (x86)\Windows`
452 ALL-NEXT:   0x100D | LF_STRING_ID [size = 96, hash = 0x2D6F3] ID: 0x100C, String:  Kits\8.1\include\um" -I"C:\Program Files (x86)\Windows Kits\8.1\include\winrt" -TP -X
453 ALL-NEXT:   0x100E | LF_BUILDINFO [size = 28, hash = 0x3EC54]
454 ALL-NEXT:            0x1007: `d:\src\llvm\test\DebugInfo\PDB\Inputs`
455 ALL-NEXT:            0x1008: `C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\cl.exe`
456 ALL-NEXT:            0x1009: `empty.cpp`
457 ALL-NEXT:            0x100A: `d:\src\llvm\test\DebugInfo\PDB\Inputs\vc120.pdb`
458 ALL-NEXT:            0x100D: ` Kits\8.1\include\um" -I"C:\Program Files (x86)\Windows Kits\8.1\include\winrt" -TP -X`
459 ALL:        Type Index Offsets:
460 ALL-NEXT:     TI: 0x1000, Offset: 0
461 ALL:        Hash Adjusters:
462 ALL:                             Global Symbols
463 ALL-NEXT: ============================================================
464 ALL-NEXT:  Records
465 ALL-NEXT:   56 | S_PROCREF [size = 20] `main`
466 ALL-NEXT:       module = 1, sum name = 0, offset = 120
467 ALL-NEXT:   76 | S_GDATA32 [size = 28] `__purecall`
468 ALL-NEXT:       type = 0x0403 (void*), addr = 0003:0000
469 ALL-NOT:   S_PUB32
470 ALL:                             Public Symbols
471 ALL-NEXT: ============================================================
472 ALL-NEXT:  Records
473 ALL-NEXT:    0 | S_PUB32 [size = 36] `?__purecall@@3PAXA`
474 ALL-NEXT:       flags = none, addr = 0003:0000
475 ALL-NEXT:   36 | S_PUB32 [size = 20] `_main`
476 ALL-NEXT:       flags = function, addr = 0001:0016
477 ALL-NOT:   S_PROCREF
478 ALL:                                Symbols
479 ALL-NEXT: ============================================================
480 ALL-NEXT:   Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
481 ALL-NEXT:      4 | S_OBJNAME [size = 56] sig=0, `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`
482 ALL-NEXT:     60 | S_COMPILE3 [size = 60]
483 ALL-NEXT:          machine = intel pentium 3, Ver = Microsoft (R) Optimizing Compiler, language = c++
484 ALL-NEXT:          frontend = 18.0.31101.0, backend = 18.0.31101.0
485 ALL-NEXT:          flags = security checks
486 ALL-NEXT:    120 | S_GPROC32 [size = 44] `main`
487 ALL-NEXT:          parent = 0, end = 196, addr = 0001:0016, code size = 10
488 ALL-NEXT:          type = `0x1001 (int ())`, debug start = 3, debug end = 8, flags = has fp
489 ALL-NEXT:    164 | S_FRAMEPROC [size = 32]
490 ALL-NEXT:          size = 0, padding size = 0, offset to padding = 0
491 ALL-NEXT:          bytes of callee saved registers = 0, exception handler addr = 0000:0000
492 ALL-NEXT:          local fp reg = EBP, param fp reg = EBP
493 ALL-NEXT:          flags = has async eh | opt speed
494 ALL-NEXT:    196 | S_END [size = 4]
495 ALL-NEXT:    200 | S_BUILDINFO [size = 8] BuildId = `0x100E`
496 ALL-NEXT:   Mod 0001 | `* Linker *`:
497 ALL-NEXT:          4 | S_OBJNAME [size = 20] sig=0, `* Linker *`
498 ALL-NEXT:         24 | S_COMPILE3 [size = 48]
499 ALL-NEXT:              machine = intel 80386, Ver = Microsoft (R) LINK, language = link
500 ALL-NEXT:              frontend = 0.0.0.0, backend = 12.0.31101.0
501 ALL-NEXT:              flags = none
502 ALL-NEXT:         72 | S_ENVBLOCK [size = 172]
503 ALL-NEXT:              - cwd
504 ALL-NEXT:              - d:\src\llvm\test\DebugInfo\PDB\Inputs
505 ALL-NEXT:              - exe
506 ALL-NEXT:              - C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.exe
507 ALL-NEXT:              - pdb
508 ALL-NEXT:              - d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.pdb
509 ALL-NEXT:        244 | S_TRAMPOLINE [size = 20]
510 ALL-NEXT:              type = tramp incremental, size = 5, source = 0001:0005, target = 0001:0005
511 ALL-NEXT:        264 | S_SECTION [size = 28] `.text`
512 ALL-NEXT:              length = 4122, alignment = 12, rva = 4096, section # = 1
513 ALL-NEXT:              characteristics =
514 ALL-NEXT:                code
515 ALL-NEXT:                execute permissions
516 ALL-NEXT:                read permissions
517 ALL-NEXT:        292 | S_COFFGROUP [size = 28] `.text$mn`
518 ALL-NEXT:              length = 4122, addr = 0001:0000
519 ALL-NEXT:              characteristics =
520 ALL-NEXT:                code
521 ALL-NEXT:                execute permissions
522 ALL-NEXT:                read permissions
523 ALL-NEXT:        320 | S_SECTION [size = 28] `.rdata`
524 ALL-NEXT:              length = 690, alignment = 12, rva = 12288, section # = 2
525 ALL-NEXT:              characteristics =
526 ALL-NEXT:                initialized data
527 ALL-NEXT:                read permissions
528 ALL-NEXT:        348 | S_COFFGROUP [size = 28] `.rdata`
529 ALL-NEXT:              length = 323, addr = 0002:0000
530 ALL-NEXT:              characteristics =
531 ALL-NEXT:                initialized data
532 ALL-NEXT:                read permissions
533 ALL-NEXT:        376 | S_COFFGROUP [size = 28] `.edata`
534 ALL-NEXT:              length = 0, addr = 0002:0323
535 ALL-NEXT:              characteristics =
536 ALL-NEXT:                initialized data
537 ALL-NEXT:                read permissions
538 ALL-NEXT:        404 | S_COFFGROUP [size = 32] `.rdata$debug`
539 ALL-NEXT:              length = 366, addr = 0002:0324
540 ALL-NEXT:              characteristics =
541 ALL-NEXT:                initialized data
542 ALL-NEXT:                read permissions
543 ALL-NEXT:        436 | S_SECTION [size = 28] `.data`
544 ALL-NEXT:              length = 4, alignment = 12, rva = 16384, section # = 3
545 ALL-NEXT:              characteristics =
546 ALL-NEXT:                initialized data
547 ALL-NEXT:                read permissions
548 ALL-NEXT:                write permissions
549 ALL-NEXT:        464 | S_COFFGROUP [size = 24] `.bss`
550 ALL-NEXT:              length = 4, addr = 0003:0000
551 ALL-NEXT:              characteristics =
552 ALL-NEXT:                uninitialized data
553 ALL-NEXT:                read permissions
554 ALL-NEXT:                write permissions
555 ALL-NEXT:        488 | S_SECTION [size = 28] `.reloc`
556 ALL-NEXT:              length = 8, alignment = 12, rva = 20480, section # = 4
557 ALL-NEXT:              characteristics =
558 ALL-NEXT:                initialized data
559 ALL-NEXT:                discardable
560 ALL-NEXT:                read permissions
561 ALL:                         Section Contributions
562 ALL-NEXT: ============================================================
563 ALL-NEXT:   SC[.text]  | mod = 1, 0001:0000, size = 10, data crc = 0, reloc crc = 0
564 ALL-NEXT:                IMAGE_SCN_CNT_CODE | IMAGE_SCN_MEM_EXECUTE | IMAGE_SCN_MEM_READ
565 ALL-NEXT:   SC[.text]  | mod = 0, 0001:0016, size = 10, data crc = 3617027124, reloc crc = 0
566 ALL-NEXT:                IMAGE_SCN_CNT_CODE | IMAGE_SCN_ALIGN_16BYTES | IMAGE_SCN_MEM_EXECUTE |
567 ALL-NEXT:                IMAGE_SCN_MEM_READ
568 ALL-NEXT:   SC[.rdata] | mod = 1, 0002:0000, size = 56, data crc = 0, reloc crc = 0
569 ALL-NEXT:                IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_MEM_READ
570 ALL-NEXT:   SC[.rdata] | mod = 1, 0002:0324, size = 72, data crc = 0, reloc crc = 0
571 ALL-NEXT:                IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_ALIGN_4BYTES | IMAGE_SCN_MEM_READ
572 ALL-NEXT:   SC[.rdata] | mod = 1, 0002:0396, size = 20, data crc = 0, reloc crc = 0
573 ALL-NEXT:                IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_ALIGN_4BYTES | IMAGE_SCN_MEM_READ
574 ALL-NEXT:   SC[.data]  | mod = 0, 0003:0000, size = 4, data crc = 0, reloc crc = 0
575 ALL-NEXT:                IMAGE_SCN_CNT_UNINITIALIZED_DATA | IMAGE_SCN_ALIGN_4BYTES | IMAGE_SCN_MEM_READ |
576 ALL-NEXT:                IMAGE_SCN_MEM_WRITE
577 ALL:                              Section Map
578 ALL-NEXT: ============================================================
579 ALL-NEXT:   Section 0000 | ovl = 0, group = 0, frame = 1, name = 65535
580 ALL-NEXT:                  class = 65535, offset = 0, size = 4122
581 ALL-NEXT:                  flags = read | execute | 32 bit addr | selector
582 ALL-NEXT:   Section 0001 | ovl = 0, group = 0, frame = 2, name = 65535
583 ALL-NEXT:                  class = 65535, offset = 0, size = 690
584 ALL-NEXT:                  flags = read | 32 bit addr | selector
585 ALL-NEXT:   Section 0002 | ovl = 0, group = 0, frame = 3, name = 65535
586 ALL-NEXT:                  class = 65535, offset = 0, size = 4
587 ALL-NEXT:                  flags = read | write | 32 bit addr | selector
588 ALL-NEXT:   Section 0003 | ovl = 0, group = 0, frame = 4, name = 65535
589 ALL-NEXT:                  class = 65535, offset = 0, size = 8
590 ALL-NEXT:                  flags = read | 32 bit addr | selector
591 ALL-NEXT:   Section 0004 | ovl = 0, group = 0, frame = 0, name = 65535
592 ALL-NEXT:                  class = 65535, offset = 0, size = 4294967295
593 ALL-NEXT:                  flags = 32 bit addr | absolute addr
597 BIG:                            Summary
598 BIG-NEXT: ============================================================
599 BIG-NEXT:   Block Size: 4096
600 BIG-NEXT:   Number of blocks: 99
601 BIG-NEXT:   Number of streams: 64
602 BIG-NEXT:   Signature: 1461714535
603 BIG-NEXT:   Age: 1
604 BIG-NEXT:   GUID: {880ECC89-DF81-0B4F-839C-58CBD052E937}
605 BIG-NEXT:   Features: 0x1
606 BIG-NEXT:   Has Debug Info: true
607 BIG-NEXT:   Has Types: true
608 BIG-NEXT:   Has IDs: true
609 BIG-NEXT:   Has Globals: true
610 BIG-NEXT:   Has Publics: true
611 BIG-NEXT:   Is incrementally linked: true
612 BIG-NEXT:   Has conflicting types: false
613 BIG-NEXT:   Is stripped: false
614 BIG:                              Modules
615 BIG-NEXT: ============================================================
616 BIG-NEXT:   Mod 0000 | `D:\src\llvm\test\tools\llvm-symbolizer\pdb\Inputs\test.obj`:
617 BIG-NEXT:              Obj: `D:\src\llvm\test\tools\llvm-symbolizer\pdb\Inputs\test.obj`:
618 BIG-NEXT:              debug stream: 12, # files: 1, has ec info: false
619 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
620 BIG-NEXT:   Mod 0001 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_cpu_disp_.obj`:
621 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
622 BIG-NEXT:              debug stream: 14, # files: 14, has ec info: false
623 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
624 BIG-NEXT:   Mod 0002 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_initsect_.obj`:
625 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
626 BIG-NEXT:              debug stream: 15, # files: 19, has ec info: false
627 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
628 BIG-NEXT:   Mod 0003 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_sehprolg4_.obj`:
629 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
630 BIG-NEXT:              debug stream: 16, # files: 1, has ec info: false
631 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 1 `f:\dd\vctools\crt\vcstartup\src\eh\i386\sehprolg4.asm`
632 BIG-NEXT:   Mod 0004 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_chandler4gs_.obj`:
633 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
634 BIG-NEXT:              debug stream: 17, # files: 14, has ec info: false
635 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
636 BIG-NEXT:   Mod 0005 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_secchk_.obj`:
637 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
638 BIG-NEXT:              debug stream: 18, # files: 14, has ec info: false
639 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
640 BIG-NEXT:   Mod 0006 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_cookie.obj`:
641 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
642 BIG-NEXT:              debug stream: 19, # files: 9, has ec info: false
643 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
644 BIG-NEXT:   Mod 0007 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_report.obj`:
645 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
646 BIG-NEXT:              debug stream: 20, # files: 14, has ec info: false
647 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
648 BIG-NEXT:   Mod 0008 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_support.obj`:
649 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
650 BIG-NEXT:              debug stream: 21, # files: 10, has ec info: false
651 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
652 BIG-NEXT:   Mod 0009 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\checkcfg.obj`:
653 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
654 BIG-NEXT:              debug stream: 22, # files: 14, has ec info: false
655 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
656 BIG-NEXT:   Mod 0010 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\guard_support.obj`:
657 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
658 BIG-NEXT:              debug stream: 23, # files: 10, has ec info: false
659 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
660 BIG-NEXT:   Mod 0011 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\loadcfg.obj`:
661 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
662 BIG-NEXT:              debug stream: 24, # files: 9, has ec info: false
663 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
664 BIG-NEXT:   Mod 0012 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\dyn_tls_dtor.obj`:
665 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
666 BIG-NEXT:              debug stream: 25, # files: 11, has ec info: false
667 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
668 BIG-NEXT:   Mod 0013 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\dyn_tls_init.obj`:
669 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
670 BIG-NEXT:              debug stream: 26, # files: 10, has ec info: false
671 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
672 BIG-NEXT:   Mod 0014 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\matherr_detection.obj`:
673 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
674 BIG-NEXT:              debug stream: 27, # files: 1, has ec info: false
675 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
676 BIG-NEXT:   Mod 0015 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\ucrt_detection.obj`:
677 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
678 BIG-NEXT:              debug stream: 28, # files: 1, has ec info: false
679 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
680 BIG-NEXT:   Mod 0016 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\argv_mode.obj`:
681 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
682 BIG-NEXT:              debug stream: 29, # files: 1, has ec info: false
683 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
684 BIG-NEXT:   Mod 0017 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\commit_mode.obj`:
685 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
686 BIG-NEXT:              debug stream: 30, # files: 1, has ec info: false
687 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
688 BIG-NEXT:   Mod 0018 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\default_local_stdio_options.obj`:
689 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
690 BIG-NEXT:              debug stream: 31, # files: 24, has ec info: false
691 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
692 BIG-NEXT:   Mod 0019 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\denormal_control.obj`:
693 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
694 BIG-NEXT:              debug stream: 32, # files: 1, has ec info: false
695 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
696 BIG-NEXT:   Mod 0020 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\env_mode.obj`:
697 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
698 BIG-NEXT:              debug stream: 33, # files: 1, has ec info: false
699 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
700 BIG-NEXT:   Mod 0021 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\file_mode.obj`:
701 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
702 BIG-NEXT:              debug stream: 34, # files: 1, has ec info: false
703 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
704 BIG-NEXT:   Mod 0022 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\invalid_parameter_handler.obj`:
705 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
706 BIG-NEXT:              debug stream: 35, # files: 1, has ec info: false
707 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
708 BIG-NEXT:   Mod 0023 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\matherr.obj`:
709 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
710 BIG-NEXT:              debug stream: 36, # files: 2, has ec info: false
711 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
712 BIG-NEXT:   Mod 0024 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\new_mode.obj`:
713 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
714 BIG-NEXT:              debug stream: 37, # files: 1, has ec info: false
715 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
716 BIG-NEXT:   Mod 0025 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\thread_locale.obj`:
717 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
718 BIG-NEXT:              debug stream: 38, # files: 1, has ec info: false
719 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
720 BIG-NEXT:   Mod 0026 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\tncleanup.obj`:
721 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
722 BIG-NEXT:              debug stream: 39, # files: 21, has ec info: false
723 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
724 BIG-NEXT:   Mod 0027 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\exe_main.obj`:
725 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
726 BIG-NEXT:              debug stream: 40, # files: 26, has ec info: false
727 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
728 BIG-NEXT:   Mod 0028 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\initializers.obj`:
729 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
730 BIG-NEXT:              debug stream: 41, # files: 20, has ec info: false
731 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
732 BIG-NEXT:   Mod 0029 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\utility.obj`:
733 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
734 BIG-NEXT:              debug stream: 42, # files: 20, has ec info: false
735 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
736 BIG-NEXT:   Mod 0030 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\ucrt_stubs.obj`:
737 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
738 BIG-NEXT:              debug stream: 43, # files: 1, has ec info: false
739 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
740 BIG-NEXT:   Mod 0031 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\utility_desktop.obj`:
741 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
742 BIG-NEXT:              debug stream: 44, # files: 20, has ec info: false
743 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
744 BIG-NEXT:   Mod 0032 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\default_precision.obj`:
745 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`:
746 BIG-NEXT:              debug stream: 45, # files: 20, has ec info: false
747 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
748 BIG-NEXT:   Mod 0033 | `Import:KERNEL32.dll`:
749 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\um\x86\kernel32.lib`:
750 BIG-NEXT:              debug stream: 47, # files: 0, has ec info: false
751 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
752 BIG-NEXT:   Mod 0034 | `KERNEL32.dll`:
753 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\um\x86\kernel32.lib`:
754 BIG-NEXT:              debug stream: 46, # files: 0, has ec info: false
755 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
756 BIG-NEXT:   Mod 0035 | `Import:VCRUNTIME140.dll`:
757 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\vcruntime.lib`:
758 BIG-NEXT:              debug stream: 49, # files: 0, has ec info: false
759 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
760 BIG-NEXT:   Mod 0036 | `VCRUNTIME140.dll`:
761 BIG-NEXT:              Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\vcruntime.lib`:
762 BIG-NEXT:              debug stream: 48, # files: 0, has ec info: false
763 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
764 BIG-NEXT:   Mod 0037 | `Import:api-ms-win-crt-stdio-l1-1-0.dll`:
765 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
766 BIG-NEXT:              debug stream: 59, # files: 0, has ec info: false
767 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
768 BIG-NEXT:   Mod 0038 | `api-ms-win-crt-stdio-l1-1-0.dll`:
769 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
770 BIG-NEXT:              debug stream: 58, # files: 0, has ec info: false
771 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
772 BIG-NEXT:   Mod 0039 | `Import:api-ms-win-crt-runtime-l1-1-0.dll`:
773 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
774 BIG-NEXT:              debug stream: 57, # files: 0, has ec info: false
775 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
776 BIG-NEXT:   Mod 0040 | `api-ms-win-crt-runtime-l1-1-0.dll`:
777 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
778 BIG-NEXT:              debug stream: 56, # files: 0, has ec info: false
779 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
780 BIG-NEXT:   Mod 0041 | `Import:api-ms-win-crt-math-l1-1-0.dll`:
781 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
782 BIG-NEXT:              debug stream: 55, # files: 0, has ec info: false
783 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
784 BIG-NEXT:   Mod 0042 | `api-ms-win-crt-math-l1-1-0.dll`:
785 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
786 BIG-NEXT:              debug stream: 54, # files: 0, has ec info: false
787 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
788 BIG-NEXT:   Mod 0043 | `Import:api-ms-win-crt-locale-l1-1-0.dll`:
789 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
790 BIG-NEXT:              debug stream: 53, # files: 0, has ec info: false
791 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
792 BIG-NEXT:   Mod 0044 | `api-ms-win-crt-locale-l1-1-0.dll`:
793 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
794 BIG-NEXT:              debug stream: 52, # files: 0, has ec info: false
795 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
796 BIG-NEXT:   Mod 0045 | `Import:api-ms-win-crt-heap-l1-1-0.dll`:
797 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
798 BIG-NEXT:              debug stream: 51, # files: 0, has ec info: false
799 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
800 BIG-NEXT:   Mod 0046 | `api-ms-win-crt-heap-l1-1-0.dll`:
801 BIG-NEXT:              Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\ucrt\x86\ucrt.lib`:
802 BIG-NEXT:              debug stream: 50, # files: 0, has ec info: false
803 BIG-NEXT:              pdb file ni: 0 ``, src file ni: 0 ``
804 BIG-NEXT:   Mod 0047 |  `* Linker *`:
805 BIG-NEXT:              Obj: ``:
806 BIG-NEXT:              debug stream: 60, # files: 0, has ec info: false
807 BIG-NEXT:              pdb file ni: 55 `{{.*test.pdb}}`, src file ni: 0 ``
808 BIG:                                Files
809 BIG-NEXT: ============================================================
810 BIG-NEXT:   Mod 0000 | `D:\src\llvm\test\tools\llvm-symbolizer\pdb\Inputs\test.obj`:
811 BIG-NEXT:              - (MD5: A20261917ADC01A12CBDBF778BC6CCC8) d:\src\llvm\test\tools\llvm-symbolizer\pdb\inputs\test.cpp
812 BIG-NEXT:   Mod 0001 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_cpu_disp_.obj`:
813 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
814 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
815 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
816 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
817 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
818 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
819 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
820 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
821 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
822 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
823 BIG-NEXT:              - (MD5: 884E12AC852D3B4E1E625A0F01595A68) f:\dd\vctools\crt\vcstartup\src\misc\i386\cpu_disp.c
824 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
825 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
826 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
827 BIG-NEXT:   Mod 0002 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_initsect_.obj`:
828 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
829 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
830 BIG-NEXT:              - (MD5: DD3FFC8C4284997F6762C449313244B2) f:\dd\vctools\crt\vcstartup\src\rtc\initsect.cpp
831 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
832 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
833 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
834 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
835 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
836 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
837 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
838 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
839 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
840 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
841 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
842 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
843 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
844 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
845 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
846 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
847 BIG-NEXT:   Mod 0003 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_sehprolg4_.obj`:
848 BIG-NEXT:              - (MD5: E562BB073C88A6A3791CE9FBDC64E7A7) f:\dd\vctools\crt\vcstartup\src\eh\i386\sehprolg4.asm
849 BIG-NEXT:   Mod 0004 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_chandler4gs_.obj`:
850 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
851 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
852 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
853 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
854 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
855 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
856 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
857 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
858 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
859 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
860 BIG-NEXT:              - (MD5: D014BFD91FD6D4163AF92452CBC9EEA0) f:\dd\vctools\crt\vcstartup\src\eh\i386\chandler4gs.c
861 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
862 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
863 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
864 BIG-NEXT:   Mod 0005 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_secchk_.obj`:
865 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
866 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
867 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
868 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
869 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
870 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
871 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
872 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
873 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
874 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
875 BIG-NEXT:              - (MD5: 6C34B4E5ACA82CB0D6BD6CB8C059C9C9) f:\dd\vctools\crt\vcstartup\src\eh\i386\secchk.c
876 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
877 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
878 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
879 BIG-NEXT:   Mod 0006 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_cookie.obj`:
880 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
881 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
882 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
883 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
884 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
885 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
886 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
887 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
888 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
889 BIG-NEXT:   Mod 0007 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_report.obj`:
890 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
891 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
892 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
893 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
894 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
895 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
896 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
897 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
898 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
899 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
900 BIG-NEXT:              - (MD5: 87566AA39C18DD3CEAC021002D34B63D) f:\dd\vctools\crt\vcstartup\src\gs\gs_report.c
901 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
902 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
903 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
904 BIG-NEXT:   Mod 0008 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_support.obj`:
905 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
906 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
907 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
908 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
909 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
910 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
911 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
912 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
913 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
914 BIG-NEXT:              - (MD5: 57AC84319EF78F67DAA9372FDA8CBFCC) f:\dd\vctools\crt\vcstartup\src\gs\gs_support.c
915 BIG-NEXT:   Mod 0009 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\checkcfg.obj`:
916 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
917 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
918 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
919 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
920 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
921 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
922 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
923 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
924 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
925 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
926 BIG-NEXT:              - (MD5: 9552C4FC4125F9D7D3A8B5FD18B7BCCF) f:\dd\vctools\crt\vcstartup\src\misc\checkcfg.c
927 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
928 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
929 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
930 BIG-NEXT:   Mod 0010 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\guard_support.obj`:
931 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
932 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
933 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
934 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
935 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
936 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
937 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
938 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
939 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
940 BIG-NEXT:              - (MD5: 8BFBA3D0672A148A9FB0E9F0A6BC256D) f:\dd\vctools\crt\vcstartup\src\misc\guard_support.c
941 BIG-NEXT:   Mod 0011 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\loadcfg.obj`:
942 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
943 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
944 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
945 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
946 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
947 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
948 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
949 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
950 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
951 BIG-NEXT:   Mod 0012 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\dyn_tls_dtor.obj`:
952 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
953 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
954 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
955 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
956 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
957 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
958 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
959 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
960 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
961 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
962 BIG-NEXT:              - (MD5: EE3858E06B118BDBAAE53F5E55B0BB0C) f:\dd\vctools\crt\vcstartup\src\utility\dyn_tls_dtor.c
963 BIG-NEXT:   Mod 0013 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\dyn_tls_init.obj`:
964 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
965 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
966 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
967 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
968 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
969 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
970 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
971 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
972 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
973 BIG-NEXT:              - (MD5: 9DA48F59075BBAAAB4F7FC4575F34405) f:\dd\vctools\crt\vcstartup\src\utility\dyn_tls_init.c
974 BIG-NEXT:   Mod 0014 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\matherr_detection.obj`:
975 BIG-NEXT:              - (MD5: 2DF28D8BA8B7AAAA67C94719B214B060) f:\dd\vctools\crt\vcstartup\src\utility\matherr_detection.c
976 BIG-NEXT:   Mod 0015 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\ucrt_detection.obj`:
977 BIG-NEXT:              - (MD5: 737902C62D7458629D0DDD52E122C033) f:\dd\vctools\crt\vcstartup\src\utility\ucrt_detection.c
978 BIG-NEXT:   Mod 0016 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\argv_mode.obj`:
979 BIG-NEXT:              - (MD5: 634D3D57BDE292817F77F8DBF366E2D2) f:\dd\vctools\crt\vcstartup\src\defaults\argv_mode.cpp
980 BIG-NEXT:   Mod 0017 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\commit_mode.obj`:
981 BIG-NEXT:              - (MD5: CF5B0F6243121A3F5E206E07CA457128) f:\dd\vctools\crt\vcstartup\src\defaults\commit_mode.cpp
982 BIG-NEXT:   Mod 0018 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\default_local_stdio_options.obj`:
983 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
984 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
985 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
986 BIG-NEXT:              - (MD5: E6391682D136711F96E730F4D6162E0C) f:\dd\vctools\crt\vcstartup\src\defaults\default_local_stdio_options.cpp
987 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
988 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
989 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
990 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
991 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
992 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
993 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
994 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
995 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
996 BIG-NEXT:              - (MD5: 2D5E699DF1BED89FCCCCCF0DCFC49050) f:\dd\externalapis\unifiedcrt\inc\stdio.h
997 BIG-NEXT:              - (MD5: 2443DB19DCC585E308F60DAFEF1D4C4C) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstdio.h
998 BIG-NEXT:              - (MD5: 79921ECB03C5C56E28D771ADF8910FD8) f:\dd\externalapis\unifiedcrt\inc\corecrt_stdio_config.h
999 BIG-NEXT:              - (MD5: 7C388EF80868D8301B5A908485637FEE) f:\dd\vctools\crt\vcstartup\inc\vcstartup_internal.h
1000 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
1001 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
1002 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
1003 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
1004 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
1005 BIG-NEXT:              - (MD5: 303C50A7BC924CD426BAA20C7F16192C) f:\dd\vctools\crt\vcruntime\inc\vadefs.h
1006 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
1007 BIG-NEXT:   Mod 0019 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\denormal_control.obj`:
1008 BIG-NEXT:              - (MD5: 0513001DBCB8CB8F8561DC117FD943BA) f:\dd\vctools\crt\vcstartup\src\defaults\denormal_control.cpp
1009 BIG-NEXT:   Mod 0020 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\env_mode.obj`:
1010 BIG-NEXT:              - (MD5: 5B7121FC3210A120D7B70CB668D8EF0C) f:\dd\vctools\crt\vcstartup\src\defaults\env_mode.cpp
1011 BIG-NEXT:   Mod 0021 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\file_mode.obj`:
1012 BIG-NEXT:              - (MD5: 749603C05EB2FB5024819A3107DA9A7D) f:\dd\vctools\crt\vcstartup\src\defaults\file_mode.cpp
1013 BIG-NEXT:   Mod 0022 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\invalid_parameter_handler.obj`:
1014 BIG-NEXT:              - (MD5: 0C385FD7C6DB91E0BA7C72C1AB680BE6) f:\dd\vctools\crt\vcstartup\src\defaults\invalid_parameter_handler.cpp
1015 BIG-NEXT:   Mod 0023 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\matherr.obj`:
1016 BIG-NEXT:              - (MD5: F8B3DAD79F14E4169CCBA611203C89CD) f:\dd\vctools\crt\vcstartup\src\defaults\matherr.cpp
1017 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
1018 BIG-NEXT:   Mod 0024 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\new_mode.obj`:
1019 BIG-NEXT:              - (MD5: 4F22B6A5E4E0D01E8C000B17F2B2640D) f:\dd\vctools\crt\vcstartup\src\defaults\new_mode.cpp
1020 BIG-NEXT:   Mod 0025 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\thread_locale.obj`:
1021 BIG-NEXT:              - (MD5: 435F5F51541F7D6565DF6BE20F8AC8A3) f:\dd\vctools\crt\vcstartup\src\defaults\thread_locale.cpp
1022 BIG-NEXT:   Mod 0026 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\tncleanup.obj`:
1023 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
1024 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
1025 BIG-NEXT:              - (MD5: 984A18787250F7F6D0506E6BC1FD7991) f:\dd\vctools\crt\vcstartup\src\eh\tncleanup.cpp
1026 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
1027 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
1028 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
1029 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
1030 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
1031 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
1032 BIG-NEXT:              - (MD5: 2465A06B1F50CD26AD5EC7D20DA6DB3D) f:\dd\vctools\crt\vcruntime\inc\vcruntime_typeinfo.h
1033 BIG-NEXT:              - (MD5: 385CF08DA92F72075026067CE03F8402) f:\dd\vctools\crt\vcruntime\inc\vcruntime_exception.h
1034 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
1035 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
1036 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
1037 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
1038 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
1039 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
1040 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
1041 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
1042 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
1043 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
1044 BIG-NEXT:   Mod 0027 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\exe_main.obj`:
1045 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
1046 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
1047 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
1048 BIG-NEXT:              - (MD5: B71A807A307A52C400179EF5D3FAA1A7) f:\dd\vctools\crt\vcstartup\src\startup\exe_main.cpp
1049 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
1050 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
1051 BIG-NEXT:              - (MD5: 2D5E699DF1BED89FCCCCCF0DCFC49050) f:\dd\externalapis\unifiedcrt\inc\stdio.h
1052 BIG-NEXT:              - (MD5: 2443DB19DCC585E308F60DAFEF1D4C4C) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstdio.h
1053 BIG-NEXT:              - (MD5: 79921ECB03C5C56E28D771ADF8910FD8) f:\dd\externalapis\unifiedcrt\inc\corecrt_stdio_config.h
1054 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
1055 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
1056 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
1057 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
1058 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
1059 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
1060 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
1061 BIG-NEXT:              - (MD5: 36A3069CD09EC9F92668000F200D5545) f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl
1062 BIG-NEXT:              - (MD5: 7C388EF80868D8301B5A908485637FEE) f:\dd\vctools\crt\vcstartup\inc\vcstartup_internal.h
1063 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
1064 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
1065 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
1066 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
1067 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
1068 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
1069 BIG-NEXT:              - (MD5: 303C50A7BC924CD426BAA20C7F16192C) f:\dd\vctools\crt\vcruntime\inc\vadefs.h
1070 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
1071 BIG-NEXT:   Mod 0028 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\initializers.obj`:
1072 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
1073 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
1074 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
1075 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
1076 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
1077 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
1078 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
1079 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
1080 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
1081 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
1082 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
1083 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
1084 BIG-NEXT:              - (MD5: 7C388EF80868D8301B5A908485637FEE) f:\dd\vctools\crt\vcstartup\inc\vcstartup_internal.h
1085 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
1086 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
1087 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
1088 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
1089 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
1090 BIG-NEXT:              - (MD5: 8A16383C445FDABF21BDBAC3825E8133) f:\dd\externalapis\windows\8.1\sdk\inc\evntprov.h
1091 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
1092 BIG-NEXT:   Mod 0029 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\utility.obj`:
1093 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
1094 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
1095 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
1096 BIG-NEXT:              - (MD5: 2D42DDF1AAE9B3491E4BB346255346D5) f:\dd\vctools\crt\vcstartup\src\utility\utility.cpp
1097 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
1098 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
1099 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
1100 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
1101 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
1102 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
1103 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
1104 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
1105 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
1106 BIG-NEXT:              - (MD5: 7C388EF80868D8301B5A908485637FEE) f:\dd\vctools\crt\vcstartup\inc\vcstartup_internal.h
1107 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
1108 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
1109 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
1110 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
1111 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
1112 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
1113 BIG-NEXT:   Mod 0030 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\ucrt_stubs.obj`:
1114 BIG-NEXT:              - (MD5: 20976B3B6CD70F2DF77312D18D9C8D32) f:\dd\vctools\crt\vcstartup\src\utility\ucrt_stubs.cpp
1115 BIG-NEXT:   Mod 0031 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\utility_desktop.obj`:
1116 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
1117 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
1118 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
1119 BIG-NEXT:              - (MD5: CC9AAE4BAA114C08FFC7F1515EC09E4C) f:\dd\vctools\crt\vcstartup\src\utility\utility_desktop.cpp
1120 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
1121 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
1122 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
1123 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
1124 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
1125 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
1126 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
1127 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
1128 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
1129 BIG-NEXT:              - (MD5: 7C388EF80868D8301B5A908485637FEE) f:\dd\vctools\crt\vcstartup\inc\vcstartup_internal.h
1130 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
1131 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
1132 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
1133 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
1134 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
1135 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
1136 BIG-NEXT:   Mod 0032 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\default_precision.obj`:
1137 BIG-NEXT:              - (MD5: 377E41F4DAE6F93EA819B4EFCF229F08) f:\dd\externalapis\unifiedcrt\inc\string.h
1138 BIG-NEXT:              - (MD5: 96C01EE8E4C01B90601D93353838EBF8) f:\dd\externalapis\unifiedcrt\inc\corecrt_memory.h
1139 BIG-NEXT:              - (MD5: A5976652B404EDDDBDA326FF9A9488A3) f:\dd\externalapis\unifiedcrt\inc\corecrt_memcpy_s.h
1140 BIG-NEXT:              - (MD5: 9621B7E7C6A138B5185711F98CCC568E) f:\dd\vctools\crt\vcstartup\src\defaults\default_precision.cpp
1141 BIG-NEXT:              - (MD5: 9393435BC7FDE9F624E309D56629171A) f:\dd\vctools\crt\vcruntime\inc\internal_shared.h
1142 BIG-NEXT:              - (MD5: A40485987BE01BAF5F57569A41DAB837) f:\dd\vctools\crt\vcruntime\inc\vcruntime_new.h
1143 BIG-NEXT:              - (MD5: F9FC1E83CBE1A51209ED1C05BB0F70B2) f:\dd\externalapis\windows\8.1\sdk\inc\winuser.h
1144 BIG-NEXT:              - (MD5: 928553F8BA198C9030B65FA10B6B3DD2) f:\dd\externalapis\unifiedcrt\inc\malloc.h
1145 BIG-NEXT:              - (MD5: 493F2CAB7A6BE4175748A9FC6C4A38FB) f:\dd\externalapis\windows\8.1\sdk\inc\basetsd.h
1146 BIG-NEXT:              - (MD5: E4963431577926D9BA190CD6C10F8743) f:\dd\vctools\crt\vcruntime\inc\i386\xmmintrin.h
1147 BIG-NEXT:              - (MD5: C3412F163DF064CCDEF8CFBE0A387550) f:\dd\externalapis\windows\8.1\sdk\inc\winbase.h
1148 BIG-NEXT:              - (MD5: 7C388EF80868D8301B5A908485637FEE) f:\dd\vctools\crt\vcstartup\inc\vcstartup_internal.h
1149 BIG-NEXT:              - (MD5: 23CC88BD1D9451C2CE5F824306E16E4D) f:\dd\externalapis\unifiedcrt\inc\math.h
1150 BIG-NEXT:              - (MD5: C44C7E39EE3B3A4EF6B3211EC0110AA8) f:\dd\externalapis\unifiedcrt\inc\stdlib.h
1151 BIG-NEXT:              - (MD5: DCC558DEFD73C17745F94CC5A98632D9) f:\dd\externalapis\windows\8.1\sdk\inc\stralign.h
1152 BIG-NEXT:              - (MD5: ADDFD8BEB612E9A30D5FB7C44F9F3D37) f:\dd\externalapis\windows\8.1\sdk\inc\winnt.h
1153 BIG-NEXT:              - (MD5: 386A22AB644E999820C7C22FCE5DB574) f:\dd\externalapis\unifiedcrt\inc\ctype.h
1154 BIG-NEXT:              - (MD5: CA7D066706A198EA5999B084AAB0CE58) f:\dd\externalapis\windows\8.1\sdk\inc\guiddef.h
1155 BIG-NEXT:              - (MD5: 2D923CBDE24BB8F217FE09A5F7D88929) f:\dd\externalapis\unifiedcrt\inc\corecrt_wstring.h
1156 BIG-NEXT:              - (MD5: B38ACA278420B7C5F25A50AD159CACA0) f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h
1157 BIG-NEXT:   Mod 0033 | `Import:KERNEL32.dll`:
1158 BIG-NEXT:   Mod 0034 | `KERNEL32.dll`:
1159 BIG-NEXT:   Mod 0035 | `Import:VCRUNTIME140.dll`:
1160 BIG-NEXT:   Mod 0036 | `VCRUNTIME140.dll`:
1161 BIG-NEXT:   Mod 0037 | `Import:api-ms-win-crt-stdio-l1-1-0.dll`:
1162 BIG-NEXT:   Mod 0038 | `api-ms-win-crt-stdio-l1-1-0.dll`:
1163 BIG-NEXT:   Mod 0039 | `Import:api-ms-win-crt-runtime-l1-1-0.dll`:
1164 BIG-NEXT:   Mod 0040 | `api-ms-win-crt-runtime-l1-1-0.dll`:
1165 BIG-NEXT:   Mod 0041 | `Import:api-ms-win-crt-math-l1-1-0.dll`:
1166 BIG-NEXT:   Mod 0042 | `api-ms-win-crt-math-l1-1-0.dll`:
1167 BIG-NEXT:   Mod 0043 | `Import:api-ms-win-crt-locale-l1-1-0.dll`:
1168 BIG-NEXT:   Mod 0044 | `api-ms-win-crt-locale-l1-1-0.dll`:
1169 BIG-NEXT:   Mod 0045 | `Import:api-ms-win-crt-heap-l1-1-0.dll`:
1170 BIG-NEXT:   Mod 0046 | `api-ms-win-crt-heap-l1-1-0.dll`:
1171 BIG-NEXT:   Mod 0047 | `* Linker *`:
1173 BAD-BLOCK-SIZE: The PDB file is corrupt. MSF superblock is missing