debug-names-many-cu.ll 131 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611
  1. ; REQUIRES: object-emission
  2. ; RUN: %llc_dwarf -accel-tables=Dwarf -filetype=obj -o %t < %s
  3. ; RUN: llvm-dwarfdump -debug-names %t | FileCheck %s
  4. ; RUN: llvm-dwarfdump -debug-names -verify %t | FileCheck --check-prefix=VERIFY %s
  5. ; Check the header
  6. ; CHECK: CU count: 257
  7. ; CHECK: Local TU count: 0
  8. ; CHECK: Foreign TU count: 0
  9. ; CHECK: Name count: 257
  10. ; CHECK: CU[0]: 0x{{[0-9a-f]*}}
  11. ; CHECK: CU[1]: 0x{{[0-9a-f]*}}
  12. ; ...
  13. ; CHECK: CU[256]: 0x{{[0-9a-f]*}}
  14. ; CHECK: Abbreviation [[ABBREV:0x[0-9a-f]*]]
  15. ; CHECK-NEXT: Tag: DW_TAG_variable
  16. ; CHECK-NEXT: DW_IDX_compile_unit: DW_FORM_data2
  17. ; CHECK-NEXT: DW_IDX_die_offset: DW_FORM_ref4
  18. ; CHECK: String: 0x{{[0-9a-f]*}} "foobar1"
  19. ; CHECK-NEXT: Entry
  20. ; CHECK-NEXT: Abbrev: [[ABBREV]]
  21. ; CHECK-NEXT: Tag: DW_TAG_variable
  22. ; CHECK-NEXT: DW_IDX_compile_unit: 0x0000
  23. ; CHECK-NEXT: DW_IDX_die_offset: 0x{{[0-9a-f]*}}
  24. ; CHECK: String: 0x{{[0-9a-f]*}} "foobar257"
  25. ; CHECK-NEXT: Entry
  26. ; CHECK-NEXT: Abbrev: [[ABBREV]]
  27. ; CHECK-NEXT: Tag: DW_TAG_variable
  28. ; CHECK-NEXT: DW_IDX_compile_unit: 0x0100
  29. ; CHECK-NEXT: DW_IDX_die_offset: 0x{{[0-9a-f]*}}
  30. ; VERIFY: No errors.
  31. !llvm.dbg.cu = !{!12, !22, !32, !42, !52, !62, !72, !82, !92, !102, !112, !122,
  32. !132, !142, !152, !162, !172, !182, !192, !202, !212, !222, !232, !242, !252,
  33. !262, !272, !282, !292, !302, !312, !322, !332, !342, !352, !362, !372, !382,
  34. !392, !402, !412, !422, !432, !442, !452, !462, !472, !482, !492, !502, !512,
  35. !522, !532, !542, !552, !562, !572, !582, !592, !602, !612, !622, !632, !642,
  36. !652, !662, !672, !682, !692, !702, !712, !722, !732, !742, !752, !762, !772,
  37. !782, !792, !802, !812, !822, !832, !842, !852, !862, !872, !882, !892, !902,
  38. !912, !922, !932, !942, !952, !962, !972, !982, !992, !1002, !1012, !1022,
  39. !1032, !1042, !1052, !1062, !1072, !1082, !1092, !1102, !1112, !1122, !1132,
  40. !1142, !1152, !1162, !1172, !1182, !1192, !1202, !1212, !1222, !1232, !1242,
  41. !1252, !1262, !1272, !1282, !1292, !1302, !1312, !1322, !1332, !1342, !1352,
  42. !1362, !1372, !1382, !1392, !1402, !1412, !1422, !1432, !1442, !1452, !1462,
  43. !1472, !1482, !1492, !1502, !1512, !1522, !1532, !1542, !1552, !1562, !1572,
  44. !1582, !1592, !1602, !1612, !1622, !1632, !1642, !1652, !1662, !1672, !1682,
  45. !1692, !1702, !1712, !1722, !1732, !1742, !1752, !1762, !1772, !1782, !1792,
  46. !1802, !1812, !1822, !1832, !1842, !1852, !1862, !1872, !1882, !1892, !1902,
  47. !1912, !1922, !1932, !1942, !1952, !1962, !1972, !1982, !1992, !2002, !2012,
  48. !2022, !2032, !2042, !2052, !2062, !2072, !2082, !2092, !2102, !2112, !2122,
  49. !2132, !2142, !2152, !2162, !2172, !2182, !2192, !2202, !2212, !2222, !2232,
  50. !2242, !2252, !2262, !2272, !2282, !2292, !2302, !2312, !2322, !2332, !2342,
  51. !2352, !2362, !2372, !2382, !2392, !2402, !2412, !2422, !2432, !2442, !2452,
  52. !2462, !2472, !2482, !2492, !2502, !2512, !2522, !2532, !2542, !2552, !2562,
  53. !2572 }
  54. !llvm.module.flags = !{!7, !8, !9}
  55. !llvm.ident = !{!0}
  56. !7 = !{i32 2, !"Dwarf Version", i32 4}
  57. !8 = !{i32 2, !"Debug Info Version", i32 3}
  58. !9 = !{i32 1, !"wchar_size", i32 4}
  59. !0 = !{!"clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)"}
  60. !4 = !{}
  61. !6 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: null, size: 64)
  62. !3 = !DIFile(filename: "/tmp/cu2.c", directory: "/tmp")
  63. @foobar1 = common dso_local global i8* null, align 8, !dbg !10
  64. !10 = !DIGlobalVariableExpression(var: !11, expr: !DIExpression())
  65. !11 = distinct !DIGlobalVariable(name: "foobar1", scope: !12, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  66. !12 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !15)
  67. !15 = !{!10}
  68. @foobar2 = common dso_local global i8* null, align 8, !dbg !20
  69. !20 = !DIGlobalVariableExpression(var: !21, expr: !DIExpression())
  70. !21 = distinct !DIGlobalVariable(name: "foobar2", scope: !22, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  71. !22 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !25)
  72. !25 = !{!20}
  73. @foobar3 = common dso_local global i8* null, align 8, !dbg !30
  74. !30 = !DIGlobalVariableExpression(var: !31, expr: !DIExpression())
  75. !31 = distinct !DIGlobalVariable(name: "foobar3", scope: !32, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  76. !32 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !35)
  77. !35 = !{!30}
  78. @foobar4 = common dso_local global i8* null, align 8, !dbg !40
  79. !40 = !DIGlobalVariableExpression(var: !41, expr: !DIExpression())
  80. !41 = distinct !DIGlobalVariable(name: "foobar4", scope: !42, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  81. !42 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !45)
  82. !45 = !{!40}
  83. @foobar5 = common dso_local global i8* null, align 8, !dbg !50
  84. !50 = !DIGlobalVariableExpression(var: !51, expr: !DIExpression())
  85. !51 = distinct !DIGlobalVariable(name: "foobar5", scope: !52, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  86. !52 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !55)
  87. !55 = !{!50}
  88. @foobar6 = common dso_local global i8* null, align 8, !dbg !60
  89. !60 = !DIGlobalVariableExpression(var: !61, expr: !DIExpression())
  90. !61 = distinct !DIGlobalVariable(name: "foobar6", scope: !62, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  91. !62 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !65)
  92. !65 = !{!60}
  93. @foobar7 = common dso_local global i8* null, align 8, !dbg !70
  94. !70 = !DIGlobalVariableExpression(var: !71, expr: !DIExpression())
  95. !71 = distinct !DIGlobalVariable(name: "foobar7", scope: !72, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  96. !72 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !75)
  97. !75 = !{!70}
  98. @foobar8 = common dso_local global i8* null, align 8, !dbg !80
  99. !80 = !DIGlobalVariableExpression(var: !81, expr: !DIExpression())
  100. !81 = distinct !DIGlobalVariable(name: "foobar8", scope: !82, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  101. !82 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !85)
  102. !85 = !{!80}
  103. @foobar9 = common dso_local global i8* null, align 8, !dbg !90
  104. !90 = !DIGlobalVariableExpression(var: !91, expr: !DIExpression())
  105. !91 = distinct !DIGlobalVariable(name: "foobar9", scope: !92, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  106. !92 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !95)
  107. !95 = !{!90}
  108. @foobar10 = common dso_local global i8* null, align 8, !dbg !100
  109. !100 = !DIGlobalVariableExpression(var: !101, expr: !DIExpression())
  110. !101 = distinct !DIGlobalVariable(name: "foobar10", scope: !102, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  111. !102 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !105)
  112. !105 = !{!100}
  113. @foobar11 = common dso_local global i8* null, align 8, !dbg !110
  114. !110 = !DIGlobalVariableExpression(var: !111, expr: !DIExpression())
  115. !111 = distinct !DIGlobalVariable(name: "foobar11", scope: !112, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  116. !112 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !115)
  117. !115 = !{!110}
  118. @foobar12 = common dso_local global i8* null, align 8, !dbg !120
  119. !120 = !DIGlobalVariableExpression(var: !121, expr: !DIExpression())
  120. !121 = distinct !DIGlobalVariable(name: "foobar12", scope: !122, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  121. !122 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !125)
  122. !125 = !{!120}
  123. @foobar13 = common dso_local global i8* null, align 8, !dbg !130
  124. !130 = !DIGlobalVariableExpression(var: !131, expr: !DIExpression())
  125. !131 = distinct !DIGlobalVariable(name: "foobar13", scope: !132, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  126. !132 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !135)
  127. !135 = !{!130}
  128. @foobar14 = common dso_local global i8* null, align 8, !dbg !140
  129. !140 = !DIGlobalVariableExpression(var: !141, expr: !DIExpression())
  130. !141 = distinct !DIGlobalVariable(name: "foobar14", scope: !142, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  131. !142 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !145)
  132. !145 = !{!140}
  133. @foobar15 = common dso_local global i8* null, align 8, !dbg !150
  134. !150 = !DIGlobalVariableExpression(var: !151, expr: !DIExpression())
  135. !151 = distinct !DIGlobalVariable(name: "foobar15", scope: !152, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  136. !152 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !155)
  137. !155 = !{!150}
  138. @foobar16 = common dso_local global i8* null, align 8, !dbg !160
  139. !160 = !DIGlobalVariableExpression(var: !161, expr: !DIExpression())
  140. !161 = distinct !DIGlobalVariable(name: "foobar16", scope: !162, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  141. !162 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !165)
  142. !165 = !{!160}
  143. @foobar17 = common dso_local global i8* null, align 8, !dbg !170
  144. !170 = !DIGlobalVariableExpression(var: !171, expr: !DIExpression())
  145. !171 = distinct !DIGlobalVariable(name: "foobar17", scope: !172, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  146. !172 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !175)
  147. !175 = !{!170}
  148. @foobar18 = common dso_local global i8* null, align 8, !dbg !180
  149. !180 = !DIGlobalVariableExpression(var: !181, expr: !DIExpression())
  150. !181 = distinct !DIGlobalVariable(name: "foobar18", scope: !182, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  151. !182 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !185)
  152. !185 = !{!180}
  153. @foobar19 = common dso_local global i8* null, align 8, !dbg !190
  154. !190 = !DIGlobalVariableExpression(var: !191, expr: !DIExpression())
  155. !191 = distinct !DIGlobalVariable(name: "foobar19", scope: !192, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  156. !192 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !195)
  157. !195 = !{!190}
  158. @foobar20 = common dso_local global i8* null, align 8, !dbg !200
  159. !200 = !DIGlobalVariableExpression(var: !201, expr: !DIExpression())
  160. !201 = distinct !DIGlobalVariable(name: "foobar20", scope: !202, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  161. !202 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !205)
  162. !205 = !{!200}
  163. @foobar21 = common dso_local global i8* null, align 8, !dbg !210
  164. !210 = !DIGlobalVariableExpression(var: !211, expr: !DIExpression())
  165. !211 = distinct !DIGlobalVariable(name: "foobar21", scope: !212, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  166. !212 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !215)
  167. !215 = !{!210}
  168. @foobar22 = common dso_local global i8* null, align 8, !dbg !220
  169. !220 = !DIGlobalVariableExpression(var: !221, expr: !DIExpression())
  170. !221 = distinct !DIGlobalVariable(name: "foobar22", scope: !222, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  171. !222 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !225)
  172. !225 = !{!220}
  173. @foobar23 = common dso_local global i8* null, align 8, !dbg !230
  174. !230 = !DIGlobalVariableExpression(var: !231, expr: !DIExpression())
  175. !231 = distinct !DIGlobalVariable(name: "foobar23", scope: !232, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  176. !232 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !235)
  177. !235 = !{!230}
  178. @foobar24 = common dso_local global i8* null, align 8, !dbg !240
  179. !240 = !DIGlobalVariableExpression(var: !241, expr: !DIExpression())
  180. !241 = distinct !DIGlobalVariable(name: "foobar24", scope: !242, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  181. !242 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !245)
  182. !245 = !{!240}
  183. @foobar25 = common dso_local global i8* null, align 8, !dbg !250
  184. !250 = !DIGlobalVariableExpression(var: !251, expr: !DIExpression())
  185. !251 = distinct !DIGlobalVariable(name: "foobar25", scope: !252, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  186. !252 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !255)
  187. !255 = !{!250}
  188. @foobar26 = common dso_local global i8* null, align 8, !dbg !260
  189. !260 = !DIGlobalVariableExpression(var: !261, expr: !DIExpression())
  190. !261 = distinct !DIGlobalVariable(name: "foobar26", scope: !262, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  191. !262 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !265)
  192. !265 = !{!260}
  193. @foobar27 = common dso_local global i8* null, align 8, !dbg !270
  194. !270 = !DIGlobalVariableExpression(var: !271, expr: !DIExpression())
  195. !271 = distinct !DIGlobalVariable(name: "foobar27", scope: !272, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  196. !272 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !275)
  197. !275 = !{!270}
  198. @foobar28 = common dso_local global i8* null, align 8, !dbg !280
  199. !280 = !DIGlobalVariableExpression(var: !281, expr: !DIExpression())
  200. !281 = distinct !DIGlobalVariable(name: "foobar28", scope: !282, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  201. !282 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !285)
  202. !285 = !{!280}
  203. @foobar29 = common dso_local global i8* null, align 8, !dbg !290
  204. !290 = !DIGlobalVariableExpression(var: !291, expr: !DIExpression())
  205. !291 = distinct !DIGlobalVariable(name: "foobar29", scope: !292, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  206. !292 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !295)
  207. !295 = !{!290}
  208. @foobar30 = common dso_local global i8* null, align 8, !dbg !300
  209. !300 = !DIGlobalVariableExpression(var: !301, expr: !DIExpression())
  210. !301 = distinct !DIGlobalVariable(name: "foobar30", scope: !302, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  211. !302 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !305)
  212. !305 = !{!300}
  213. @foobar31 = common dso_local global i8* null, align 8, !dbg !310
  214. !310 = !DIGlobalVariableExpression(var: !311, expr: !DIExpression())
  215. !311 = distinct !DIGlobalVariable(name: "foobar31", scope: !312, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  216. !312 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !315)
  217. !315 = !{!310}
  218. @foobar32 = common dso_local global i8* null, align 8, !dbg !320
  219. !320 = !DIGlobalVariableExpression(var: !321, expr: !DIExpression())
  220. !321 = distinct !DIGlobalVariable(name: "foobar32", scope: !322, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  221. !322 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !325)
  222. !325 = !{!320}
  223. @foobar33 = common dso_local global i8* null, align 8, !dbg !330
  224. !330 = !DIGlobalVariableExpression(var: !331, expr: !DIExpression())
  225. !331 = distinct !DIGlobalVariable(name: "foobar33", scope: !332, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  226. !332 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !335)
  227. !335 = !{!330}
  228. @foobar34 = common dso_local global i8* null, align 8, !dbg !340
  229. !340 = !DIGlobalVariableExpression(var: !341, expr: !DIExpression())
  230. !341 = distinct !DIGlobalVariable(name: "foobar34", scope: !342, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  231. !342 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !345)
  232. !345 = !{!340}
  233. @foobar35 = common dso_local global i8* null, align 8, !dbg !350
  234. !350 = !DIGlobalVariableExpression(var: !351, expr: !DIExpression())
  235. !351 = distinct !DIGlobalVariable(name: "foobar35", scope: !352, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  236. !352 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !355)
  237. !355 = !{!350}
  238. @foobar36 = common dso_local global i8* null, align 8, !dbg !360
  239. !360 = !DIGlobalVariableExpression(var: !361, expr: !DIExpression())
  240. !361 = distinct !DIGlobalVariable(name: "foobar36", scope: !362, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  241. !362 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !365)
  242. !365 = !{!360}
  243. @foobar37 = common dso_local global i8* null, align 8, !dbg !370
  244. !370 = !DIGlobalVariableExpression(var: !371, expr: !DIExpression())
  245. !371 = distinct !DIGlobalVariable(name: "foobar37", scope: !372, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  246. !372 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !375)
  247. !375 = !{!370}
  248. @foobar38 = common dso_local global i8* null, align 8, !dbg !380
  249. !380 = !DIGlobalVariableExpression(var: !381, expr: !DIExpression())
  250. !381 = distinct !DIGlobalVariable(name: "foobar38", scope: !382, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  251. !382 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !385)
  252. !385 = !{!380}
  253. @foobar39 = common dso_local global i8* null, align 8, !dbg !390
  254. !390 = !DIGlobalVariableExpression(var: !391, expr: !DIExpression())
  255. !391 = distinct !DIGlobalVariable(name: "foobar39", scope: !392, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  256. !392 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !395)
  257. !395 = !{!390}
  258. @foobar40 = common dso_local global i8* null, align 8, !dbg !400
  259. !400 = !DIGlobalVariableExpression(var: !401, expr: !DIExpression())
  260. !401 = distinct !DIGlobalVariable(name: "foobar40", scope: !402, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  261. !402 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !405)
  262. !405 = !{!400}
  263. @foobar41 = common dso_local global i8* null, align 8, !dbg !410
  264. !410 = !DIGlobalVariableExpression(var: !411, expr: !DIExpression())
  265. !411 = distinct !DIGlobalVariable(name: "foobar41", scope: !412, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  266. !412 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !415)
  267. !415 = !{!410}
  268. @foobar42 = common dso_local global i8* null, align 8, !dbg !420
  269. !420 = !DIGlobalVariableExpression(var: !421, expr: !DIExpression())
  270. !421 = distinct !DIGlobalVariable(name: "foobar42", scope: !422, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  271. !422 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !425)
  272. !425 = !{!420}
  273. @foobar43 = common dso_local global i8* null, align 8, !dbg !430
  274. !430 = !DIGlobalVariableExpression(var: !431, expr: !DIExpression())
  275. !431 = distinct !DIGlobalVariable(name: "foobar43", scope: !432, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  276. !432 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !435)
  277. !435 = !{!430}
  278. @foobar44 = common dso_local global i8* null, align 8, !dbg !440
  279. !440 = !DIGlobalVariableExpression(var: !441, expr: !DIExpression())
  280. !441 = distinct !DIGlobalVariable(name: "foobar44", scope: !442, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  281. !442 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !445)
  282. !445 = !{!440}
  283. @foobar45 = common dso_local global i8* null, align 8, !dbg !450
  284. !450 = !DIGlobalVariableExpression(var: !451, expr: !DIExpression())
  285. !451 = distinct !DIGlobalVariable(name: "foobar45", scope: !452, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  286. !452 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !455)
  287. !455 = !{!450}
  288. @foobar46 = common dso_local global i8* null, align 8, !dbg !460
  289. !460 = !DIGlobalVariableExpression(var: !461, expr: !DIExpression())
  290. !461 = distinct !DIGlobalVariable(name: "foobar46", scope: !462, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  291. !462 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !465)
  292. !465 = !{!460}
  293. @foobar47 = common dso_local global i8* null, align 8, !dbg !470
  294. !470 = !DIGlobalVariableExpression(var: !471, expr: !DIExpression())
  295. !471 = distinct !DIGlobalVariable(name: "foobar47", scope: !472, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  296. !472 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !475)
  297. !475 = !{!470}
  298. @foobar48 = common dso_local global i8* null, align 8, !dbg !480
  299. !480 = !DIGlobalVariableExpression(var: !481, expr: !DIExpression())
  300. !481 = distinct !DIGlobalVariable(name: "foobar48", scope: !482, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  301. !482 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !485)
  302. !485 = !{!480}
  303. @foobar49 = common dso_local global i8* null, align 8, !dbg !490
  304. !490 = !DIGlobalVariableExpression(var: !491, expr: !DIExpression())
  305. !491 = distinct !DIGlobalVariable(name: "foobar49", scope: !492, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  306. !492 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !495)
  307. !495 = !{!490}
  308. @foobar50 = common dso_local global i8* null, align 8, !dbg !500
  309. !500 = !DIGlobalVariableExpression(var: !501, expr: !DIExpression())
  310. !501 = distinct !DIGlobalVariable(name: "foobar50", scope: !502, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  311. !502 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !505)
  312. !505 = !{!500}
  313. @foobar51 = common dso_local global i8* null, align 8, !dbg !510
  314. !510 = !DIGlobalVariableExpression(var: !511, expr: !DIExpression())
  315. !511 = distinct !DIGlobalVariable(name: "foobar51", scope: !512, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  316. !512 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !515)
  317. !515 = !{!510}
  318. @foobar52 = common dso_local global i8* null, align 8, !dbg !520
  319. !520 = !DIGlobalVariableExpression(var: !521, expr: !DIExpression())
  320. !521 = distinct !DIGlobalVariable(name: "foobar52", scope: !522, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  321. !522 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !525)
  322. !525 = !{!520}
  323. @foobar53 = common dso_local global i8* null, align 8, !dbg !530
  324. !530 = !DIGlobalVariableExpression(var: !531, expr: !DIExpression())
  325. !531 = distinct !DIGlobalVariable(name: "foobar53", scope: !532, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  326. !532 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !535)
  327. !535 = !{!530}
  328. @foobar54 = common dso_local global i8* null, align 8, !dbg !540
  329. !540 = !DIGlobalVariableExpression(var: !541, expr: !DIExpression())
  330. !541 = distinct !DIGlobalVariable(name: "foobar54", scope: !542, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  331. !542 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !545)
  332. !545 = !{!540}
  333. @foobar55 = common dso_local global i8* null, align 8, !dbg !550
  334. !550 = !DIGlobalVariableExpression(var: !551, expr: !DIExpression())
  335. !551 = distinct !DIGlobalVariable(name: "foobar55", scope: !552, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  336. !552 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !555)
  337. !555 = !{!550}
  338. @foobar56 = common dso_local global i8* null, align 8, !dbg !560
  339. !560 = !DIGlobalVariableExpression(var: !561, expr: !DIExpression())
  340. !561 = distinct !DIGlobalVariable(name: "foobar56", scope: !562, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  341. !562 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !565)
  342. !565 = !{!560}
  343. @foobar57 = common dso_local global i8* null, align 8, !dbg !570
  344. !570 = !DIGlobalVariableExpression(var: !571, expr: !DIExpression())
  345. !571 = distinct !DIGlobalVariable(name: "foobar57", scope: !572, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  346. !572 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !575)
  347. !575 = !{!570}
  348. @foobar58 = common dso_local global i8* null, align 8, !dbg !580
  349. !580 = !DIGlobalVariableExpression(var: !581, expr: !DIExpression())
  350. !581 = distinct !DIGlobalVariable(name: "foobar58", scope: !582, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  351. !582 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !585)
  352. !585 = !{!580}
  353. @foobar59 = common dso_local global i8* null, align 8, !dbg !590
  354. !590 = !DIGlobalVariableExpression(var: !591, expr: !DIExpression())
  355. !591 = distinct !DIGlobalVariable(name: "foobar59", scope: !592, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  356. !592 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !595)
  357. !595 = !{!590}
  358. @foobar60 = common dso_local global i8* null, align 8, !dbg !600
  359. !600 = !DIGlobalVariableExpression(var: !601, expr: !DIExpression())
  360. !601 = distinct !DIGlobalVariable(name: "foobar60", scope: !602, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  361. !602 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !605)
  362. !605 = !{!600}
  363. @foobar61 = common dso_local global i8* null, align 8, !dbg !610
  364. !610 = !DIGlobalVariableExpression(var: !611, expr: !DIExpression())
  365. !611 = distinct !DIGlobalVariable(name: "foobar61", scope: !612, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  366. !612 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !615)
  367. !615 = !{!610}
  368. @foobar62 = common dso_local global i8* null, align 8, !dbg !620
  369. !620 = !DIGlobalVariableExpression(var: !621, expr: !DIExpression())
  370. !621 = distinct !DIGlobalVariable(name: "foobar62", scope: !622, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  371. !622 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !625)
  372. !625 = !{!620}
  373. @foobar63 = common dso_local global i8* null, align 8, !dbg !630
  374. !630 = !DIGlobalVariableExpression(var: !631, expr: !DIExpression())
  375. !631 = distinct !DIGlobalVariable(name: "foobar63", scope: !632, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  376. !632 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !635)
  377. !635 = !{!630}
  378. @foobar64 = common dso_local global i8* null, align 8, !dbg !640
  379. !640 = !DIGlobalVariableExpression(var: !641, expr: !DIExpression())
  380. !641 = distinct !DIGlobalVariable(name: "foobar64", scope: !642, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  381. !642 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !645)
  382. !645 = !{!640}
  383. @foobar65 = common dso_local global i8* null, align 8, !dbg !650
  384. !650 = !DIGlobalVariableExpression(var: !651, expr: !DIExpression())
  385. !651 = distinct !DIGlobalVariable(name: "foobar65", scope: !652, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  386. !652 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !655)
  387. !655 = !{!650}
  388. @foobar66 = common dso_local global i8* null, align 8, !dbg !660
  389. !660 = !DIGlobalVariableExpression(var: !661, expr: !DIExpression())
  390. !661 = distinct !DIGlobalVariable(name: "foobar66", scope: !662, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  391. !662 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !665)
  392. !665 = !{!660}
  393. @foobar67 = common dso_local global i8* null, align 8, !dbg !670
  394. !670 = !DIGlobalVariableExpression(var: !671, expr: !DIExpression())
  395. !671 = distinct !DIGlobalVariable(name: "foobar67", scope: !672, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  396. !672 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !675)
  397. !675 = !{!670}
  398. @foobar68 = common dso_local global i8* null, align 8, !dbg !680
  399. !680 = !DIGlobalVariableExpression(var: !681, expr: !DIExpression())
  400. !681 = distinct !DIGlobalVariable(name: "foobar68", scope: !682, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  401. !682 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !685)
  402. !685 = !{!680}
  403. @foobar69 = common dso_local global i8* null, align 8, !dbg !690
  404. !690 = !DIGlobalVariableExpression(var: !691, expr: !DIExpression())
  405. !691 = distinct !DIGlobalVariable(name: "foobar69", scope: !692, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  406. !692 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !695)
  407. !695 = !{!690}
  408. @foobar70 = common dso_local global i8* null, align 8, !dbg !700
  409. !700 = !DIGlobalVariableExpression(var: !701, expr: !DIExpression())
  410. !701 = distinct !DIGlobalVariable(name: "foobar70", scope: !702, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  411. !702 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !705)
  412. !705 = !{!700}
  413. @foobar71 = common dso_local global i8* null, align 8, !dbg !710
  414. !710 = !DIGlobalVariableExpression(var: !711, expr: !DIExpression())
  415. !711 = distinct !DIGlobalVariable(name: "foobar71", scope: !712, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  416. !712 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !715)
  417. !715 = !{!710}
  418. @foobar72 = common dso_local global i8* null, align 8, !dbg !720
  419. !720 = !DIGlobalVariableExpression(var: !721, expr: !DIExpression())
  420. !721 = distinct !DIGlobalVariable(name: "foobar72", scope: !722, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  421. !722 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !725)
  422. !725 = !{!720}
  423. @foobar73 = common dso_local global i8* null, align 8, !dbg !730
  424. !730 = !DIGlobalVariableExpression(var: !731, expr: !DIExpression())
  425. !731 = distinct !DIGlobalVariable(name: "foobar73", scope: !732, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  426. !732 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !735)
  427. !735 = !{!730}
  428. @foobar74 = common dso_local global i8* null, align 8, !dbg !740
  429. !740 = !DIGlobalVariableExpression(var: !741, expr: !DIExpression())
  430. !741 = distinct !DIGlobalVariable(name: "foobar74", scope: !742, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  431. !742 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !745)
  432. !745 = !{!740}
  433. @foobar75 = common dso_local global i8* null, align 8, !dbg !750
  434. !750 = !DIGlobalVariableExpression(var: !751, expr: !DIExpression())
  435. !751 = distinct !DIGlobalVariable(name: "foobar75", scope: !752, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  436. !752 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !755)
  437. !755 = !{!750}
  438. @foobar76 = common dso_local global i8* null, align 8, !dbg !760
  439. !760 = !DIGlobalVariableExpression(var: !761, expr: !DIExpression())
  440. !761 = distinct !DIGlobalVariable(name: "foobar76", scope: !762, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  441. !762 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !765)
  442. !765 = !{!760}
  443. @foobar77 = common dso_local global i8* null, align 8, !dbg !770
  444. !770 = !DIGlobalVariableExpression(var: !771, expr: !DIExpression())
  445. !771 = distinct !DIGlobalVariable(name: "foobar77", scope: !772, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  446. !772 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !775)
  447. !775 = !{!770}
  448. @foobar78 = common dso_local global i8* null, align 8, !dbg !780
  449. !780 = !DIGlobalVariableExpression(var: !781, expr: !DIExpression())
  450. !781 = distinct !DIGlobalVariable(name: "foobar78", scope: !782, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  451. !782 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !785)
  452. !785 = !{!780}
  453. @foobar79 = common dso_local global i8* null, align 8, !dbg !790
  454. !790 = !DIGlobalVariableExpression(var: !791, expr: !DIExpression())
  455. !791 = distinct !DIGlobalVariable(name: "foobar79", scope: !792, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  456. !792 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !795)
  457. !795 = !{!790}
  458. @foobar80 = common dso_local global i8* null, align 8, !dbg !800
  459. !800 = !DIGlobalVariableExpression(var: !801, expr: !DIExpression())
  460. !801 = distinct !DIGlobalVariable(name: "foobar80", scope: !802, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  461. !802 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !805)
  462. !805 = !{!800}
  463. @foobar81 = common dso_local global i8* null, align 8, !dbg !810
  464. !810 = !DIGlobalVariableExpression(var: !811, expr: !DIExpression())
  465. !811 = distinct !DIGlobalVariable(name: "foobar81", scope: !812, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  466. !812 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !815)
  467. !815 = !{!810}
  468. @foobar82 = common dso_local global i8* null, align 8, !dbg !820
  469. !820 = !DIGlobalVariableExpression(var: !821, expr: !DIExpression())
  470. !821 = distinct !DIGlobalVariable(name: "foobar82", scope: !822, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  471. !822 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !825)
  472. !825 = !{!820}
  473. @foobar83 = common dso_local global i8* null, align 8, !dbg !830
  474. !830 = !DIGlobalVariableExpression(var: !831, expr: !DIExpression())
  475. !831 = distinct !DIGlobalVariable(name: "foobar83", scope: !832, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  476. !832 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !835)
  477. !835 = !{!830}
  478. @foobar84 = common dso_local global i8* null, align 8, !dbg !840
  479. !840 = !DIGlobalVariableExpression(var: !841, expr: !DIExpression())
  480. !841 = distinct !DIGlobalVariable(name: "foobar84", scope: !842, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  481. !842 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !845)
  482. !845 = !{!840}
  483. @foobar85 = common dso_local global i8* null, align 8, !dbg !850
  484. !850 = !DIGlobalVariableExpression(var: !851, expr: !DIExpression())
  485. !851 = distinct !DIGlobalVariable(name: "foobar85", scope: !852, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  486. !852 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !855)
  487. !855 = !{!850}
  488. @foobar86 = common dso_local global i8* null, align 8, !dbg !860
  489. !860 = !DIGlobalVariableExpression(var: !861, expr: !DIExpression())
  490. !861 = distinct !DIGlobalVariable(name: "foobar86", scope: !862, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  491. !862 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !865)
  492. !865 = !{!860}
  493. @foobar87 = common dso_local global i8* null, align 8, !dbg !870
  494. !870 = !DIGlobalVariableExpression(var: !871, expr: !DIExpression())
  495. !871 = distinct !DIGlobalVariable(name: "foobar87", scope: !872, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  496. !872 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !875)
  497. !875 = !{!870}
  498. @foobar88 = common dso_local global i8* null, align 8, !dbg !880
  499. !880 = !DIGlobalVariableExpression(var: !881, expr: !DIExpression())
  500. !881 = distinct !DIGlobalVariable(name: "foobar88", scope: !882, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  501. !882 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !885)
  502. !885 = !{!880}
  503. @foobar89 = common dso_local global i8* null, align 8, !dbg !890
  504. !890 = !DIGlobalVariableExpression(var: !891, expr: !DIExpression())
  505. !891 = distinct !DIGlobalVariable(name: "foobar89", scope: !892, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  506. !892 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !895)
  507. !895 = !{!890}
  508. @foobar90 = common dso_local global i8* null, align 8, !dbg !900
  509. !900 = !DIGlobalVariableExpression(var: !901, expr: !DIExpression())
  510. !901 = distinct !DIGlobalVariable(name: "foobar90", scope: !902, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  511. !902 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !905)
  512. !905 = !{!900}
  513. @foobar91 = common dso_local global i8* null, align 8, !dbg !910
  514. !910 = !DIGlobalVariableExpression(var: !911, expr: !DIExpression())
  515. !911 = distinct !DIGlobalVariable(name: "foobar91", scope: !912, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  516. !912 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !915)
  517. !915 = !{!910}
  518. @foobar92 = common dso_local global i8* null, align 8, !dbg !920
  519. !920 = !DIGlobalVariableExpression(var: !921, expr: !DIExpression())
  520. !921 = distinct !DIGlobalVariable(name: "foobar92", scope: !922, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  521. !922 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !925)
  522. !925 = !{!920}
  523. @foobar93 = common dso_local global i8* null, align 8, !dbg !930
  524. !930 = !DIGlobalVariableExpression(var: !931, expr: !DIExpression())
  525. !931 = distinct !DIGlobalVariable(name: "foobar93", scope: !932, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  526. !932 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !935)
  527. !935 = !{!930}
  528. @foobar94 = common dso_local global i8* null, align 8, !dbg !940
  529. !940 = !DIGlobalVariableExpression(var: !941, expr: !DIExpression())
  530. !941 = distinct !DIGlobalVariable(name: "foobar94", scope: !942, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  531. !942 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !945)
  532. !945 = !{!940}
  533. @foobar95 = common dso_local global i8* null, align 8, !dbg !950
  534. !950 = !DIGlobalVariableExpression(var: !951, expr: !DIExpression())
  535. !951 = distinct !DIGlobalVariable(name: "foobar95", scope: !952, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  536. !952 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !955)
  537. !955 = !{!950}
  538. @foobar96 = common dso_local global i8* null, align 8, !dbg !960
  539. !960 = !DIGlobalVariableExpression(var: !961, expr: !DIExpression())
  540. !961 = distinct !DIGlobalVariable(name: "foobar96", scope: !962, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  541. !962 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !965)
  542. !965 = !{!960}
  543. @foobar97 = common dso_local global i8* null, align 8, !dbg !970
  544. !970 = !DIGlobalVariableExpression(var: !971, expr: !DIExpression())
  545. !971 = distinct !DIGlobalVariable(name: "foobar97", scope: !972, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  546. !972 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !975)
  547. !975 = !{!970}
  548. @foobar98 = common dso_local global i8* null, align 8, !dbg !980
  549. !980 = !DIGlobalVariableExpression(var: !981, expr: !DIExpression())
  550. !981 = distinct !DIGlobalVariable(name: "foobar98", scope: !982, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  551. !982 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !985)
  552. !985 = !{!980}
  553. @foobar99 = common dso_local global i8* null, align 8, !dbg !990
  554. !990 = !DIGlobalVariableExpression(var: !991, expr: !DIExpression())
  555. !991 = distinct !DIGlobalVariable(name: "foobar99", scope: !992, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  556. !992 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !995)
  557. !995 = !{!990}
  558. @foobar100 = common dso_local global i8* null, align 8, !dbg !1000
  559. !1000 = !DIGlobalVariableExpression(var: !1001, expr: !DIExpression())
  560. !1001 = distinct !DIGlobalVariable(name: "foobar100", scope: !1002, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  561. !1002 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1005)
  562. !1005 = !{!1000}
  563. @foobar101 = common dso_local global i8* null, align 8, !dbg !1010
  564. !1010 = !DIGlobalVariableExpression(var: !1011, expr: !DIExpression())
  565. !1011 = distinct !DIGlobalVariable(name: "foobar101", scope: !1012, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  566. !1012 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1015)
  567. !1015 = !{!1010}
  568. @foobar102 = common dso_local global i8* null, align 8, !dbg !1020
  569. !1020 = !DIGlobalVariableExpression(var: !1021, expr: !DIExpression())
  570. !1021 = distinct !DIGlobalVariable(name: "foobar102", scope: !1022, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  571. !1022 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1025)
  572. !1025 = !{!1020}
  573. @foobar103 = common dso_local global i8* null, align 8, !dbg !1030
  574. !1030 = !DIGlobalVariableExpression(var: !1031, expr: !DIExpression())
  575. !1031 = distinct !DIGlobalVariable(name: "foobar103", scope: !1032, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  576. !1032 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1035)
  577. !1035 = !{!1030}
  578. @foobar104 = common dso_local global i8* null, align 8, !dbg !1040
  579. !1040 = !DIGlobalVariableExpression(var: !1041, expr: !DIExpression())
  580. !1041 = distinct !DIGlobalVariable(name: "foobar104", scope: !1042, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  581. !1042 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1045)
  582. !1045 = !{!1040}
  583. @foobar105 = common dso_local global i8* null, align 8, !dbg !1050
  584. !1050 = !DIGlobalVariableExpression(var: !1051, expr: !DIExpression())
  585. !1051 = distinct !DIGlobalVariable(name: "foobar105", scope: !1052, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  586. !1052 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1055)
  587. !1055 = !{!1050}
  588. @foobar106 = common dso_local global i8* null, align 8, !dbg !1060
  589. !1060 = !DIGlobalVariableExpression(var: !1061, expr: !DIExpression())
  590. !1061 = distinct !DIGlobalVariable(name: "foobar106", scope: !1062, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  591. !1062 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1065)
  592. !1065 = !{!1060}
  593. @foobar107 = common dso_local global i8* null, align 8, !dbg !1070
  594. !1070 = !DIGlobalVariableExpression(var: !1071, expr: !DIExpression())
  595. !1071 = distinct !DIGlobalVariable(name: "foobar107", scope: !1072, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  596. !1072 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1075)
  597. !1075 = !{!1070}
  598. @foobar108 = common dso_local global i8* null, align 8, !dbg !1080
  599. !1080 = !DIGlobalVariableExpression(var: !1081, expr: !DIExpression())
  600. !1081 = distinct !DIGlobalVariable(name: "foobar108", scope: !1082, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  601. !1082 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1085)
  602. !1085 = !{!1080}
  603. @foobar109 = common dso_local global i8* null, align 8, !dbg !1090
  604. !1090 = !DIGlobalVariableExpression(var: !1091, expr: !DIExpression())
  605. !1091 = distinct !DIGlobalVariable(name: "foobar109", scope: !1092, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  606. !1092 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1095)
  607. !1095 = !{!1090}
  608. @foobar110 = common dso_local global i8* null, align 8, !dbg !1100
  609. !1100 = !DIGlobalVariableExpression(var: !1101, expr: !DIExpression())
  610. !1101 = distinct !DIGlobalVariable(name: "foobar110", scope: !1102, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  611. !1102 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1105)
  612. !1105 = !{!1100}
  613. @foobar111 = common dso_local global i8* null, align 8, !dbg !1110
  614. !1110 = !DIGlobalVariableExpression(var: !1111, expr: !DIExpression())
  615. !1111 = distinct !DIGlobalVariable(name: "foobar111", scope: !1112, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  616. !1112 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1115)
  617. !1115 = !{!1110}
  618. @foobar112 = common dso_local global i8* null, align 8, !dbg !1120
  619. !1120 = !DIGlobalVariableExpression(var: !1121, expr: !DIExpression())
  620. !1121 = distinct !DIGlobalVariable(name: "foobar112", scope: !1122, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  621. !1122 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1125)
  622. !1125 = !{!1120}
  623. @foobar113 = common dso_local global i8* null, align 8, !dbg !1130
  624. !1130 = !DIGlobalVariableExpression(var: !1131, expr: !DIExpression())
  625. !1131 = distinct !DIGlobalVariable(name: "foobar113", scope: !1132, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  626. !1132 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1135)
  627. !1135 = !{!1130}
  628. @foobar114 = common dso_local global i8* null, align 8, !dbg !1140
  629. !1140 = !DIGlobalVariableExpression(var: !1141, expr: !DIExpression())
  630. !1141 = distinct !DIGlobalVariable(name: "foobar114", scope: !1142, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  631. !1142 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1145)
  632. !1145 = !{!1140}
  633. @foobar115 = common dso_local global i8* null, align 8, !dbg !1150
  634. !1150 = !DIGlobalVariableExpression(var: !1151, expr: !DIExpression())
  635. !1151 = distinct !DIGlobalVariable(name: "foobar115", scope: !1152, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  636. !1152 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1155)
  637. !1155 = !{!1150}
  638. @foobar116 = common dso_local global i8* null, align 8, !dbg !1160
  639. !1160 = !DIGlobalVariableExpression(var: !1161, expr: !DIExpression())
  640. !1161 = distinct !DIGlobalVariable(name: "foobar116", scope: !1162, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  641. !1162 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1165)
  642. !1165 = !{!1160}
  643. @foobar117 = common dso_local global i8* null, align 8, !dbg !1170
  644. !1170 = !DIGlobalVariableExpression(var: !1171, expr: !DIExpression())
  645. !1171 = distinct !DIGlobalVariable(name: "foobar117", scope: !1172, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  646. !1172 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1175)
  647. !1175 = !{!1170}
  648. @foobar118 = common dso_local global i8* null, align 8, !dbg !1180
  649. !1180 = !DIGlobalVariableExpression(var: !1181, expr: !DIExpression())
  650. !1181 = distinct !DIGlobalVariable(name: "foobar118", scope: !1182, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  651. !1182 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1185)
  652. !1185 = !{!1180}
  653. @foobar119 = common dso_local global i8* null, align 8, !dbg !1190
  654. !1190 = !DIGlobalVariableExpression(var: !1191, expr: !DIExpression())
  655. !1191 = distinct !DIGlobalVariable(name: "foobar119", scope: !1192, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  656. !1192 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1195)
  657. !1195 = !{!1190}
  658. @foobar120 = common dso_local global i8* null, align 8, !dbg !1200
  659. !1200 = !DIGlobalVariableExpression(var: !1201, expr: !DIExpression())
  660. !1201 = distinct !DIGlobalVariable(name: "foobar120", scope: !1202, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  661. !1202 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1205)
  662. !1205 = !{!1200}
  663. @foobar121 = common dso_local global i8* null, align 8, !dbg !1210
  664. !1210 = !DIGlobalVariableExpression(var: !1211, expr: !DIExpression())
  665. !1211 = distinct !DIGlobalVariable(name: "foobar121", scope: !1212, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  666. !1212 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1215)
  667. !1215 = !{!1210}
  668. @foobar122 = common dso_local global i8* null, align 8, !dbg !1220
  669. !1220 = !DIGlobalVariableExpression(var: !1221, expr: !DIExpression())
  670. !1221 = distinct !DIGlobalVariable(name: "foobar122", scope: !1222, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  671. !1222 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1225)
  672. !1225 = !{!1220}
  673. @foobar123 = common dso_local global i8* null, align 8, !dbg !1230
  674. !1230 = !DIGlobalVariableExpression(var: !1231, expr: !DIExpression())
  675. !1231 = distinct !DIGlobalVariable(name: "foobar123", scope: !1232, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  676. !1232 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1235)
  677. !1235 = !{!1230}
  678. @foobar124 = common dso_local global i8* null, align 8, !dbg !1240
  679. !1240 = !DIGlobalVariableExpression(var: !1241, expr: !DIExpression())
  680. !1241 = distinct !DIGlobalVariable(name: "foobar124", scope: !1242, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  681. !1242 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1245)
  682. !1245 = !{!1240}
  683. @foobar125 = common dso_local global i8* null, align 8, !dbg !1250
  684. !1250 = !DIGlobalVariableExpression(var: !1251, expr: !DIExpression())
  685. !1251 = distinct !DIGlobalVariable(name: "foobar125", scope: !1252, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  686. !1252 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1255)
  687. !1255 = !{!1250}
  688. @foobar126 = common dso_local global i8* null, align 8, !dbg !1260
  689. !1260 = !DIGlobalVariableExpression(var: !1261, expr: !DIExpression())
  690. !1261 = distinct !DIGlobalVariable(name: "foobar126", scope: !1262, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  691. !1262 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1265)
  692. !1265 = !{!1260}
  693. @foobar127 = common dso_local global i8* null, align 8, !dbg !1270
  694. !1270 = !DIGlobalVariableExpression(var: !1271, expr: !DIExpression())
  695. !1271 = distinct !DIGlobalVariable(name: "foobar127", scope: !1272, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  696. !1272 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1275)
  697. !1275 = !{!1270}
  698. @foobar128 = common dso_local global i8* null, align 8, !dbg !1280
  699. !1280 = !DIGlobalVariableExpression(var: !1281, expr: !DIExpression())
  700. !1281 = distinct !DIGlobalVariable(name: "foobar128", scope: !1282, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  701. !1282 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1285)
  702. !1285 = !{!1280}
  703. @foobar129 = common dso_local global i8* null, align 8, !dbg !1290
  704. !1290 = !DIGlobalVariableExpression(var: !1291, expr: !DIExpression())
  705. !1291 = distinct !DIGlobalVariable(name: "foobar129", scope: !1292, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  706. !1292 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1295)
  707. !1295 = !{!1290}
  708. @foobar130 = common dso_local global i8* null, align 8, !dbg !1300
  709. !1300 = !DIGlobalVariableExpression(var: !1301, expr: !DIExpression())
  710. !1301 = distinct !DIGlobalVariable(name: "foobar130", scope: !1302, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  711. !1302 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1305)
  712. !1305 = !{!1300}
  713. @foobar131 = common dso_local global i8* null, align 8, !dbg !1310
  714. !1310 = !DIGlobalVariableExpression(var: !1311, expr: !DIExpression())
  715. !1311 = distinct !DIGlobalVariable(name: "foobar131", scope: !1312, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  716. !1312 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1315)
  717. !1315 = !{!1310}
  718. @foobar132 = common dso_local global i8* null, align 8, !dbg !1320
  719. !1320 = !DIGlobalVariableExpression(var: !1321, expr: !DIExpression())
  720. !1321 = distinct !DIGlobalVariable(name: "foobar132", scope: !1322, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  721. !1322 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1325)
  722. !1325 = !{!1320}
  723. @foobar133 = common dso_local global i8* null, align 8, !dbg !1330
  724. !1330 = !DIGlobalVariableExpression(var: !1331, expr: !DIExpression())
  725. !1331 = distinct !DIGlobalVariable(name: "foobar133", scope: !1332, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  726. !1332 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1335)
  727. !1335 = !{!1330}
  728. @foobar134 = common dso_local global i8* null, align 8, !dbg !1340
  729. !1340 = !DIGlobalVariableExpression(var: !1341, expr: !DIExpression())
  730. !1341 = distinct !DIGlobalVariable(name: "foobar134", scope: !1342, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  731. !1342 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1345)
  732. !1345 = !{!1340}
  733. @foobar135 = common dso_local global i8* null, align 8, !dbg !1350
  734. !1350 = !DIGlobalVariableExpression(var: !1351, expr: !DIExpression())
  735. !1351 = distinct !DIGlobalVariable(name: "foobar135", scope: !1352, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  736. !1352 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1355)
  737. !1355 = !{!1350}
  738. @foobar136 = common dso_local global i8* null, align 8, !dbg !1360
  739. !1360 = !DIGlobalVariableExpression(var: !1361, expr: !DIExpression())
  740. !1361 = distinct !DIGlobalVariable(name: "foobar136", scope: !1362, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  741. !1362 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1365)
  742. !1365 = !{!1360}
  743. @foobar137 = common dso_local global i8* null, align 8, !dbg !1370
  744. !1370 = !DIGlobalVariableExpression(var: !1371, expr: !DIExpression())
  745. !1371 = distinct !DIGlobalVariable(name: "foobar137", scope: !1372, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  746. !1372 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1375)
  747. !1375 = !{!1370}
  748. @foobar138 = common dso_local global i8* null, align 8, !dbg !1380
  749. !1380 = !DIGlobalVariableExpression(var: !1381, expr: !DIExpression())
  750. !1381 = distinct !DIGlobalVariable(name: "foobar138", scope: !1382, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  751. !1382 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1385)
  752. !1385 = !{!1380}
  753. @foobar139 = common dso_local global i8* null, align 8, !dbg !1390
  754. !1390 = !DIGlobalVariableExpression(var: !1391, expr: !DIExpression())
  755. !1391 = distinct !DIGlobalVariable(name: "foobar139", scope: !1392, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  756. !1392 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1395)
  757. !1395 = !{!1390}
  758. @foobar140 = common dso_local global i8* null, align 8, !dbg !1400
  759. !1400 = !DIGlobalVariableExpression(var: !1401, expr: !DIExpression())
  760. !1401 = distinct !DIGlobalVariable(name: "foobar140", scope: !1402, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  761. !1402 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1405)
  762. !1405 = !{!1400}
  763. @foobar141 = common dso_local global i8* null, align 8, !dbg !1410
  764. !1410 = !DIGlobalVariableExpression(var: !1411, expr: !DIExpression())
  765. !1411 = distinct !DIGlobalVariable(name: "foobar141", scope: !1412, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  766. !1412 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1415)
  767. !1415 = !{!1410}
  768. @foobar142 = common dso_local global i8* null, align 8, !dbg !1420
  769. !1420 = !DIGlobalVariableExpression(var: !1421, expr: !DIExpression())
  770. !1421 = distinct !DIGlobalVariable(name: "foobar142", scope: !1422, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  771. !1422 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1425)
  772. !1425 = !{!1420}
  773. @foobar143 = common dso_local global i8* null, align 8, !dbg !1430
  774. !1430 = !DIGlobalVariableExpression(var: !1431, expr: !DIExpression())
  775. !1431 = distinct !DIGlobalVariable(name: "foobar143", scope: !1432, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  776. !1432 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1435)
  777. !1435 = !{!1430}
  778. @foobar144 = common dso_local global i8* null, align 8, !dbg !1440
  779. !1440 = !DIGlobalVariableExpression(var: !1441, expr: !DIExpression())
  780. !1441 = distinct !DIGlobalVariable(name: "foobar144", scope: !1442, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  781. !1442 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1445)
  782. !1445 = !{!1440}
  783. @foobar145 = common dso_local global i8* null, align 8, !dbg !1450
  784. !1450 = !DIGlobalVariableExpression(var: !1451, expr: !DIExpression())
  785. !1451 = distinct !DIGlobalVariable(name: "foobar145", scope: !1452, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  786. !1452 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1455)
  787. !1455 = !{!1450}
  788. @foobar146 = common dso_local global i8* null, align 8, !dbg !1460
  789. !1460 = !DIGlobalVariableExpression(var: !1461, expr: !DIExpression())
  790. !1461 = distinct !DIGlobalVariable(name: "foobar146", scope: !1462, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  791. !1462 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1465)
  792. !1465 = !{!1460}
  793. @foobar147 = common dso_local global i8* null, align 8, !dbg !1470
  794. !1470 = !DIGlobalVariableExpression(var: !1471, expr: !DIExpression())
  795. !1471 = distinct !DIGlobalVariable(name: "foobar147", scope: !1472, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  796. !1472 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1475)
  797. !1475 = !{!1470}
  798. @foobar148 = common dso_local global i8* null, align 8, !dbg !1480
  799. !1480 = !DIGlobalVariableExpression(var: !1481, expr: !DIExpression())
  800. !1481 = distinct !DIGlobalVariable(name: "foobar148", scope: !1482, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  801. !1482 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1485)
  802. !1485 = !{!1480}
  803. @foobar149 = common dso_local global i8* null, align 8, !dbg !1490
  804. !1490 = !DIGlobalVariableExpression(var: !1491, expr: !DIExpression())
  805. !1491 = distinct !DIGlobalVariable(name: "foobar149", scope: !1492, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  806. !1492 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1495)
  807. !1495 = !{!1490}
  808. @foobar150 = common dso_local global i8* null, align 8, !dbg !1500
  809. !1500 = !DIGlobalVariableExpression(var: !1501, expr: !DIExpression())
  810. !1501 = distinct !DIGlobalVariable(name: "foobar150", scope: !1502, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  811. !1502 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1505)
  812. !1505 = !{!1500}
  813. @foobar151 = common dso_local global i8* null, align 8, !dbg !1510
  814. !1510 = !DIGlobalVariableExpression(var: !1511, expr: !DIExpression())
  815. !1511 = distinct !DIGlobalVariable(name: "foobar151", scope: !1512, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  816. !1512 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1515)
  817. !1515 = !{!1510}
  818. @foobar152 = common dso_local global i8* null, align 8, !dbg !1520
  819. !1520 = !DIGlobalVariableExpression(var: !1521, expr: !DIExpression())
  820. !1521 = distinct !DIGlobalVariable(name: "foobar152", scope: !1522, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  821. !1522 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1525)
  822. !1525 = !{!1520}
  823. @foobar153 = common dso_local global i8* null, align 8, !dbg !1530
  824. !1530 = !DIGlobalVariableExpression(var: !1531, expr: !DIExpression())
  825. !1531 = distinct !DIGlobalVariable(name: "foobar153", scope: !1532, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  826. !1532 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1535)
  827. !1535 = !{!1530}
  828. @foobar154 = common dso_local global i8* null, align 8, !dbg !1540
  829. !1540 = !DIGlobalVariableExpression(var: !1541, expr: !DIExpression())
  830. !1541 = distinct !DIGlobalVariable(name: "foobar154", scope: !1542, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  831. !1542 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1545)
  832. !1545 = !{!1540}
  833. @foobar155 = common dso_local global i8* null, align 8, !dbg !1550
  834. !1550 = !DIGlobalVariableExpression(var: !1551, expr: !DIExpression())
  835. !1551 = distinct !DIGlobalVariable(name: "foobar155", scope: !1552, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  836. !1552 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1555)
  837. !1555 = !{!1550}
  838. @foobar156 = common dso_local global i8* null, align 8, !dbg !1560
  839. !1560 = !DIGlobalVariableExpression(var: !1561, expr: !DIExpression())
  840. !1561 = distinct !DIGlobalVariable(name: "foobar156", scope: !1562, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  841. !1562 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1565)
  842. !1565 = !{!1560}
  843. @foobar157 = common dso_local global i8* null, align 8, !dbg !1570
  844. !1570 = !DIGlobalVariableExpression(var: !1571, expr: !DIExpression())
  845. !1571 = distinct !DIGlobalVariable(name: "foobar157", scope: !1572, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  846. !1572 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1575)
  847. !1575 = !{!1570}
  848. @foobar158 = common dso_local global i8* null, align 8, !dbg !1580
  849. !1580 = !DIGlobalVariableExpression(var: !1581, expr: !DIExpression())
  850. !1581 = distinct !DIGlobalVariable(name: "foobar158", scope: !1582, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  851. !1582 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1585)
  852. !1585 = !{!1580}
  853. @foobar159 = common dso_local global i8* null, align 8, !dbg !1590
  854. !1590 = !DIGlobalVariableExpression(var: !1591, expr: !DIExpression())
  855. !1591 = distinct !DIGlobalVariable(name: "foobar159", scope: !1592, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  856. !1592 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1595)
  857. !1595 = !{!1590}
  858. @foobar160 = common dso_local global i8* null, align 8, !dbg !1600
  859. !1600 = !DIGlobalVariableExpression(var: !1601, expr: !DIExpression())
  860. !1601 = distinct !DIGlobalVariable(name: "foobar160", scope: !1602, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  861. !1602 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1605)
  862. !1605 = !{!1600}
  863. @foobar161 = common dso_local global i8* null, align 8, !dbg !1610
  864. !1610 = !DIGlobalVariableExpression(var: !1611, expr: !DIExpression())
  865. !1611 = distinct !DIGlobalVariable(name: "foobar161", scope: !1612, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  866. !1612 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1615)
  867. !1615 = !{!1610}
  868. @foobar162 = common dso_local global i8* null, align 8, !dbg !1620
  869. !1620 = !DIGlobalVariableExpression(var: !1621, expr: !DIExpression())
  870. !1621 = distinct !DIGlobalVariable(name: "foobar162", scope: !1622, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  871. !1622 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1625)
  872. !1625 = !{!1620}
  873. @foobar163 = common dso_local global i8* null, align 8, !dbg !1630
  874. !1630 = !DIGlobalVariableExpression(var: !1631, expr: !DIExpression())
  875. !1631 = distinct !DIGlobalVariable(name: "foobar163", scope: !1632, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  876. !1632 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1635)
  877. !1635 = !{!1630}
  878. @foobar164 = common dso_local global i8* null, align 8, !dbg !1640
  879. !1640 = !DIGlobalVariableExpression(var: !1641, expr: !DIExpression())
  880. !1641 = distinct !DIGlobalVariable(name: "foobar164", scope: !1642, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  881. !1642 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1645)
  882. !1645 = !{!1640}
  883. @foobar165 = common dso_local global i8* null, align 8, !dbg !1650
  884. !1650 = !DIGlobalVariableExpression(var: !1651, expr: !DIExpression())
  885. !1651 = distinct !DIGlobalVariable(name: "foobar165", scope: !1652, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  886. !1652 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1655)
  887. !1655 = !{!1650}
  888. @foobar166 = common dso_local global i8* null, align 8, !dbg !1660
  889. !1660 = !DIGlobalVariableExpression(var: !1661, expr: !DIExpression())
  890. !1661 = distinct !DIGlobalVariable(name: "foobar166", scope: !1662, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  891. !1662 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1665)
  892. !1665 = !{!1660}
  893. @foobar167 = common dso_local global i8* null, align 8, !dbg !1670
  894. !1670 = !DIGlobalVariableExpression(var: !1671, expr: !DIExpression())
  895. !1671 = distinct !DIGlobalVariable(name: "foobar167", scope: !1672, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  896. !1672 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1675)
  897. !1675 = !{!1670}
  898. @foobar168 = common dso_local global i8* null, align 8, !dbg !1680
  899. !1680 = !DIGlobalVariableExpression(var: !1681, expr: !DIExpression())
  900. !1681 = distinct !DIGlobalVariable(name: "foobar168", scope: !1682, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  901. !1682 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1685)
  902. !1685 = !{!1680}
  903. @foobar169 = common dso_local global i8* null, align 8, !dbg !1690
  904. !1690 = !DIGlobalVariableExpression(var: !1691, expr: !DIExpression())
  905. !1691 = distinct !DIGlobalVariable(name: "foobar169", scope: !1692, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  906. !1692 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1695)
  907. !1695 = !{!1690}
  908. @foobar170 = common dso_local global i8* null, align 8, !dbg !1700
  909. !1700 = !DIGlobalVariableExpression(var: !1701, expr: !DIExpression())
  910. !1701 = distinct !DIGlobalVariable(name: "foobar170", scope: !1702, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  911. !1702 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1705)
  912. !1705 = !{!1700}
  913. @foobar171 = common dso_local global i8* null, align 8, !dbg !1710
  914. !1710 = !DIGlobalVariableExpression(var: !1711, expr: !DIExpression())
  915. !1711 = distinct !DIGlobalVariable(name: "foobar171", scope: !1712, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  916. !1712 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1715)
  917. !1715 = !{!1710}
  918. @foobar172 = common dso_local global i8* null, align 8, !dbg !1720
  919. !1720 = !DIGlobalVariableExpression(var: !1721, expr: !DIExpression())
  920. !1721 = distinct !DIGlobalVariable(name: "foobar172", scope: !1722, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  921. !1722 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1725)
  922. !1725 = !{!1720}
  923. @foobar173 = common dso_local global i8* null, align 8, !dbg !1730
  924. !1730 = !DIGlobalVariableExpression(var: !1731, expr: !DIExpression())
  925. !1731 = distinct !DIGlobalVariable(name: "foobar173", scope: !1732, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  926. !1732 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1735)
  927. !1735 = !{!1730}
  928. @foobar174 = common dso_local global i8* null, align 8, !dbg !1740
  929. !1740 = !DIGlobalVariableExpression(var: !1741, expr: !DIExpression())
  930. !1741 = distinct !DIGlobalVariable(name: "foobar174", scope: !1742, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  931. !1742 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1745)
  932. !1745 = !{!1740}
  933. @foobar175 = common dso_local global i8* null, align 8, !dbg !1750
  934. !1750 = !DIGlobalVariableExpression(var: !1751, expr: !DIExpression())
  935. !1751 = distinct !DIGlobalVariable(name: "foobar175", scope: !1752, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  936. !1752 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1755)
  937. !1755 = !{!1750}
  938. @foobar176 = common dso_local global i8* null, align 8, !dbg !1760
  939. !1760 = !DIGlobalVariableExpression(var: !1761, expr: !DIExpression())
  940. !1761 = distinct !DIGlobalVariable(name: "foobar176", scope: !1762, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  941. !1762 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1765)
  942. !1765 = !{!1760}
  943. @foobar177 = common dso_local global i8* null, align 8, !dbg !1770
  944. !1770 = !DIGlobalVariableExpression(var: !1771, expr: !DIExpression())
  945. !1771 = distinct !DIGlobalVariable(name: "foobar177", scope: !1772, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  946. !1772 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1775)
  947. !1775 = !{!1770}
  948. @foobar178 = common dso_local global i8* null, align 8, !dbg !1780
  949. !1780 = !DIGlobalVariableExpression(var: !1781, expr: !DIExpression())
  950. !1781 = distinct !DIGlobalVariable(name: "foobar178", scope: !1782, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  951. !1782 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1785)
  952. !1785 = !{!1780}
  953. @foobar179 = common dso_local global i8* null, align 8, !dbg !1790
  954. !1790 = !DIGlobalVariableExpression(var: !1791, expr: !DIExpression())
  955. !1791 = distinct !DIGlobalVariable(name: "foobar179", scope: !1792, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  956. !1792 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1795)
  957. !1795 = !{!1790}
  958. @foobar180 = common dso_local global i8* null, align 8, !dbg !1800
  959. !1800 = !DIGlobalVariableExpression(var: !1801, expr: !DIExpression())
  960. !1801 = distinct !DIGlobalVariable(name: "foobar180", scope: !1802, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  961. !1802 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1805)
  962. !1805 = !{!1800}
  963. @foobar181 = common dso_local global i8* null, align 8, !dbg !1810
  964. !1810 = !DIGlobalVariableExpression(var: !1811, expr: !DIExpression())
  965. !1811 = distinct !DIGlobalVariable(name: "foobar181", scope: !1812, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  966. !1812 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1815)
  967. !1815 = !{!1810}
  968. @foobar182 = common dso_local global i8* null, align 8, !dbg !1820
  969. !1820 = !DIGlobalVariableExpression(var: !1821, expr: !DIExpression())
  970. !1821 = distinct !DIGlobalVariable(name: "foobar182", scope: !1822, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  971. !1822 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1825)
  972. !1825 = !{!1820}
  973. @foobar183 = common dso_local global i8* null, align 8, !dbg !1830
  974. !1830 = !DIGlobalVariableExpression(var: !1831, expr: !DIExpression())
  975. !1831 = distinct !DIGlobalVariable(name: "foobar183", scope: !1832, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  976. !1832 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1835)
  977. !1835 = !{!1830}
  978. @foobar184 = common dso_local global i8* null, align 8, !dbg !1840
  979. !1840 = !DIGlobalVariableExpression(var: !1841, expr: !DIExpression())
  980. !1841 = distinct !DIGlobalVariable(name: "foobar184", scope: !1842, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  981. !1842 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1845)
  982. !1845 = !{!1840}
  983. @foobar185 = common dso_local global i8* null, align 8, !dbg !1850
  984. !1850 = !DIGlobalVariableExpression(var: !1851, expr: !DIExpression())
  985. !1851 = distinct !DIGlobalVariable(name: "foobar185", scope: !1852, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  986. !1852 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1855)
  987. !1855 = !{!1850}
  988. @foobar186 = common dso_local global i8* null, align 8, !dbg !1860
  989. !1860 = !DIGlobalVariableExpression(var: !1861, expr: !DIExpression())
  990. !1861 = distinct !DIGlobalVariable(name: "foobar186", scope: !1862, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  991. !1862 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1865)
  992. !1865 = !{!1860}
  993. @foobar187 = common dso_local global i8* null, align 8, !dbg !1870
  994. !1870 = !DIGlobalVariableExpression(var: !1871, expr: !DIExpression())
  995. !1871 = distinct !DIGlobalVariable(name: "foobar187", scope: !1872, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  996. !1872 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1875)
  997. !1875 = !{!1870}
  998. @foobar188 = common dso_local global i8* null, align 8, !dbg !1880
  999. !1880 = !DIGlobalVariableExpression(var: !1881, expr: !DIExpression())
  1000. !1881 = distinct !DIGlobalVariable(name: "foobar188", scope: !1882, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1001. !1882 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1885)
  1002. !1885 = !{!1880}
  1003. @foobar189 = common dso_local global i8* null, align 8, !dbg !1890
  1004. !1890 = !DIGlobalVariableExpression(var: !1891, expr: !DIExpression())
  1005. !1891 = distinct !DIGlobalVariable(name: "foobar189", scope: !1892, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1006. !1892 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1895)
  1007. !1895 = !{!1890}
  1008. @foobar190 = common dso_local global i8* null, align 8, !dbg !1900
  1009. !1900 = !DIGlobalVariableExpression(var: !1901, expr: !DIExpression())
  1010. !1901 = distinct !DIGlobalVariable(name: "foobar190", scope: !1902, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1011. !1902 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1905)
  1012. !1905 = !{!1900}
  1013. @foobar191 = common dso_local global i8* null, align 8, !dbg !1910
  1014. !1910 = !DIGlobalVariableExpression(var: !1911, expr: !DIExpression())
  1015. !1911 = distinct !DIGlobalVariable(name: "foobar191", scope: !1912, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1016. !1912 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1915)
  1017. !1915 = !{!1910}
  1018. @foobar192 = common dso_local global i8* null, align 8, !dbg !1920
  1019. !1920 = !DIGlobalVariableExpression(var: !1921, expr: !DIExpression())
  1020. !1921 = distinct !DIGlobalVariable(name: "foobar192", scope: !1922, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1021. !1922 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1925)
  1022. !1925 = !{!1920}
  1023. @foobar193 = common dso_local global i8* null, align 8, !dbg !1930
  1024. !1930 = !DIGlobalVariableExpression(var: !1931, expr: !DIExpression())
  1025. !1931 = distinct !DIGlobalVariable(name: "foobar193", scope: !1932, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1026. !1932 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1935)
  1027. !1935 = !{!1930}
  1028. @foobar194 = common dso_local global i8* null, align 8, !dbg !1940
  1029. !1940 = !DIGlobalVariableExpression(var: !1941, expr: !DIExpression())
  1030. !1941 = distinct !DIGlobalVariable(name: "foobar194", scope: !1942, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1031. !1942 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1945)
  1032. !1945 = !{!1940}
  1033. @foobar195 = common dso_local global i8* null, align 8, !dbg !1950
  1034. !1950 = !DIGlobalVariableExpression(var: !1951, expr: !DIExpression())
  1035. !1951 = distinct !DIGlobalVariable(name: "foobar195", scope: !1952, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1036. !1952 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1955)
  1037. !1955 = !{!1950}
  1038. @foobar196 = common dso_local global i8* null, align 8, !dbg !1960
  1039. !1960 = !DIGlobalVariableExpression(var: !1961, expr: !DIExpression())
  1040. !1961 = distinct !DIGlobalVariable(name: "foobar196", scope: !1962, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1041. !1962 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1965)
  1042. !1965 = !{!1960}
  1043. @foobar197 = common dso_local global i8* null, align 8, !dbg !1970
  1044. !1970 = !DIGlobalVariableExpression(var: !1971, expr: !DIExpression())
  1045. !1971 = distinct !DIGlobalVariable(name: "foobar197", scope: !1972, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1046. !1972 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1975)
  1047. !1975 = !{!1970}
  1048. @foobar198 = common dso_local global i8* null, align 8, !dbg !1980
  1049. !1980 = !DIGlobalVariableExpression(var: !1981, expr: !DIExpression())
  1050. !1981 = distinct !DIGlobalVariable(name: "foobar198", scope: !1982, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1051. !1982 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1985)
  1052. !1985 = !{!1980}
  1053. @foobar199 = common dso_local global i8* null, align 8, !dbg !1990
  1054. !1990 = !DIGlobalVariableExpression(var: !1991, expr: !DIExpression())
  1055. !1991 = distinct !DIGlobalVariable(name: "foobar199", scope: !1992, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1056. !1992 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !1995)
  1057. !1995 = !{!1990}
  1058. @foobar200 = common dso_local global i8* null, align 8, !dbg !2000
  1059. !2000 = !DIGlobalVariableExpression(var: !2001, expr: !DIExpression())
  1060. !2001 = distinct !DIGlobalVariable(name: "foobar200", scope: !2002, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1061. !2002 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2005)
  1062. !2005 = !{!2000}
  1063. @foobar201 = common dso_local global i8* null, align 8, !dbg !2010
  1064. !2010 = !DIGlobalVariableExpression(var: !2011, expr: !DIExpression())
  1065. !2011 = distinct !DIGlobalVariable(name: "foobar201", scope: !2012, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1066. !2012 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2015)
  1067. !2015 = !{!2010}
  1068. @foobar202 = common dso_local global i8* null, align 8, !dbg !2020
  1069. !2020 = !DIGlobalVariableExpression(var: !2021, expr: !DIExpression())
  1070. !2021 = distinct !DIGlobalVariable(name: "foobar202", scope: !2022, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1071. !2022 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2025)
  1072. !2025 = !{!2020}
  1073. @foobar203 = common dso_local global i8* null, align 8, !dbg !2030
  1074. !2030 = !DIGlobalVariableExpression(var: !2031, expr: !DIExpression())
  1075. !2031 = distinct !DIGlobalVariable(name: "foobar203", scope: !2032, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1076. !2032 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2035)
  1077. !2035 = !{!2030}
  1078. @foobar204 = common dso_local global i8* null, align 8, !dbg !2040
  1079. !2040 = !DIGlobalVariableExpression(var: !2041, expr: !DIExpression())
  1080. !2041 = distinct !DIGlobalVariable(name: "foobar204", scope: !2042, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1081. !2042 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2045)
  1082. !2045 = !{!2040}
  1083. @foobar205 = common dso_local global i8* null, align 8, !dbg !2050
  1084. !2050 = !DIGlobalVariableExpression(var: !2051, expr: !DIExpression())
  1085. !2051 = distinct !DIGlobalVariable(name: "foobar205", scope: !2052, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1086. !2052 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2055)
  1087. !2055 = !{!2050}
  1088. @foobar206 = common dso_local global i8* null, align 8, !dbg !2060
  1089. !2060 = !DIGlobalVariableExpression(var: !2061, expr: !DIExpression())
  1090. !2061 = distinct !DIGlobalVariable(name: "foobar206", scope: !2062, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1091. !2062 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2065)
  1092. !2065 = !{!2060}
  1093. @foobar207 = common dso_local global i8* null, align 8, !dbg !2070
  1094. !2070 = !DIGlobalVariableExpression(var: !2071, expr: !DIExpression())
  1095. !2071 = distinct !DIGlobalVariable(name: "foobar207", scope: !2072, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1096. !2072 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2075)
  1097. !2075 = !{!2070}
  1098. @foobar208 = common dso_local global i8* null, align 8, !dbg !2080
  1099. !2080 = !DIGlobalVariableExpression(var: !2081, expr: !DIExpression())
  1100. !2081 = distinct !DIGlobalVariable(name: "foobar208", scope: !2082, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1101. !2082 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2085)
  1102. !2085 = !{!2080}
  1103. @foobar209 = common dso_local global i8* null, align 8, !dbg !2090
  1104. !2090 = !DIGlobalVariableExpression(var: !2091, expr: !DIExpression())
  1105. !2091 = distinct !DIGlobalVariable(name: "foobar209", scope: !2092, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1106. !2092 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2095)
  1107. !2095 = !{!2090}
  1108. @foobar210 = common dso_local global i8* null, align 8, !dbg !2100
  1109. !2100 = !DIGlobalVariableExpression(var: !2101, expr: !DIExpression())
  1110. !2101 = distinct !DIGlobalVariable(name: "foobar210", scope: !2102, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1111. !2102 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2105)
  1112. !2105 = !{!2100}
  1113. @foobar211 = common dso_local global i8* null, align 8, !dbg !2110
  1114. !2110 = !DIGlobalVariableExpression(var: !2111, expr: !DIExpression())
  1115. !2111 = distinct !DIGlobalVariable(name: "foobar211", scope: !2112, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1116. !2112 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2115)
  1117. !2115 = !{!2110}
  1118. @foobar212 = common dso_local global i8* null, align 8, !dbg !2120
  1119. !2120 = !DIGlobalVariableExpression(var: !2121, expr: !DIExpression())
  1120. !2121 = distinct !DIGlobalVariable(name: "foobar212", scope: !2122, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1121. !2122 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2125)
  1122. !2125 = !{!2120}
  1123. @foobar213 = common dso_local global i8* null, align 8, !dbg !2130
  1124. !2130 = !DIGlobalVariableExpression(var: !2131, expr: !DIExpression())
  1125. !2131 = distinct !DIGlobalVariable(name: "foobar213", scope: !2132, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1126. !2132 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2135)
  1127. !2135 = !{!2130}
  1128. @foobar214 = common dso_local global i8* null, align 8, !dbg !2140
  1129. !2140 = !DIGlobalVariableExpression(var: !2141, expr: !DIExpression())
  1130. !2141 = distinct !DIGlobalVariable(name: "foobar214", scope: !2142, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1131. !2142 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2145)
  1132. !2145 = !{!2140}
  1133. @foobar215 = common dso_local global i8* null, align 8, !dbg !2150
  1134. !2150 = !DIGlobalVariableExpression(var: !2151, expr: !DIExpression())
  1135. !2151 = distinct !DIGlobalVariable(name: "foobar215", scope: !2152, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1136. !2152 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2155)
  1137. !2155 = !{!2150}
  1138. @foobar216 = common dso_local global i8* null, align 8, !dbg !2160
  1139. !2160 = !DIGlobalVariableExpression(var: !2161, expr: !DIExpression())
  1140. !2161 = distinct !DIGlobalVariable(name: "foobar216", scope: !2162, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1141. !2162 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2165)
  1142. !2165 = !{!2160}
  1143. @foobar217 = common dso_local global i8* null, align 8, !dbg !2170
  1144. !2170 = !DIGlobalVariableExpression(var: !2171, expr: !DIExpression())
  1145. !2171 = distinct !DIGlobalVariable(name: "foobar217", scope: !2172, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1146. !2172 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2175)
  1147. !2175 = !{!2170}
  1148. @foobar218 = common dso_local global i8* null, align 8, !dbg !2180
  1149. !2180 = !DIGlobalVariableExpression(var: !2181, expr: !DIExpression())
  1150. !2181 = distinct !DIGlobalVariable(name: "foobar218", scope: !2182, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1151. !2182 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2185)
  1152. !2185 = !{!2180}
  1153. @foobar219 = common dso_local global i8* null, align 8, !dbg !2190
  1154. !2190 = !DIGlobalVariableExpression(var: !2191, expr: !DIExpression())
  1155. !2191 = distinct !DIGlobalVariable(name: "foobar219", scope: !2192, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1156. !2192 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2195)
  1157. !2195 = !{!2190}
  1158. @foobar220 = common dso_local global i8* null, align 8, !dbg !2200
  1159. !2200 = !DIGlobalVariableExpression(var: !2201, expr: !DIExpression())
  1160. !2201 = distinct !DIGlobalVariable(name: "foobar220", scope: !2202, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1161. !2202 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2205)
  1162. !2205 = !{!2200}
  1163. @foobar221 = common dso_local global i8* null, align 8, !dbg !2210
  1164. !2210 = !DIGlobalVariableExpression(var: !2211, expr: !DIExpression())
  1165. !2211 = distinct !DIGlobalVariable(name: "foobar221", scope: !2212, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1166. !2212 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2215)
  1167. !2215 = !{!2210}
  1168. @foobar222 = common dso_local global i8* null, align 8, !dbg !2220
  1169. !2220 = !DIGlobalVariableExpression(var: !2221, expr: !DIExpression())
  1170. !2221 = distinct !DIGlobalVariable(name: "foobar222", scope: !2222, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1171. !2222 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2225)
  1172. !2225 = !{!2220}
  1173. @foobar223 = common dso_local global i8* null, align 8, !dbg !2230
  1174. !2230 = !DIGlobalVariableExpression(var: !2231, expr: !DIExpression())
  1175. !2231 = distinct !DIGlobalVariable(name: "foobar223", scope: !2232, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1176. !2232 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2235)
  1177. !2235 = !{!2230}
  1178. @foobar224 = common dso_local global i8* null, align 8, !dbg !2240
  1179. !2240 = !DIGlobalVariableExpression(var: !2241, expr: !DIExpression())
  1180. !2241 = distinct !DIGlobalVariable(name: "foobar224", scope: !2242, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1181. !2242 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2245)
  1182. !2245 = !{!2240}
  1183. @foobar225 = common dso_local global i8* null, align 8, !dbg !2250
  1184. !2250 = !DIGlobalVariableExpression(var: !2251, expr: !DIExpression())
  1185. !2251 = distinct !DIGlobalVariable(name: "foobar225", scope: !2252, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1186. !2252 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2255)
  1187. !2255 = !{!2250}
  1188. @foobar226 = common dso_local global i8* null, align 8, !dbg !2260
  1189. !2260 = !DIGlobalVariableExpression(var: !2261, expr: !DIExpression())
  1190. !2261 = distinct !DIGlobalVariable(name: "foobar226", scope: !2262, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1191. !2262 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2265)
  1192. !2265 = !{!2260}
  1193. @foobar227 = common dso_local global i8* null, align 8, !dbg !2270
  1194. !2270 = !DIGlobalVariableExpression(var: !2271, expr: !DIExpression())
  1195. !2271 = distinct !DIGlobalVariable(name: "foobar227", scope: !2272, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1196. !2272 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2275)
  1197. !2275 = !{!2270}
  1198. @foobar228 = common dso_local global i8* null, align 8, !dbg !2280
  1199. !2280 = !DIGlobalVariableExpression(var: !2281, expr: !DIExpression())
  1200. !2281 = distinct !DIGlobalVariable(name: "foobar228", scope: !2282, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1201. !2282 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2285)
  1202. !2285 = !{!2280}
  1203. @foobar229 = common dso_local global i8* null, align 8, !dbg !2290
  1204. !2290 = !DIGlobalVariableExpression(var: !2291, expr: !DIExpression())
  1205. !2291 = distinct !DIGlobalVariable(name: "foobar229", scope: !2292, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1206. !2292 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2295)
  1207. !2295 = !{!2290}
  1208. @foobar230 = common dso_local global i8* null, align 8, !dbg !2300
  1209. !2300 = !DIGlobalVariableExpression(var: !2301, expr: !DIExpression())
  1210. !2301 = distinct !DIGlobalVariable(name: "foobar230", scope: !2302, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1211. !2302 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2305)
  1212. !2305 = !{!2300}
  1213. @foobar231 = common dso_local global i8* null, align 8, !dbg !2310
  1214. !2310 = !DIGlobalVariableExpression(var: !2311, expr: !DIExpression())
  1215. !2311 = distinct !DIGlobalVariable(name: "foobar231", scope: !2312, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1216. !2312 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2315)
  1217. !2315 = !{!2310}
  1218. @foobar232 = common dso_local global i8* null, align 8, !dbg !2320
  1219. !2320 = !DIGlobalVariableExpression(var: !2321, expr: !DIExpression())
  1220. !2321 = distinct !DIGlobalVariable(name: "foobar232", scope: !2322, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1221. !2322 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2325)
  1222. !2325 = !{!2320}
  1223. @foobar233 = common dso_local global i8* null, align 8, !dbg !2330
  1224. !2330 = !DIGlobalVariableExpression(var: !2331, expr: !DIExpression())
  1225. !2331 = distinct !DIGlobalVariable(name: "foobar233", scope: !2332, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1226. !2332 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2335)
  1227. !2335 = !{!2330}
  1228. @foobar234 = common dso_local global i8* null, align 8, !dbg !2340
  1229. !2340 = !DIGlobalVariableExpression(var: !2341, expr: !DIExpression())
  1230. !2341 = distinct !DIGlobalVariable(name: "foobar234", scope: !2342, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1231. !2342 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2345)
  1232. !2345 = !{!2340}
  1233. @foobar235 = common dso_local global i8* null, align 8, !dbg !2350
  1234. !2350 = !DIGlobalVariableExpression(var: !2351, expr: !DIExpression())
  1235. !2351 = distinct !DIGlobalVariable(name: "foobar235", scope: !2352, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1236. !2352 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2355)
  1237. !2355 = !{!2350}
  1238. @foobar236 = common dso_local global i8* null, align 8, !dbg !2360
  1239. !2360 = !DIGlobalVariableExpression(var: !2361, expr: !DIExpression())
  1240. !2361 = distinct !DIGlobalVariable(name: "foobar236", scope: !2362, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1241. !2362 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2365)
  1242. !2365 = !{!2360}
  1243. @foobar237 = common dso_local global i8* null, align 8, !dbg !2370
  1244. !2370 = !DIGlobalVariableExpression(var: !2371, expr: !DIExpression())
  1245. !2371 = distinct !DIGlobalVariable(name: "foobar237", scope: !2372, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1246. !2372 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2375)
  1247. !2375 = !{!2370}
  1248. @foobar238 = common dso_local global i8* null, align 8, !dbg !2380
  1249. !2380 = !DIGlobalVariableExpression(var: !2381, expr: !DIExpression())
  1250. !2381 = distinct !DIGlobalVariable(name: "foobar238", scope: !2382, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1251. !2382 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2385)
  1252. !2385 = !{!2380}
  1253. @foobar239 = common dso_local global i8* null, align 8, !dbg !2390
  1254. !2390 = !DIGlobalVariableExpression(var: !2391, expr: !DIExpression())
  1255. !2391 = distinct !DIGlobalVariable(name: "foobar239", scope: !2392, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1256. !2392 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2395)
  1257. !2395 = !{!2390}
  1258. @foobar240 = common dso_local global i8* null, align 8, !dbg !2400
  1259. !2400 = !DIGlobalVariableExpression(var: !2401, expr: !DIExpression())
  1260. !2401 = distinct !DIGlobalVariable(name: "foobar240", scope: !2402, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1261. !2402 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2405)
  1262. !2405 = !{!2400}
  1263. @foobar241 = common dso_local global i8* null, align 8, !dbg !2410
  1264. !2410 = !DIGlobalVariableExpression(var: !2411, expr: !DIExpression())
  1265. !2411 = distinct !DIGlobalVariable(name: "foobar241", scope: !2412, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1266. !2412 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2415)
  1267. !2415 = !{!2410}
  1268. @foobar242 = common dso_local global i8* null, align 8, !dbg !2420
  1269. !2420 = !DIGlobalVariableExpression(var: !2421, expr: !DIExpression())
  1270. !2421 = distinct !DIGlobalVariable(name: "foobar242", scope: !2422, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1271. !2422 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2425)
  1272. !2425 = !{!2420}
  1273. @foobar243 = common dso_local global i8* null, align 8, !dbg !2430
  1274. !2430 = !DIGlobalVariableExpression(var: !2431, expr: !DIExpression())
  1275. !2431 = distinct !DIGlobalVariable(name: "foobar243", scope: !2432, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1276. !2432 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2435)
  1277. !2435 = !{!2430}
  1278. @foobar244 = common dso_local global i8* null, align 8, !dbg !2440
  1279. !2440 = !DIGlobalVariableExpression(var: !2441, expr: !DIExpression())
  1280. !2441 = distinct !DIGlobalVariable(name: "foobar244", scope: !2442, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1281. !2442 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2445)
  1282. !2445 = !{!2440}
  1283. @foobar245 = common dso_local global i8* null, align 8, !dbg !2450
  1284. !2450 = !DIGlobalVariableExpression(var: !2451, expr: !DIExpression())
  1285. !2451 = distinct !DIGlobalVariable(name: "foobar245", scope: !2452, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1286. !2452 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2455)
  1287. !2455 = !{!2450}
  1288. @foobar246 = common dso_local global i8* null, align 8, !dbg !2460
  1289. !2460 = !DIGlobalVariableExpression(var: !2461, expr: !DIExpression())
  1290. !2461 = distinct !DIGlobalVariable(name: "foobar246", scope: !2462, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1291. !2462 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2465)
  1292. !2465 = !{!2460}
  1293. @foobar247 = common dso_local global i8* null, align 8, !dbg !2470
  1294. !2470 = !DIGlobalVariableExpression(var: !2471, expr: !DIExpression())
  1295. !2471 = distinct !DIGlobalVariable(name: "foobar247", scope: !2472, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1296. !2472 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2475)
  1297. !2475 = !{!2470}
  1298. @foobar248 = common dso_local global i8* null, align 8, !dbg !2480
  1299. !2480 = !DIGlobalVariableExpression(var: !2481, expr: !DIExpression())
  1300. !2481 = distinct !DIGlobalVariable(name: "foobar248", scope: !2482, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1301. !2482 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2485)
  1302. !2485 = !{!2480}
  1303. @foobar249 = common dso_local global i8* null, align 8, !dbg !2490
  1304. !2490 = !DIGlobalVariableExpression(var: !2491, expr: !DIExpression())
  1305. !2491 = distinct !DIGlobalVariable(name: "foobar249", scope: !2492, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1306. !2492 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2495)
  1307. !2495 = !{!2490}
  1308. @foobar250 = common dso_local global i8* null, align 8, !dbg !2500
  1309. !2500 = !DIGlobalVariableExpression(var: !2501, expr: !DIExpression())
  1310. !2501 = distinct !DIGlobalVariable(name: "foobar250", scope: !2502, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1311. !2502 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2505)
  1312. !2505 = !{!2500}
  1313. @foobar251 = common dso_local global i8* null, align 8, !dbg !2510
  1314. !2510 = !DIGlobalVariableExpression(var: !2511, expr: !DIExpression())
  1315. !2511 = distinct !DIGlobalVariable(name: "foobar251", scope: !2512, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1316. !2512 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2515)
  1317. !2515 = !{!2510}
  1318. @foobar252 = common dso_local global i8* null, align 8, !dbg !2520
  1319. !2520 = !DIGlobalVariableExpression(var: !2521, expr: !DIExpression())
  1320. !2521 = distinct !DIGlobalVariable(name: "foobar252", scope: !2522, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1321. !2522 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2525)
  1322. !2525 = !{!2520}
  1323. @foobar253 = common dso_local global i8* null, align 8, !dbg !2530
  1324. !2530 = !DIGlobalVariableExpression(var: !2531, expr: !DIExpression())
  1325. !2531 = distinct !DIGlobalVariable(name: "foobar253", scope: !2532, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1326. !2532 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2535)
  1327. !2535 = !{!2530}
  1328. @foobar254 = common dso_local global i8* null, align 8, !dbg !2540
  1329. !2540 = !DIGlobalVariableExpression(var: !2541, expr: !DIExpression())
  1330. !2541 = distinct !DIGlobalVariable(name: "foobar254", scope: !2542, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1331. !2542 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2545)
  1332. !2545 = !{!2540}
  1333. @foobar255 = common dso_local global i8* null, align 8, !dbg !2550
  1334. !2550 = !DIGlobalVariableExpression(var: !2551, expr: !DIExpression())
  1335. !2551 = distinct !DIGlobalVariable(name: "foobar255", scope: !2552, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1336. !2552 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2555)
  1337. !2555 = !{!2550}
  1338. @foobar256 = common dso_local global i8* null, align 8, !dbg !2560
  1339. !2560 = !DIGlobalVariableExpression(var: !2561, expr: !DIExpression())
  1340. !2561 = distinct !DIGlobalVariable(name: "foobar256", scope: !2562, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1341. !2562 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2565)
  1342. !2565 = !{!2560}
  1343. @foobar257 = common dso_local global i8* null, align 8, !dbg !2570
  1344. !2570 = !DIGlobalVariableExpression(var: !2571, expr: !DIExpression())
  1345. !2571 = distinct !DIGlobalVariable(name: "foobar257", scope: !2572, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
  1346. !2572 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trunk 325496) (llvm/trunk 325732)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !2575)
  1347. !2575 = !{!2570}