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