Advertisement
Guest User

Untitled

a guest
Jun 8th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 305.70 KB | None | 0 0
  1. [ 16%] Built target embedded_lld_lib
  2. [ 63%] Built target embedded_softfloat
  3. [ 69%] Built target embedded_lld_coff
  4. [ 70%] Built target embedded_lld_mingw
  5. [ 86%] Built target embedded_lld_elf
  6. [ 90%] Built target embedded_lld_wasm
  7. [ 91%] Built target zig_cpp
  8. [ 92%] Linking CXX executable zig
  9. Undefined symbols for architecture x86_64:
  10. "_LLVMABIAlignmentOfType", referenced from:
  11. get_pointer_to_type_extra(CodeGen*, TypeTableEntry*, bool, bool, PtrLen, unsigned int, unsigned int, unsigned int) in analyze.cpp.o
  12. get_abi_alignment(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  13. get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o
  14. get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  15. resolve_enum_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  16. resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  17. resolve_struct_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  18. ...
  19. "_LLVMABISizeOfType", referenced from:
  20. get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  21. get_array_type(CodeGen*, TypeTableEntry*, unsigned long long) in analyze.cpp.o
  22. get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o
  23. get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o
  24. resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  25. resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  26. "_LLVMAddAlias", referenced from:
  27. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  28. "_LLVMAddAttributeAtIndex", referenced from:
  29. addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o
  30. addLLVMAttrStr(LLVMOpaqueValue*, unsigned int, char const*, char const*) in codegen.cpp.o
  31. addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o
  32. "_LLVMAddCallSiteAttribute", referenced from:
  33. addLLVMCallsiteAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o
  34. "_LLVMAddCase", referenced from:
  35. ir_render_switch_br(CodeGen*, IrExecutable*, IrInstructionSwitchBr*) in codegen.cpp.o
  36. add_error_range_check(CodeGen*, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  37. "_LLVMAddFunction", referenced from:
  38. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  39. get_memcpy_fn_val(CodeGen*) in codegen.cpp.o
  40. get_memset_fn_val(CodeGen*) in codegen.cpp.o
  41. get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o
  42. get_float_fn(CodeGen*, TypeTableEntry*, ZigLLVMFnId) in codegen.cpp.o
  43. get_stacksave_fn_val(CodeGen*) in codegen.cpp.o
  44. get_stackrestore_fn_val(CodeGen*) in codegen.cpp.o
  45. ...
  46. "_LLVMAddGlobal", referenced from:
  47. do_code_gen(CodeGen*) in codegen.cpp.o
  48. generate_error_name_table(CodeGen*) in codegen.cpp.o
  49. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  50. render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  51. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  52. "_LLVMAddIncoming", referenced from:
  53. ir_render_phi(CodeGen*, IrExecutable*, IrInstructionPhi*) in codegen.cpp.o
  54. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  55. "_LLVMAppendBasicBlock", referenced from:
  56. build_all_basic_blocks(CodeGen*, FnTableEntry*) in codegen.cpp.o
  57. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  58. ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o
  59. ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o
  60. ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o
  61. ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o
  62. gen_overflow_op(CodeGen*, TypeTableEntry*, AddSubMul, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  63. ...
  64. "_LLVMArrayType", referenced from:
  65. get_array_type(CodeGen*, TypeTableEntry*, unsigned long long) in analyze.cpp.o
  66. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  67. "_LLVMBuildAShr", referenced from:
  68. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  69. gen_overflow_shl_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  70. gen_overflow_shr_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  71. render_shl_with_overflow(CodeGen*, IrInstructionOverflowOp*) in codegen.cpp.o
  72. "_LLVMBuildAdd", referenced from:
  73. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  74. "_LLVMBuildAlloca", referenced from:
  75. build_alloca(CodeGen*, TypeTableEntry*, char const*, unsigned int) in codegen.cpp.o
  76. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  77. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  78. "_LLVMBuildAnd", referenced from:
  79. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  80. ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o
  81. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  82. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  83. add_error_range_check(CodeGen*, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  84. "_LLVMBuildAtomicRMW", referenced from:
  85. ir_render_atomic_rmw(CodeGen*, IrExecutable*, IrInstructionAtomicRmw*) in codegen.cpp.o
  86. "_LLVMBuildBitCast", referenced from:
  87. ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o
  88. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  89. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  90. ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o
  91. ir_render_truncate(CodeGen*, IrExecutable*, IrInstructionTruncate*) in codegen.cpp.o
  92. ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o
  93. ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o
  94. ...
  95. "_LLVMBuildBr", referenced from:
  96. ir_render_br(CodeGen*, IrExecutable*, IrInstructionBr*) in codegen.cpp.o
  97. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  98. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  99. "_LLVMBuildCall", referenced from:
  100. ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o
  101. ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o
  102. ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o
  103. ir_render_clz(CodeGen*, IrExecutable*, IrInstructionClz*) in codegen.cpp.o
  104. ir_render_ctz(CodeGen*, IrExecutable*, IrInstructionCtz*) in codegen.cpp.o
  105. ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o
  106. ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o
  107. ...
  108. "_LLVMBuildCondBr", referenced from:
  109. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  110. ir_render_cond_br(CodeGen*, IrExecutable*, IrInstructionCondBr*) in codegen.cpp.o
  111. ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o
  112. ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o
  113. ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o
  114. ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o
  115. gen_overflow_op(CodeGen*, TypeTableEntry*, AddSubMul, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  116. ...
  117. "_LLVMBuildExactSDiv", referenced from:
  118. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  119. "_LLVMBuildExactUDiv", referenced from:
  120. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  121. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  122. "_LLVMBuildExtractValue", referenced from:
  123. ir_render_cmpxchg(CodeGen*, IrExecutable*, IrInstructionCmpxchg*) in codegen.cpp.o
  124. ir_render_overflow_op(CodeGen*, IrExecutable*, IrInstructionOverflowOp*) in codegen.cpp.o
  125. gen_overflow_op(CodeGen*, TypeTableEntry*, AddSubMul, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  126. "_LLVMBuildFAdd", referenced from:
  127. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  128. gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o
  129. "_LLVMBuildFCmp", referenced from:
  130. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  131. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  132. gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o
  133. "_LLVMBuildFDiv", referenced from:
  134. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  135. "_LLVMBuildFMul", referenced from:
  136. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  137. "_LLVMBuildFNeg", referenced from:
  138. ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o
  139. "_LLVMBuildFPExt", referenced from:
  140. gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  141. "_LLVMBuildFPToSI", referenced from:
  142. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  143. "_LLVMBuildFPToUI", referenced from:
  144. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  145. "_LLVMBuildFPTrunc", referenced from:
  146. gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  147. "_LLVMBuildFRem", referenced from:
  148. gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o
  149. "_LLVMBuildFSub", referenced from:
  150. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  151. "_LLVMBuildFence", referenced from:
  152. ir_render_fence(CodeGen*, IrExecutable*, IrInstructionFence*) in codegen.cpp.o
  153. "_LLVMBuildICmp", referenced from:
  154. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  155. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  156. ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o
  157. ir_render_bool_not(CodeGen*, IrExecutable*, IrInstructionBoolNot*) in codegen.cpp.o
  158. ir_render_test_err(CodeGen*, IrExecutable*, IrInstructionTestErr*) in codegen.cpp.o
  159. ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o
  160. ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o
  161. ...
  162. "_LLVMBuildInBoundsGEP", referenced from:
  163. do_code_gen(CodeGen*) in codegen.cpp.o
  164. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  165. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  166. ir_render_err_name(CodeGen*, IrExecutable*, IrInstructionErrName*) in codegen.cpp.o
  167. ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o
  168. ir_render_container_init_list(CodeGen*, IrExecutable*, IrInstructionContainerInitList*) in codegen.cpp.o
  169. ir_render_enum_tag_name(CodeGen*, IrExecutable*, IrInstructionTagName*) in codegen.cpp.o
  170. ...
  171. "_LLVMBuildIntToPtr", referenced from:
  172. ir_render_int_to_ptr(CodeGen*, IrExecutable*, IrInstructionIntToPtr*) in codegen.cpp.o
  173. ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o
  174. ir_render_atomic_rmw(CodeGen*, IrExecutable*, IrInstructionAtomicRmw*) in codegen.cpp.o
  175. "_LLVMBuildLShr", referenced from:
  176. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  177. ir_render_load_ptr(CodeGen*, IrExecutable*, IrInstructionLoadPtr*) in codegen.cpp.o
  178. gen_overflow_shl_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  179. gen_overflow_shr_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  180. render_shl_with_overflow(CodeGen*, IrInstructionOverflowOp*) in codegen.cpp.o
  181. "_LLVMBuildLoad", referenced from:
  182. gen_load_untyped(CodeGen*, LLVMOpaqueValue*, unsigned int, bool, char const*) in codegen.cpp.o
  183. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  184. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  185. "_LLVMBuildMul", referenced from:
  186. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  187. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  188. "_LLVMBuildNSWAdd", referenced from:
  189. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  190. gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o
  191. "_LLVMBuildNSWMul", referenced from:
  192. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  193. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  194. "_LLVMBuildNSWNeg", referenced from:
  195. ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o
  196. "_LLVMBuildNSWSub", referenced from:
  197. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  198. ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o
  199. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  200. "_LLVMBuildNUWAdd", referenced from:
  201. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  202. get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o
  203. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  204. get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o
  205. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  206. "_LLVMBuildNUWMul", referenced from:
  207. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  208. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  209. "_LLVMBuildNUWNeg", referenced from:
  210. ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o
  211. "_LLVMBuildNUWSub", referenced from:
  212. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  213. ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o
  214. get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o
  215. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  216. "_LLVMBuildNeg", referenced from:
  217. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  218. ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o
  219. "_LLVMBuildNot", referenced from:
  220. ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o
  221. ir_render_cmpxchg(CodeGen*, IrExecutable*, IrInstructionCmpxchg*) in codegen.cpp.o
  222. "_LLVMBuildOr", referenced from:
  223. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  224. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  225. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  226. "_LLVMBuildPhi", referenced from:
  227. ir_render_phi(CodeGen*, IrExecutable*, IrInstructionPhi*) in codegen.cpp.o
  228. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  229. "_LLVMBuildPtrToInt", referenced from:
  230. ir_render_ptr_to_int(CodeGen*, IrExecutable*, IrInstructionPtrToInt*) in codegen.cpp.o
  231. ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o
  232. ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o
  233. ir_render_atomic_rmw(CodeGen*, IrExecutable*, IrInstructionAtomicRmw*) in codegen.cpp.o
  234. get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o
  235. get_return_err_fn(CodeGen*) in codegen.cpp.o
  236. "_LLVMBuildRet", referenced from:
  237. ir_render_return(CodeGen*, IrExecutable*, IrInstructionReturn*) in codegen.cpp.o
  238. ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o
  239. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  240. "_LLVMBuildRetVoid", referenced from:
  241. ir_render_return(CodeGen*, IrExecutable*, IrInstructionReturn*) in codegen.cpp.o
  242. get_return_err_fn(CodeGen*) in codegen.cpp.o
  243. get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o
  244. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  245. "_LLVMBuildSDiv", referenced from:
  246. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  247. "_LLVMBuildSExt", referenced from:
  248. gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  249. "_LLVMBuildSIToFP", referenced from:
  250. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  251. "_LLVMBuildSRem", referenced from:
  252. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  253. gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o
  254. "_LLVMBuildSelect", referenced from:
  255. ir_render_cmpxchg(CodeGen*, IrExecutable*, IrInstructionCmpxchg*) in codegen.cpp.o
  256. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  257. gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o
  258. "_LLVMBuildShl", referenced from:
  259. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  260. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  261. gen_overflow_shl_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  262. gen_overflow_shr_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  263. render_shl_with_overflow(CodeGen*, IrInstructionOverflowOp*) in codegen.cpp.o
  264. "_LLVMBuildStore", referenced from:
  265. gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o
  266. ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o
  267. ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o
  268. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  269. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  270. "_LLVMBuildStructGEP", referenced from:
  271. do_code_gen(CodeGen*) in codegen.cpp.o
  272. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  273. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  274. ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o
  275. ir_render_struct_field_ptr(CodeGen*, IrExecutable*, IrInstructionStructFieldPtr*) in codegen.cpp.o
  276. ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o
  277. ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o
  278. ...
  279. "_LLVMBuildSub", referenced from:
  280. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  281. "_LLVMBuildSwitch", referenced from:
  282. ir_render_switch_br(CodeGen*, IrExecutable*, IrInstructionSwitchBr*) in codegen.cpp.o
  283. add_error_range_check(CodeGen*, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  284. "_LLVMBuildTrunc", referenced from:
  285. ir_render_load_ptr(CodeGen*, IrExecutable*, IrInstructionLoadPtr*) in codegen.cpp.o
  286. ir_render_truncate(CodeGen*, IrExecutable*, IrInstructionTruncate*) in codegen.cpp.o
  287. gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  288. "_LLVMBuildUDiv", referenced from:
  289. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  290. "_LLVMBuildUIToFP", referenced from:
  291. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  292. "_LLVMBuildURem", referenced from:
  293. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  294. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  295. gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o
  296. get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o
  297. get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o
  298. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  299. "_LLVMBuildUnreachable", referenced from:
  300. ir_render_unreachable(CodeGen*, IrExecutable*, IrInstructionUnreachable*) in codegen.cpp.o
  301. ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o
  302. ir_render_err_name(CodeGen*, IrExecutable*, IrInstructionErrName*) in codegen.cpp.o
  303. gen_panic(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  304. gen_safety_crash_for_err(CodeGen*, LLVMOpaqueValue*, Scope*) in codegen.cpp.o
  305. "_LLVMBuildXor", referenced from:
  306. ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o
  307. "_LLVMBuildZExt", referenced from:
  308. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  309. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  310. gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  311. "_LLVMByteOrder", referenced from:
  312. init(CodeGen*) in codegen.cpp.o
  313. "_LLVMConstAllOnes", referenced from:
  314. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  315. ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o
  316. ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o
  317. ir_render_maybe_wrap(CodeGen*, IrExecutable*, IrInstructionMaybeWrap*) in codegen.cpp.o
  318. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  319. "_LLVMConstArray", referenced from:
  320. generate_error_name_table(CodeGen*) in codegen.cpp.o
  321. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  322. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  323. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  324. "_LLVMConstBitCast", referenced from:
  325. generate_error_name_table(CodeGen*) in codegen.cpp.o
  326. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  327. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  328. get_panic_msg_ptr_val(CodeGen*, PanicMsgId) in codegen.cpp.o
  329. "_LLVMConstFPToUI", referenced from:
  330. pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o
  331. "_LLVMConstGEP", referenced from:
  332. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  333. "_LLVMConstInBoundsGEP", referenced from:
  334. gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  335. gen_const_ptr_struct_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  336. gen_const_ptr_union_recursive(CodeGen*, ConstExprValue*) in codegen.cpp.o
  337. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  338. "_LLVMConstInlineAsm", referenced from:
  339. ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o
  340. "_LLVMConstInt", referenced from:
  341. do_code_gen(CodeGen*) in codegen.cpp.o
  342. generate_error_name_table(CodeGen*) in codegen.cpp.o
  343. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  344. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  345. bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o
  346. pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o
  347. gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  348. ...
  349. "_LLVMConstIntOfArbitraryPrecision", referenced from:
  350. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  351. bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o
  352. "_LLVMConstIntToPtr", referenced from:
  353. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  354. ir_render_coro_id(CodeGen*, IrExecutable*, IrInstructionCoroId*) in codegen.cpp.o
  355. "_LLVMConstNamedStruct", referenced from:
  356. generate_error_name_table(CodeGen*) in codegen.cpp.o
  357. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  358. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  359. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  360. "_LLVMConstNeg", referenced from:
  361. bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o
  362. "_LLVMConstNot", referenced from:
  363. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  364. "_LLVMConstNull", referenced from:
  365. do_code_gen(CodeGen*) in codegen.cpp.o
  366. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  367. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  368. bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o
  369. gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  370. gen_const_ptr_struct_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  371. gen_const_ptr_union_recursive(CodeGen*, ConstExprValue*) in codegen.cpp.o
  372. ...
  373. "_LLVMConstOr", referenced from:
  374. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  375. pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o
  376. "_LLVMConstPtrToInt", referenced from:
  377. pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o
  378. "_LLVMConstReal", referenced from:
  379. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  380. "_LLVMConstShl", referenced from:
  381. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  382. pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o
  383. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  384. "_LLVMConstString", referenced from:
  385. generate_error_name_table(CodeGen*) in codegen.cpp.o
  386. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  387. "_LLVMConstStruct", referenced from:
  388. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  389. "_LLVMConstZExt", referenced from:
  390. pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o
  391. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  392. "_LLVMCopyStringRepOfTargetData", referenced from:
  393. init(CodeGen*) in codegen.cpp.o
  394. "_LLVMCountParamTypes", referenced from:
  395. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  396. "_LLVMCreateBuilder", referenced from:
  397. init(CodeGen*) in codegen.cpp.o
  398. "_LLVMCreateEnumAttribute", referenced from:
  399. addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o
  400. addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o
  401. addLLVMCallsiteAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o
  402. "_LLVMCreateStringAttribute", referenced from:
  403. addLLVMAttrStr(LLVMOpaqueValue*, unsigned int, char const*, char const*) in codegen.cpp.o
  404. "_LLVMCreateTargetDataLayout", referenced from:
  405. init(CodeGen*) in codegen.cpp.o
  406. "_LLVMCreateTargetMachine", referenced from:
  407. init(CodeGen*) in codegen.cpp.o
  408. "_LLVMDisposeTargetMachine", referenced from:
  409. codegen_destroy(CodeGen*) in codegen.cpp.o
  410. "_LLVMDoubleType", referenced from:
  411. define_builtin_types(CodeGen*) in codegen.cpp.o
  412. "_LLVMDumpModule", referenced from:
  413. do_code_gen(CodeGen*) in codegen.cpp.o
  414. codegen_link(CodeGen*, char const*) in link.cpp.o
  415. "_LLVMFP128Type", referenced from:
  416. define_builtin_types(CodeGen*) in codegen.cpp.o
  417. "_LLVMFloatType", referenced from:
  418. define_builtin_types(CodeGen*) in codegen.cpp.o
  419. "_LLVMFunctionType", referenced from:
  420. get_fn_type(CodeGen*, FnTypeId*) in analyze.cpp.o
  421. ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o
  422. get_memcpy_fn_val(CodeGen*) in codegen.cpp.o
  423. get_memset_fn_val(CodeGen*) in codegen.cpp.o
  424. get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o
  425. get_float_fn(CodeGen*, TypeTableEntry*, ZigLLVMFnId) in codegen.cpp.o
  426. get_stacksave_fn_val(CodeGen*) in codegen.cpp.o
  427. ...
  428. "_LLVMGetCurrentDebugLocation", referenced from:
  429. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  430. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  431. get_return_err_fn(CodeGen*) in codegen.cpp.o
  432. get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o
  433. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  434. "_LLVMGetDefaultTargetTriple", referenced from:
  435. _ZigLLVMGetNativeTarget in libzig_cpp.a(zig_llvm.cpp.o)
  436. "_LLVMGetElementType", referenced from:
  437. gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  438. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  439. ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o
  440. gen_load_untyped(CodeGen*, LLVMOpaqueValue*, unsigned int, bool, char const*) in codegen.cpp.o
  441. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  442. "_LLVMGetEnumAttributeKindForName", referenced from:
  443. addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o
  444. addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o
  445. addLLVMCallsiteAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o
  446. "_LLVMGetGlobalContext", referenced from:
  447. get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o
  448. get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  449. get_partial_container_type(CodeGen*, Scope*, ContainerKind, AstNode*, char const*, ContainerLayout) in analyze.cpp.o
  450. addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o
  451. addLLVMAttrStr(LLVMOpaqueValue*, unsigned int, char const*, char const*) in codegen.cpp.o
  452. addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o
  453. ir_render_coro_suspend(CodeGen*, IrExecutable*, IrInstructionCoroSuspend*) in codegen.cpp.o
  454. ...
  455. "_LLVMGetInsertBlock", referenced from:
  456. gen_var_debug_decl(CodeGen*, VariableTableEntry*) in codegen.cpp.o
  457. ir_render(CodeGen*, FnTableEntry*) in codegen.cpp.o
  458. gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o
  459. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  460. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  461. get_return_err_fn(CodeGen*) in codegen.cpp.o
  462. get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o
  463. ...
  464. "_LLVMGetIntTypeWidth", referenced from:
  465. ir_render_load_ptr(CodeGen*, IrExecutable*, IrInstructionLoadPtr*) in codegen.cpp.o
  466. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  467. "_LLVMGetIntrinsicID", referenced from:
  468. get_memcpy_fn_val(CodeGen*) in codegen.cpp.o
  469. get_memset_fn_val(CodeGen*) in codegen.cpp.o
  470. get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o
  471. get_float_fn(CodeGen*, TypeTableEntry*, ZigLLVMFnId) in codegen.cpp.o
  472. get_stacksave_fn_val(CodeGen*) in codegen.cpp.o
  473. get_stackrestore_fn_val(CodeGen*) in codegen.cpp.o
  474. get_write_register_fn_val(CodeGen*) in codegen.cpp.o
  475. ...
  476. "_LLVMGetNamedFunction", referenced from:
  477. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  478. validate_inline_fns(CodeGen*) in codegen.cpp.o
  479. "_LLVMGetParam", referenced from:
  480. do_code_gen(CodeGen*) in codegen.cpp.o
  481. ir_render_get_implicit_allocator(CodeGen*, IrExecutable*, IrInstructionGetImplicitAllocator*) in codegen.cpp.o
  482. ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o
  483. ir_render_coro_alloc_helper(CodeGen*, IrExecutable*, IrInstructionCoroAllocHelper*) in codegen.cpp.o
  484. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  485. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  486. get_return_err_fn(CodeGen*) in codegen.cpp.o
  487. ...
  488. "_LLVMGetParamTypes", referenced from:
  489. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  490. "_LLVMGetTargetFromTriple", referenced from:
  491. init(CodeGen*) in codegen.cpp.o
  492. "_LLVMGetTypeKind", referenced from:
  493. gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  494. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  495. ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o
  496. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  497. "_LLVMGetUndef", referenced from:
  498. generate_error_name_table(CodeGen*) in codegen.cpp.o
  499. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  500. ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o
  501. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  502. "_LLVMGetValueName", referenced from:
  503. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  504. "_LLVMInitializeAArch64AsmParser", referenced from:
  505. LLVMInitializeAllAsmParsers() in target.cpp.o
  506. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  507. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  508. "_LLVMInitializeAArch64AsmPrinter", referenced from:
  509. LLVMInitializeAllAsmPrinters() in target.cpp.o
  510. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  511. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  512. "_LLVMInitializeAArch64Disassembler", referenced from:
  513. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  514. "_LLVMInitializeAArch64Target", referenced from:
  515. LLVMInitializeAllTargets() in target.cpp.o
  516. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  517. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  518. "_LLVMInitializeAArch64TargetInfo", referenced from:
  519. LLVMInitializeAllTargetInfos() in target.cpp.o
  520. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  521. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  522. "_LLVMInitializeAArch64TargetMC", referenced from:
  523. LLVMInitializeAllTargetMCs() in target.cpp.o
  524. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  525. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  526. "_LLVMInitializeAMDGPUAsmParser", referenced from:
  527. LLVMInitializeAllAsmParsers() in target.cpp.o
  528. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  529. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  530. "_LLVMInitializeAMDGPUAsmPrinter", referenced from:
  531. LLVMInitializeAllAsmPrinters() in target.cpp.o
  532. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  533. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  534. "_LLVMInitializeAMDGPUDisassembler", referenced from:
  535. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  536. "_LLVMInitializeAMDGPUTarget", referenced from:
  537. LLVMInitializeAllTargets() in target.cpp.o
  538. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  539. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  540. "_LLVMInitializeAMDGPUTargetInfo", referenced from:
  541. LLVMInitializeAllTargetInfos() in target.cpp.o
  542. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  543. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  544. "_LLVMInitializeAMDGPUTargetMC", referenced from:
  545. LLVMInitializeAllTargetMCs() in target.cpp.o
  546. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  547. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  548. "_LLVMInitializeARMAsmParser", referenced from:
  549. LLVMInitializeAllAsmParsers() in target.cpp.o
  550. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  551. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  552. "_LLVMInitializeARMAsmPrinter", referenced from:
  553. LLVMInitializeAllAsmPrinters() in target.cpp.o
  554. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  555. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  556. "_LLVMInitializeARMDisassembler", referenced from:
  557. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  558. "_LLVMInitializeARMTarget", referenced from:
  559. LLVMInitializeAllTargets() in target.cpp.o
  560. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  561. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  562. "_LLVMInitializeARMTargetInfo", referenced from:
  563. LLVMInitializeAllTargetInfos() in target.cpp.o
  564. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  565. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  566. "_LLVMInitializeARMTargetMC", referenced from:
  567. LLVMInitializeAllTargetMCs() in target.cpp.o
  568. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  569. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  570. "_LLVMInitializeBPFAsmParser", referenced from:
  571. LLVMInitializeAllAsmParsers() in target.cpp.o
  572. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  573. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  574. "_LLVMInitializeBPFAsmPrinter", referenced from:
  575. LLVMInitializeAllAsmPrinters() in target.cpp.o
  576. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  577. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  578. "_LLVMInitializeBPFDisassembler", referenced from:
  579. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  580. "_LLVMInitializeBPFTarget", referenced from:
  581. LLVMInitializeAllTargets() in target.cpp.o
  582. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  583. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  584. "_LLVMInitializeBPFTargetInfo", referenced from:
  585. LLVMInitializeAllTargetInfos() in target.cpp.o
  586. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  587. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  588. "_LLVMInitializeBPFTargetMC", referenced from:
  589. LLVMInitializeAllTargetMCs() in target.cpp.o
  590. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  591. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  592. "_LLVMInitializeHexagonAsmParser", referenced from:
  593. LLVMInitializeAllAsmParsers() in target.cpp.o
  594. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  595. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  596. "_LLVMInitializeHexagonAsmPrinter", referenced from:
  597. LLVMInitializeAllAsmPrinters() in target.cpp.o
  598. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  599. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  600. "_LLVMInitializeHexagonDisassembler", referenced from:
  601. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  602. "_LLVMInitializeHexagonTarget", referenced from:
  603. LLVMInitializeAllTargets() in target.cpp.o
  604. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  605. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  606. "_LLVMInitializeHexagonTargetInfo", referenced from:
  607. LLVMInitializeAllTargetInfos() in target.cpp.o
  608. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  609. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  610. "_LLVMInitializeHexagonTargetMC", referenced from:
  611. LLVMInitializeAllTargetMCs() in target.cpp.o
  612. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  613. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  614. "_LLVMInitializeLanaiAsmParser", referenced from:
  615. LLVMInitializeAllAsmParsers() in target.cpp.o
  616. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  617. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  618. "_LLVMInitializeLanaiAsmPrinter", referenced from:
  619. LLVMInitializeAllAsmPrinters() in target.cpp.o
  620. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  621. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  622. "_LLVMInitializeLanaiDisassembler", referenced from:
  623. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  624. "_LLVMInitializeLanaiTarget", referenced from:
  625. LLVMInitializeAllTargets() in target.cpp.o
  626. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  627. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  628. "_LLVMInitializeLanaiTargetInfo", referenced from:
  629. LLVMInitializeAllTargetInfos() in target.cpp.o
  630. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  631. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  632. "_LLVMInitializeLanaiTargetMC", referenced from:
  633. LLVMInitializeAllTargetMCs() in target.cpp.o
  634. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  635. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  636. "_LLVMInitializeMSP430AsmPrinter", referenced from:
  637. LLVMInitializeAllAsmPrinters() in target.cpp.o
  638. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  639. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  640. "_LLVMInitializeMSP430Target", referenced from:
  641. LLVMInitializeAllTargets() in target.cpp.o
  642. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  643. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  644. "_LLVMInitializeMSP430TargetInfo", referenced from:
  645. LLVMInitializeAllTargetInfos() in target.cpp.o
  646. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  647. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  648. "_LLVMInitializeMSP430TargetMC", referenced from:
  649. LLVMInitializeAllTargetMCs() in target.cpp.o
  650. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  651. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  652. "_LLVMInitializeMipsAsmParser", referenced from:
  653. LLVMInitializeAllAsmParsers() in target.cpp.o
  654. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  655. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  656. "_LLVMInitializeMipsAsmPrinter", referenced from:
  657. LLVMInitializeAllAsmPrinters() in target.cpp.o
  658. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  659. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  660. "_LLVMInitializeMipsDisassembler", referenced from:
  661. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  662. "_LLVMInitializeMipsTarget", referenced from:
  663. LLVMInitializeAllTargets() in target.cpp.o
  664. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  665. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  666. "_LLVMInitializeMipsTargetInfo", referenced from:
  667. LLVMInitializeAllTargetInfos() in target.cpp.o
  668. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  669. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  670. "_LLVMInitializeMipsTargetMC", referenced from:
  671. LLVMInitializeAllTargetMCs() in target.cpp.o
  672. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  673. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  674. "_LLVMInitializeNVPTXAsmPrinter", referenced from:
  675. LLVMInitializeAllAsmPrinters() in target.cpp.o
  676. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  677. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  678. "_LLVMInitializeNVPTXTarget", referenced from:
  679. LLVMInitializeAllTargets() in target.cpp.o
  680. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  681. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  682. "_LLVMInitializeNVPTXTargetInfo", referenced from:
  683. LLVMInitializeAllTargetInfos() in target.cpp.o
  684. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  685. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  686. "_LLVMInitializeNVPTXTargetMC", referenced from:
  687. LLVMInitializeAllTargetMCs() in target.cpp.o
  688. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  689. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  690. "_LLVMInitializePowerPCAsmParser", referenced from:
  691. LLVMInitializeAllAsmParsers() in target.cpp.o
  692. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  693. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  694. "_LLVMInitializePowerPCAsmPrinter", referenced from:
  695. LLVMInitializeAllAsmPrinters() in target.cpp.o
  696. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  697. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  698. "_LLVMInitializePowerPCDisassembler", referenced from:
  699. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  700. "_LLVMInitializePowerPCTarget", referenced from:
  701. LLVMInitializeAllTargets() in target.cpp.o
  702. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  703. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  704. "_LLVMInitializePowerPCTargetInfo", referenced from:
  705. LLVMInitializeAllTargetInfos() in target.cpp.o
  706. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  707. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  708. "_LLVMInitializePowerPCTargetMC", referenced from:
  709. LLVMInitializeAllTargetMCs() in target.cpp.o
  710. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  711. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  712. "_LLVMInitializeSparcAsmParser", referenced from:
  713. LLVMInitializeAllAsmParsers() in target.cpp.o
  714. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  715. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  716. "_LLVMInitializeSparcAsmPrinter", referenced from:
  717. LLVMInitializeAllAsmPrinters() in target.cpp.o
  718. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  719. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  720. "_LLVMInitializeSparcDisassembler", referenced from:
  721. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  722. "_LLVMInitializeSparcTarget", referenced from:
  723. LLVMInitializeAllTargets() in target.cpp.o
  724. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  725. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  726. "_LLVMInitializeSparcTargetInfo", referenced from:
  727. LLVMInitializeAllTargetInfos() in target.cpp.o
  728. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  729. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  730. "_LLVMInitializeSparcTargetMC", referenced from:
  731. LLVMInitializeAllTargetMCs() in target.cpp.o
  732. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  733. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  734. "_LLVMInitializeSystemZAsmParser", referenced from:
  735. LLVMInitializeAllAsmParsers() in target.cpp.o
  736. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  737. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  738. "_LLVMInitializeSystemZAsmPrinter", referenced from:
  739. LLVMInitializeAllAsmPrinters() in target.cpp.o
  740. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  741. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  742. "_LLVMInitializeSystemZDisassembler", referenced from:
  743. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  744. "_LLVMInitializeSystemZTarget", referenced from:
  745. LLVMInitializeAllTargets() in target.cpp.o
  746. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  747. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  748. "_LLVMInitializeSystemZTargetInfo", referenced from:
  749. LLVMInitializeAllTargetInfos() in target.cpp.o
  750. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  751. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  752. "_LLVMInitializeSystemZTargetMC", referenced from:
  753. LLVMInitializeAllTargetMCs() in target.cpp.o
  754. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  755. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  756. "_LLVMInitializeX86AsmParser", referenced from:
  757. LLVMInitializeAllAsmParsers() in target.cpp.o
  758. llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o)
  759. llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o)
  760. "_LLVMInitializeX86AsmPrinter", referenced from:
  761. LLVMInitializeAllAsmPrinters() in target.cpp.o
  762. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  763. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  764. "_LLVMInitializeX86Disassembler", referenced from:
  765. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  766. "_LLVMInitializeX86Target", referenced from:
  767. LLVMInitializeAllTargets() in target.cpp.o
  768. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  769. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  770. "_LLVMInitializeX86TargetInfo", referenced from:
  771. LLVMInitializeAllTargetInfos() in target.cpp.o
  772. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  773. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  774. "_LLVMInitializeX86TargetMC", referenced from:
  775. LLVMInitializeAllTargetMCs() in target.cpp.o
  776. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  777. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  778. "_LLVMInitializeXCoreAsmPrinter", referenced from:
  779. LLVMInitializeAllAsmPrinters() in target.cpp.o
  780. llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o)
  781. llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o)
  782. "_LLVMInitializeXCoreDisassembler", referenced from:
  783. llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o)
  784. "_LLVMInitializeXCoreTarget", referenced from:
  785. LLVMInitializeAllTargets() in target.cpp.o
  786. llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o)
  787. llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o)
  788. "_LLVMInitializeXCoreTargetInfo", referenced from:
  789. LLVMInitializeAllTargetInfos() in target.cpp.o
  790. llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o)
  791. llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o)
  792. "_LLVMInitializeXCoreTargetMC", referenced from:
  793. LLVMInitializeAllTargetMCs() in target.cpp.o
  794. llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o)
  795. llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o)
  796. "_LLVMInt128Type", referenced from:
  797. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  798. "_LLVMInt1Type", referenced from:
  799. get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  800. define_builtin_types(CodeGen*) in codegen.cpp.o
  801. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  802. ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o
  803. ir_render_clz(CodeGen*, IrExecutable*, IrInstructionClz*) in codegen.cpp.o
  804. ir_render_ctz(CodeGen*, IrExecutable*, IrInstructionCtz*) in codegen.cpp.o
  805. ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o
  806. ...
  807. "_LLVMInt32Type", referenced from:
  808. ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o
  809. ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o
  810. ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o
  811. ir_render_coro_id(CodeGen*, IrExecutable*, IrInstructionCoroId*) in codegen.cpp.o
  812. ir_render_coro_promise(CodeGen*, IrExecutable*, IrInstructionCoroPromise*) in codegen.cpp.o
  813. gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  814. get_memcpy_fn_val(CodeGen*) in codegen.cpp.o
  815. ...
  816. "_LLVMInt8Type", referenced from:
  817. get_opaque_type(CodeGen*, Scope*, AstNode*, char const*) in analyze.cpp.o
  818. resolve_struct_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  819. resolve_union_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  820. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  821. ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o
  822. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  823. ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o
  824. ...
  825. "_LLVMIntType", referenced from:
  826. resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  827. make_int_type(CodeGen*, bool, unsigned int) in analyze.cpp.o
  828. define_builtin_types(CodeGen*) in codegen.cpp.o
  829. pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o
  830. get_memcpy_fn_val(CodeGen*) in codegen.cpp.o
  831. get_memset_fn_val(CodeGen*) in codegen.cpp.o
  832. get_write_register_fn_val(CodeGen*) in codegen.cpp.o
  833. ...
  834. "_LLVMMDNode", referenced from:
  835. gen_set_stack_pointer(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o
  836. "_LLVMMDString", referenced from:
  837. gen_set_stack_pointer(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o
  838. "_LLVMMetadataTypeInContext", referenced from:
  839. get_write_register_fn_val(CodeGen*) in codegen.cpp.o
  840. "_LLVMModuleCreateWithName", referenced from:
  841. init(CodeGen*) in codegen.cpp.o
  842. "_LLVMOffsetOfElement", referenced from:
  843. get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  844. get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o
  845. get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o
  846. get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  847. resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  848. resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  849. ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o
  850. ...
  851. "_LLVMPointerSize", referenced from:
  852. init(CodeGen*) in codegen.cpp.o
  853. "_LLVMPointerType", referenced from:
  854. get_pointer_to_type_extra(CodeGen*, TypeTableEntry*, bool, bool, PtrLen, unsigned int, unsigned int, unsigned int) in analyze.cpp.o
  855. get_fn_type(CodeGen*, FnTypeId*) in analyze.cpp.o
  856. resolve_struct_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  857. resolve_union_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  858. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  859. ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o
  860. ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o
  861. ...
  862. "_LLVMPositionBuilderAtEnd", referenced from:
  863. build_all_basic_blocks(CodeGen*, FnTableEntry*) in codegen.cpp.o
  864. ir_render(CodeGen*, FnTableEntry*) in codegen.cpp.o
  865. ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o
  866. ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o
  867. ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o
  868. ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o
  869. ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o
  870. ...
  871. "_LLVMPrintModuleToFile", referenced from:
  872. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  873. "_LLVMSetAlignment", referenced from:
  874. do_code_gen(CodeGen*) in codegen.cpp.o
  875. generate_error_name_table(CodeGen*) in codegen.cpp.o
  876. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  877. render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  878. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  879. build_alloca(CodeGen*, TypeTableEntry*, char const*, unsigned int) in codegen.cpp.o
  880. gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o
  881. ...
  882. "_LLVMSetCurrentDebugLocation", referenced from:
  883. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  884. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  885. get_return_err_fn(CodeGen*) in codegen.cpp.o
  886. get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o
  887. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  888. "_LLVMSetDataLayout", referenced from:
  889. init(CodeGen*) in codegen.cpp.o
  890. "_LLVMSetFunctionCallConv", referenced from:
  891. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  892. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  893. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  894. get_return_err_fn(CodeGen*) in codegen.cpp.o
  895. get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o
  896. get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o
  897. "_LLVMSetGlobalConstant", referenced from:
  898. do_code_gen(CodeGen*) in codegen.cpp.o
  899. generate_error_name_table(CodeGen*) in codegen.cpp.o
  900. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  901. render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  902. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  903. "_LLVMSetInitializer", referenced from:
  904. generate_error_name_table(CodeGen*) in codegen.cpp.o
  905. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  906. render_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  907. render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  908. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  909. "_LLVMSetLinkage", referenced from:
  910. do_code_gen(CodeGen*) in codegen.cpp.o
  911. generate_error_name_table(CodeGen*) in codegen.cpp.o
  912. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  913. render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  914. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  915. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  916. get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o
  917. ...
  918. "_LLVMSetModuleInlineAsm", referenced from:
  919. do_code_gen(CodeGen*) in codegen.cpp.o
  920. "_LLVMSetOrdering", referenced from:
  921. ir_render_atomic_load(CodeGen*, IrExecutable*, IrInstructionAtomicLoad*) in codegen.cpp.o
  922. "_LLVMSetSection", referenced from:
  923. do_code_gen(CodeGen*) in codegen.cpp.o
  924. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  925. "_LLVMSetTailCall", referenced from:
  926. gen_panic(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o
  927. gen_safety_crash_for_err(CodeGen*, LLVMOpaqueValue*, Scope*) in codegen.cpp.o
  928. "_LLVMSetTarget", referenced from:
  929. init(CodeGen*) in codegen.cpp.o
  930. "_LLVMSetUnnamedAddr", referenced from:
  931. generate_error_name_table(CodeGen*) in codegen.cpp.o
  932. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  933. render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  934. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  935. get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o
  936. "_LLVMSetVolatile", referenced from:
  937. gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o
  938. gen_load_untyped(CodeGen*, LLVMOpaqueValue*, unsigned int, bool, char const*) in codegen.cpp.o
  939. "_LLVMSizeOfTypeInBits", referenced from:
  940. type_size_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  941. "_LLVMStoreSizeOfType", referenced from:
  942. type_size(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  943. get_pointer_to_type_extra(CodeGen*, TypeTableEntry*, bool, bool, PtrLen, unsigned int, unsigned int, unsigned int) in analyze.cpp.o
  944. get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  945. get_array_type(CodeGen*, TypeTableEntry*, unsigned long long) in analyze.cpp.o
  946. get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o
  947. get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o
  948. get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  949. ...
  950. "_LLVMStructCreateNamed", referenced from:
  951. get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o
  952. get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  953. get_partial_container_type(CodeGen*, Scope*, ContainerKind, AstNode*, char const*, ContainerLayout) in analyze.cpp.o
  954. "_LLVMStructGetTypeAtIndex", referenced from:
  955. gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  956. "_LLVMStructSetBody", referenced from:
  957. get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o
  958. get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  959. resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  960. resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  961. "_LLVMStructType", referenced from:
  962. get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  963. get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o
  964. resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  965. get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o
  966. "_LLVMTypeOf", referenced from:
  967. generate_error_name_table(CodeGen*) in codegen.cpp.o
  968. generate_enum_name_tables(CodeGen*) in codegen.cpp.o
  969. render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o
  970. fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o
  971. gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o
  972. is_llvm_value_unnamed_type(TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o
  973. gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o
  974. ...
  975. "_LLVMVerifyModule", referenced from:
  976. do_code_gen(CodeGen*) in codegen.cpp.o
  977. "_LLVMVoidType", referenced from:
  978. resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  979. resolve_enum_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  980. resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o
  981. make_int_type(CodeGen*, bool, unsigned int) in analyze.cpp.o
  982. define_builtin_types(CodeGen*) in codegen.cpp.o
  983. ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o
  984. get_memcpy_fn_val(CodeGen*) in codegen.cpp.o
  985. ...
  986. "_LLVMX86FP80Type", referenced from:
  987. define_builtin_types(CodeGen*) in codegen.cpp.o
  988. "llvm::hash_value(llvm::StringRef)", referenced from:
  989. llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(Driver.cpp.o)
  990. llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  991. llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  992. llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o)
  993. llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(InputSection.cpp.o)
  994. llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  995. llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(LTO.cpp.o)
  996. ...
  997. "llvm::pruneCache(llvm::StringRef, llvm::CachePruningPolicy)", referenced from:
  998. lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o)
  999. lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o)
  1000. "llvm::AttrBuilder::addAttribute(llvm::StringRef, llvm::StringRef)", referenced from:
  1001. _ZigLLVMAddFunctionAttr in libzig_cpp.a(zig_llvm.cpp.o)
  1002. "llvm::GlobPattern::create(llvm::StringRef)", referenced from:
  1003. lld::elf::StringMatcher::StringMatcher(llvm::ArrayRef<llvm::StringRef>) in libembedded_lld_elf.a(Strings.cpp.o)
  1004. "llvm::Instruction::setIsExact(bool)", referenced from:
  1005. llvm::BinaryOperator::CreateExact(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o)
  1006. "llvm::Instruction::setHasNoSignedWrap(bool)", referenced from:
  1007. llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateInsertNUWNSWBinOp(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, bool, bool) in libzig_cpp.a(zig_llvm.cpp.o)
  1008. "llvm::Instruction::setHasNoUnsignedWrap(bool)", referenced from:
  1009. llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateInsertNUWNSWBinOp(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, bool, bool) in libzig_cpp.a(zig_llvm.cpp.o)
  1010. "llvm::Instruction::Instruction(llvm::Type*, unsigned int, llvm::Use*, unsigned int, llvm::Instruction*)", referenced from:
  1011. llvm::CallInst::CallInst(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o)
  1012. "llvm::SplitString(llvm::StringRef, llvm::SmallVectorImpl<llvm::StringRef>&, llvm::StringRef)", referenced from:
  1013. lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned int&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1014. lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned long long&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1015. "llvm::StringError::StringError(llvm::Twine const&, std::__1::error_code)", referenced from:
  1016. std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1017. std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(InputSection.cpp.o)
  1018. std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(MipsArchTree.cpp.o)
  1019. std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(Relocations.cpp.o)
  1020. std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(Mips.cpp.o)
  1021. std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(AMDGPU.cpp.o)
  1022. "llvm::StringSaver::save(llvm::StringRef)", referenced from:
  1023. llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o)
  1024. lld::coff::LinkerDriver::doFindFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  1025. llvm::StringSaver::save(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_coff.a(Driver.cpp.o)
  1026. (anonymous namespace)::ScriptParser::addFile(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1027. llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1028. llvm::StringSaver::save(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1029. llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1030. ...
  1031. "llvm::raw_ostream::flush_nonempty()", referenced from:
  1032. llvm::raw_ostream::flush() in libembedded_lld_elf.a(Driver.cpp.o)
  1033. llvm::raw_ostream::flush() in libembedded_lld_coff.a(Driver.cpp.o)
  1034. llvm::raw_ostream::flush() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1035. llvm::raw_ostream::flush() in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1036. llvm::raw_ostream::flush() in libembedded_lld_lib.a(Error.cpp.o)
  1037. llvm::raw_ostream::flush() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1038. llvm::raw_ostream::flush() in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1039. ...
  1040. "llvm::raw_ostream::SetBufferAndMode(char*, unsigned long, llvm::raw_ostream::BufferKind)", referenced from:
  1041. llvm::raw_ostream::SetUnbuffered() in libembedded_lld_coff.a(Driver.cpp.o)
  1042. llvm::raw_ostream::SetUnbuffered() in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1043. llvm::raw_ostream::SetUnbuffered() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1044. llvm::raw_ostream::SetUnbuffered() in libembedded_lld_elf.a(LTO.cpp.o)
  1045. llvm::raw_ostream::SetUnbuffered() in libembedded_lld_coff.a(LTO.cpp.o)
  1046. llvm::raw_ostream::SetUnbuffered() in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  1047. llvm::raw_ostream::SetUnbuffered() in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  1048. ...
  1049. "llvm::raw_ostream::write(char const*, unsigned long)", referenced from:
  1050. llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  1051. llvm::raw_ostream::operator<<(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_coff.a(Driver.cpp.o)
  1052. llvm::raw_ostream::operator<<(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1053. llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1054. llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_lib.a(SymbolTable.cpp.o)
  1055. llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1056. llvm::raw_ostream::operator<<(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_lib.a(Error.cpp.o)
  1057. ...
  1058. "llvm::raw_ostream::write(unsigned char)", referenced from:
  1059. llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1060. llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1061. llvm::raw_ostream::operator<<(char) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1062. llvm::raw_ostream::operator<<(char) in libembedded_lld_elf.a(MapFile.cpp.o)
  1063. llvm::raw_ostream::operator<<(char) in libembedded_lld_coff.a(MapFile.cpp.o)
  1064. llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(CompactUnwindPass.cpp.o)
  1065. llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1066. ...
  1067. "llvm::raw_ostream::handle()", referenced from:
  1068. vtable for MyOStream in libzig_cpp.a(zig_llvm.cpp.o)
  1069. vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(Driver.cpp.o)
  1070. vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1071. vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1072. vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(LTO.cpp.o)
  1073. vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(LTO.cpp.o)
  1074. vtable for llvm::raw_pwrite_stream in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  1075. ...
  1076. "llvm::raw_ostream::~raw_ostream()", referenced from:
  1077. MyOStream::~MyOStream() in libzig_cpp.a(zig_llvm.cpp.o)
  1078. llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_coff.a(Driver.cpp.o)
  1079. llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1080. llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1081. llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_elf.a(LTO.cpp.o)
  1082. llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_coff.a(LTO.cpp.o)
  1083. llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  1084. ...
  1085. "llvm::raw_ostream::operator<<(void const*)", referenced from:
  1086. (anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1087. (anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1088. llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1089. llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1090. llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1091. llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1092. llvm::yaml::MappingTraits<lld::AbsoluteAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1093. ...
  1094. "llvm::raw_ostream::operator<<(llvm::FormattedString const&)", referenced from:
  1095. lld::elf::writeMapFile() in libembedded_lld_elf.a(MapFile.cpp.o)
  1096. "llvm::raw_ostream::operator<<(llvm::format_object_base const&)", referenced from:
  1097. lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1098. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  1099. (anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1100. (anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1101. llvm::yaml::ScalarTraits<(anonymous namespace)::ImplicitHex8>::output((anonymous namespace)::ImplicitHex8 const&, void*, llvm::raw_ostream&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1102. llvm::yaml::ScalarTraits<lld::DefinedAtom::Alignment>::output(lld::DefinedAtom::Alignment const&, void*, llvm::raw_ostream&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1103. lld::Resolver::doDefinedAtom(lld::OwningAtomPtr<lld::DefinedAtom>) in libembedded_lld_lib.a(Resolver.cpp.o)
  1104. ...
  1105. "llvm::raw_ostream::operator<<(long)", referenced from:
  1106. llvm::raw_ostream::operator<<(int) in libembedded_lld_coff.a(MinGW.cpp.o)
  1107. llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1108. llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(Resolver.cpp.o)
  1109. llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  1110. llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(LayoutPass.cpp.o)
  1111. llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  1112. llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(ArchHandler_arm64.cpp.o)
  1113. ...
  1114. "llvm::raw_ostream::operator<<(unsigned long)", referenced from:
  1115. llvm::raw_ostream::operator<<(unsigned int) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1116. (anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1117. (anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1118. llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1119. llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1120. llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1121. llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1122. ...
  1123. "llvm::raw_ostream::operator<<(unsigned long long)", referenced from:
  1124. lld::SymbolTable::addByName(lld::Atom const&) in libembedded_lld_lib.a(SymbolTable.cpp.o)
  1125. lld::Resolver::doDefinedAtom(lld::OwningAtomPtr<lld::DefinedAtom>) in libembedded_lld_lib.a(Resolver.cpp.o)
  1126. lld::Resolver::MergedFile::addAtoms(llvm::MutableArrayRef<lld::OwningAtomPtr<lld::Atom> >) in libembedded_lld_lib.a(Resolver.cpp.o)
  1127. lld::mach_o::printDefinedAtoms(lld::File::AtomRange<lld::DefinedAtom> const&) in libembedded_lld_lib.a(LayoutPass.cpp.o)
  1128. lld::mach_o::normalized::MachOFileLayout::MachOFileLayout(lld::mach_o::normalized::NormalizedFile const&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  1129. (anonymous namespace)::Util::buildAtomToAddressMap() in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  1130. lld::mach_o::ArchHandler_arm64::generateAtomContent(lld::DefinedAtom const&, bool, std::__1::function<unsigned long long (lld::Atom const&)>, std::__1::function<unsigned long long (lld::Atom const&)>, unsigned long long, llvm::MutableArrayRef<unsigned char>) in libembedded_lld_lib.a(ArchHandler_arm64.cpp.o)
  1131. ...
  1132. "llvm::ConstantExpr::getShl(llvm::Constant*, llvm::Constant*, bool, bool)", referenced from:
  1133. llvm::ConstantFolder::CreateShl(llvm::Constant*, llvm::Constant*, bool, bool) const in libzig_cpp.a(zig_llvm.cpp.o)
  1134. "llvm::ConstantExpr::getAShr(llvm::Constant*, llvm::Constant*, bool)", referenced from:
  1135. llvm::ConstantFolder::CreateAShr(llvm::Constant*, llvm::Constant*, bool) const in libzig_cpp.a(zig_llvm.cpp.o)
  1136. "llvm::ConstantExpr::getLShr(llvm::Constant*, llvm::Constant*, bool)", referenced from:
  1137. llvm::ConstantFolder::CreateLShr(llvm::Constant*, llvm::Constant*, bool) const in libzig_cpp.a(zig_llvm.cpp.o)
  1138. "llvm::DWARFContext::parseCompileUnits()", referenced from:
  1139. llvm::DWARFContext::getNumCompileUnits() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1140. llvm::DWARFContext::getCompileUnitAtIndex(unsigned int) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1141. llvm::DWARFContext::compile_units() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1142. "llvm::DWARFContext::DWARFContext(std::__1::unique_ptr<llvm::DWARFObject const, std::__1::default_delete<llvm::DWARFObject const> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from:
  1143. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1144. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1145. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1146. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1147. lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1148. lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)0, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1149. lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, true> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1150. ...
  1151. "llvm::DWARFContext::~DWARFContext()", referenced from:
  1152. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1153. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1154. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1155. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1156. lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1157. lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)0, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1158. lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, true> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1159. ...
  1160. "llvm::MemoryBuffer::getFileSlice(llvm::Twine const&, unsigned long long, unsigned long long, bool)", referenced from:
  1161. lld::MachOLinkingContext::getMemoryBuffer(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1162. "llvm::MemoryBuffer::getMemBuffer(llvm::MemoryBufferRef, bool)", referenced from:
  1163. tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o)
  1164. "llvm::MemoryBuffer::getMemBuffer(llvm::StringRef, llvm::StringRef, bool)", referenced from:
  1165. lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o)
  1166. "llvm::MemoryBuffer::getFileOrSTDIN(llvm::Twine const&, long long, bool)", referenced from:
  1167. parseExportsList(llvm::StringRef, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1168. parseOrderFile(llvm::StringRef, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1169. loadFileList(llvm::StringRef, lld::MachOLinkingContext&, bool, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1170. lld::MachOLinkingContext::getMemoryBuffer(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1171. lld::mach_o::normalized::isThinObjectFile(llvm::StringRef, lld::MachOLinkingContext::Arch&) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  1172. "llvm::MemoryBuffer::getNewMemBuffer(unsigned long, llvm::StringRef)", referenced from:
  1173. lld::coff::createMemoryBufferForManifestRes(unsigned long) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1174. "llvm::MemoryBuffer::getMemBufferCopy(llvm::StringRef, llvm::Twine const&)", referenced from:
  1175. lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1176. "llvm::MemoryBuffer::getFile(llvm::Twine const&, long long, bool, bool)", referenced from:
  1177. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  1178. lld::coff::parseModuleDefs(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  1179. lld::coff::createFutureForFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)::$_9::operator()() const in libembedded_lld_coff.a(Driver.cpp.o)
  1180. lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1181. lld::elf::readFile(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1182. lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1183. lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1184. ...
  1185. "llvm::writeArchive(llvm::StringRef, llvm::ArrayRef<llvm::NewArchiveMember>, bool, llvm::object::Archive::Kind, bool, bool, std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >)", referenced from:
  1186. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  1187. "llvm::ErrorInfoBase::ID", referenced from:
  1188. llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(Driver.cpp.o)
  1189. llvm::ErrorInfoBase::classID() in libembedded_lld_coff.a(Driver.cpp.o)
  1190. llvm::ErrorInfoBase::classID() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1191. llvm::ErrorInfoBase::classID() in libembedded_lld_lib.a(Error.cpp.o)
  1192. llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1193. llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(Writer.cpp.o)
  1194. llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(InputSection.cpp.o)
  1195. ...
  1196. "llvm::ErrorInfoBase::anchor()", referenced from:
  1197. vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_elf.a(Driver.cpp.o)
  1198. vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_coff.a(Driver.cpp.o)
  1199. vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1200. vtable for llvm::ErrorInfo<lld::GenericError, llvm::ErrorInfoBase> in libembedded_lld_lib.a(Error.cpp.o)
  1201. vtable for lld::GenericError in libembedded_lld_lib.a(Error.cpp.o)
  1202. vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_elf.a(InputFiles.cpp.o)
  1203. vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_elf.a(Writer.cpp.o)
  1204. ...
  1205. "llvm::StringMapImpl::RehashTable(unsigned int)", referenced from:
  1206. std::__1::pair<llvm::StringMapIterator<unsigned long long>, bool> llvm::StringMap<unsigned long long, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(Driver.cpp.o)
  1207. std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_coff.a(Driver.cpp.o)
  1208. std::__1::pair<llvm::StringMapIterator<lld::mach_o::MachODylibFile*>, bool> llvm::StringMap<lld::mach_o::MachODylibFile*, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1209. std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1210. std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> > >, bool> llvm::StringMap<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1211. std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1212. std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> > >, bool> llvm::StringMap<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o)
  1213. ...
  1214. "llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)", referenced from:
  1215. std::__1::pair<llvm::StringMapIterator<unsigned long long>, bool> llvm::StringMap<unsigned long long, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(Driver.cpp.o)
  1216. std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_coff.a(Driver.cpp.o)
  1217. std::__1::pair<llvm::StringMapIterator<lld::mach_o::MachODylibFile*>, bool> llvm::StringMap<lld::mach_o::MachODylibFile*, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1218. std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1219. std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> > >, bool> llvm::StringMap<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1220. std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1221. std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> > >, bool> llvm::StringMap<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o)
  1222. ...
  1223. "llvm::StringMapImpl::init(unsigned int)", referenced from:
  1224. llvm::StringMap<char, llvm::MallocAllocator>::StringMap(llvm::StringMap<char, llvm::MallocAllocator> const&) in libembedded_lld_coff.a(Driver.cpp.o)
  1225. "llvm::TargetMachine::getTargetIRAnalysis()", referenced from:
  1226. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1227. "llvm::libDriverMain(llvm::ArrayRef<char const*>)", referenced from:
  1228. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  1229. "llvm::llvm_shutdown()", referenced from:
  1230. lld::exitLld(int) in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1231. "llvm::BinaryOperator::Create(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::Instruction*)", referenced from:
  1232. llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateInsertNUWNSWBinOp(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, bool, bool) in libzig_cpp.a(zig_llvm.cpp.o)
  1233. llvm::BinaryOperator::CreateLShr(llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o)
  1234. llvm::BinaryOperator::CreateExact(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o)
  1235. llvm::BinaryOperator::CreateAShr(llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o)
  1236. "llvm::DWARFDebugLine::getOrParseLineTable(llvm::DWARFDataExtractor&, unsigned int, llvm::DWARFUnit const*)", referenced from:
  1237. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1238. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1239. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1240. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1241. "llvm::DWARFFormValue::skipValue(llvm::dwarf::Form, llvm::DataExtractor, unsigned int*, llvm::DWARFFormParams)", referenced from:
  1242. lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  1243. "llvm::getRandomBytes(void*, unsigned long)", referenced from:
  1244. lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1245. (anonymous namespace)::Writer::writeBuildId() in libembedded_lld_coff.a(Writer.cpp.o)
  1246. "llvm::getULEB128Size(unsigned long long)", referenced from:
  1247. lld::mach_o::normalized::TrieNode::updateOffset(unsigned int&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  1248. lld::mach_o::normalized::TrieNode::appendToByteBuffer(lld::mach_o::normalized::ByteBuffer&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  1249. (anonymous namespace)::Util::addRebaseAndBindingInfo(lld::File const&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  1250. "llvm::identify_magic(llvm::StringRef)", referenced from:
  1251. lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  1252. lld::coff::LinkerDriver::addBuffer(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, bool) in libembedded_lld_coff.a(Driver.cpp.o)
  1253. lld::coff::LinkerDriver::addArchiveBuffer(llvm::MemoryBufferRef, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  1254. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  1255. lld::coff::needsRebuilding(llvm::MemoryBufferRef) in libembedded_lld_coff.a(Driver.cpp.o)
  1256. isBitcode(llvm::MemoryBufferRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1257. lld::Registry::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >) const in libembedded_lld_lib.a(Reader.cpp.o)
  1258. ...
  1259. "llvm::raw_fd_ostream::close()", referenced from:
  1260. lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1261. "llvm::raw_fd_ostream::raw_fd_ostream(llvm::StringRef, std::__1::error_code&, llvm::sys::fs::OpenFlags)", referenced from:
  1262. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1263. lld::MachOLinkingContext::createDependencyFile(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1264. saveBuffer(llvm::StringRef, llvm::Twine const&) in libembedded_lld_elf.a(LTO.cpp.o)
  1265. lld::coff::createSideBySideManifest() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1266. lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1267. lld::coff::(anonymous namespace)::TemporaryFile::TemporaryFile(llvm::StringRef, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1268. lld::coff::writeDefFile(llvm::StringRef) in libembedded_lld_coff.a(MinGW.cpp.o)
  1269. ...
  1270. "llvm::raw_fd_ostream::raw_fd_ostream(int, bool, bool)", referenced from:
  1271. lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o)
  1272. "llvm::raw_fd_ostream::~raw_fd_ostream()", referenced from:
  1273. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1274. llvm::TarWriter::~TarWriter() in libembedded_lld_elf.a(Driver.cpp.o)
  1275. lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o)
  1276. llvm::TarWriter::~TarWriter() in libembedded_lld_coff.a(Driver.cpp.o)
  1277. saveBuffer(llvm::StringRef, llvm::Twine const&) in libembedded_lld_elf.a(LTO.cpp.o)
  1278. lld::coff::createSideBySideManifest() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1279. lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1280. ...
  1281. "llvm::MCTargetOptions::MCTargetOptions()", referenced from:
  1282. llvm::TargetOptions::TargetOptions() in libembedded_lld_elf.a(LTO.cpp.o)
  1283. llvm::TargetOptions::TargetOptions() in libembedded_lld_coff.a(LTO.cpp.o)
  1284. InitMCTargetOptionsFromFlags() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1285. llvm::TargetOptions::TargetOptions() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1286. "llvm::SmallVectorBase::grow_pod(void*, unsigned long, unsigned long)", referenced from:
  1287. llvm::SmallVectorTemplateCommon<llvm::Metadata*, void>::grow_pod(unsigned long, unsigned long) in libzig_cpp.a(zig_llvm.cpp.o)
  1288. llvm::SmallVectorTemplateCommon<std::__1::pair<void*, unsigned long>, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_elf.a(Driver.cpp.o)
  1289. llvm::SmallVectorTemplateCommon<void*, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_elf.a(Driver.cpp.o)
  1290. llvm::SmallVectorTemplateCommon<char, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_coff.a(Driver.cpp.o)
  1291. llvm::SmallVectorTemplateCommon<std::__1::pair<void*, unsigned long>, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_coff.a(Driver.cpp.o)
  1292. llvm::SmallVectorTemplateCommon<void*, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_coff.a(Driver.cpp.o)
  1293. llvm::SmallVectorTemplateCommon<char, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1294. ...
  1295. "llvm::itaniumDemangle(char const*, char*, unsigned long*, int*)", referenced from:
  1296. lld::MachOLinkingContext::demangle(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1297. lld::demangleItanium(llvm::StringRef) in libembedded_lld_lib.a(Strings.cpp.o)
  1298. "llvm::FileOutputBuffer::create(llvm::StringRef, unsigned long, unsigned int)", referenced from:
  1299. (anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)1, false> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o)
  1300. (anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)0, false> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o)
  1301. (anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)1, true> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o)
  1302. (anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)0, true> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o)
  1303. lld::elf::tryCreateFile(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o)
  1304. (anonymous namespace)::Writer::openFile(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o)
  1305. lld::mach_o::normalized::MachOFileLayout::writeBinary(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  1306. ...
  1307. "llvm::MetadataTracking::track(void*, llvm::Metadata&, llvm::PointerUnion<llvm::MetadataAsValue*, llvm::Metadata*>)", referenced from:
  1308. llvm::MetadataTracking::track(llvm::Metadata*&) in libzig_cpp.a(zig_llvm.cpp.o)
  1309. "llvm::MetadataTracking::retrack(void*, llvm::Metadata&, void*)", referenced from:
  1310. llvm::MetadataTracking::retrack(llvm::Metadata*&, llvm::Metadata*&) in libzig_cpp.a(zig_llvm.cpp.o)
  1311. "llvm::MetadataTracking::untrack(void*, llvm::Metadata&)", referenced from:
  1312. llvm::MetadataTracking::untrack(llvm::Metadata*&) in libzig_cpp.a(zig_llvm.cpp.o)
  1313. "llvm::NewArchiveMember::NewArchiveMember(llvm::MemoryBufferRef)", referenced from:
  1314. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  1315. void std::__1::vector<llvm::NewArchiveMember, std::__1::allocator<llvm::NewArchiveMember> >::__emplace_back_slow_path<llvm::MemoryBufferRef&>(llvm::MemoryBufferRef&&&) in libembedded_lld_coff.a(Driver.cpp.o)
  1316. "llvm::errorCodeToError(std::__1::error_code)", referenced from:
  1317. loadFileList(llvm::StringRef, lld::MachOLinkingContext&, bool, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1318. llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o)
  1319. llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o)
  1320. llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o)
  1321. llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o)
  1322. llvm::object::COFFObjectFile::getSymbol(unsigned int) const in libembedded_lld_coff.a(InputFiles.cpp.o)
  1323. lld::yaml::Writer::writeFile(lld::File const&, llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1324. ...
  1325. "llvm::errorToErrorCode(llvm::Error)", referenced from:
  1326. lld::elf::tryCreateFile(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o)
  1327. lld::(anonymous namespace)::FileArchive::doParse() in libembedded_lld_lib.a(FileArchive.cpp.o)
  1328. lld::(anonymous namespace)::FileArchive::parseAllMembers(std::__1::vector<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >, std::__1::allocator<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> > > >&) in libembedded_lld_lib.a(FileArchive.cpp.o)
  1329. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  1330. lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o)
  1331. lld::mach_o::MachOFile::doParse() in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  1332. lld::mach_o::MachODylibFile::doParse() in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  1333. ...
  1334. "llvm::windows_manifest::isAvailable()", referenced from:
  1335. lld::coff::createManifestXml() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1336. "llvm::windows_manifest::WindowsManifestMerger::getMergedManifest()", referenced from:
  1337. lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1338. "llvm::windows_manifest::WindowsManifestMerger::merge(llvm::MemoryBuffer const&)", referenced from:
  1339. lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1340. "llvm::windows_manifest::WindowsManifestMerger::WindowsManifestMerger()", referenced from:
  1341. lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1342. "llvm::windows_manifest::WindowsManifestMerger::~WindowsManifestMerger()", referenced from:
  1343. lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1344. "llvm::AtomicCmpXchgInst::AtomicCmpXchgInst(llvm::Value*, llvm::Value*, llvm::Value*, llvm::AtomicOrdering, llvm::AtomicOrdering, unsigned char, llvm::Instruction*)", referenced from:
  1345. llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateAtomicCmpXchg(llvm::Value*, llvm::Value*, llvm::Value*, llvm::AtomicOrdering, llvm::AtomicOrdering, unsigned char) in libzig_cpp.a(zig_llvm.cpp.o)
  1346. "llvm::BinaryStreamError::BinaryStreamError(llvm::stream_error_code)", referenced from:
  1347. std::__1::enable_if<!(std::is_array<llvm::BinaryStreamError>::value), std::__1::unique_ptr<llvm::BinaryStreamError, std::__1::default_delete<llvm::BinaryStreamError> > >::type llvm::make_unique<llvm::BinaryStreamError, llvm::stream_error_code>(llvm::stream_error_code&&) in libembedded_lld_coff.a(PDB.cpp.o)
  1348. "llvm::SubtargetFeatures::AddFeature(llvm::StringRef, bool)", referenced from:
  1349. _ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o)
  1350. "llvm::SubtargetFeatures::SubtargetFeatures(llvm::StringRef)", referenced from:
  1351. _ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o)
  1352. "llvm::ARMAttributeParser::Parse(llvm::ArrayRef<unsigned char>, bool)", referenced from:
  1353. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)1, false> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1354. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)0, false> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1355. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)1, true> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1356. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)0, true> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1357. "llvm::BinaryStreamReader::readStreamRef(llvm::BinaryStreamRef&, unsigned int)", referenced from:
  1358. llvm::Error llvm::BinaryStreamReader::readArray<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >(llvm::VarStreamArray<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >&, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1359. llvm::Error llvm::BinaryStreamReader::readArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > >(llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > >&, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1360. llvm::Error llvm::BinaryStreamReader::readArray<llvm::codeview::CVRecord<llvm::codeview::SymbolKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > >(llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::SymbolKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > >&, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1361. "llvm::BinaryStreamReader::readBytes(llvm::ArrayRef<unsigned char>&, unsigned int)", referenced from:
  1362. llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::TypeLeafKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1363. llvm::Error llvm::BinaryStreamReader::readObject<llvm::codeview::RecordPrefix>(llvm::codeview::RecordPrefix const*&) in libembedded_lld_coff.a(PDB.cpp.o)
  1364. llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::SymbolKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1365. "llvm::BinaryStreamReader::BinaryStreamReader(llvm::BinaryStreamRef)", referenced from:
  1366. mergeSymbolRecords(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, lld::coff::ObjFile*, llvm::pdb::GSIStreamBuilder&, (anonymous namespace)::CVIndexMap const&, llvm::codeview::TypeCollection&, llvm::BinaryStreamRef) in libembedded_lld_coff.a(PDB.cpp.o)
  1367. llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::TypeLeafKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1368. llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::SymbolKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1369. "llvm::BinaryStreamReader::BinaryStreamReader(llvm::ArrayRef<unsigned char>, llvm::support::endianness)", referenced from:
  1370. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1371. "llvm::BinaryStreamReader::BinaryStreamReader(llvm::BinaryStream&)", referenced from:
  1372. (anonymous namespace)::PDBLinker::mergeDebugT(lld::coff::ObjFile*, (anonymous namespace)::CVIndexMap&) in libembedded_lld_coff.a(PDB.cpp.o)
  1373. llvm::codeview::TypeDeserializer::MappingInfo::MappingInfo(llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1374. "llvm::DWARFDebugPubTable::DWARFDebugPubTable(llvm::StringRef, bool, bool)", referenced from:
  1375. readPubNamesAndTypes(llvm::DWARFContext&) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1376. "llvm::PassManagerBuilder::addExtension(llvm::PassManagerBuilder::ExtensionPointTy, std::__1::function<void (llvm::PassManagerBuilder const&, llvm::legacy::PassManagerBase&)>)", referenced from:
  1377. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1378. "llvm::PassManagerBuilder::populateModulePassManager(llvm::legacy::PassManagerBase&)", referenced from:
  1379. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1380. "llvm::PassManagerBuilder::populateFunctionPassManager(llvm::legacy::FunctionPassManager&)", referenced from:
  1381. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1382. "llvm::PassManagerBuilder::PassManagerBuilder()", referenced from:
  1383. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1384. "llvm::StringTableBuilder::finalizeInOrder()", referenced from:
  1385. lld::elf::MergeNoTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1386. "llvm::StringTableBuilder::add(llvm::CachedHashStringRef)", referenced from:
  1387. lld::elf::MergeTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1388. lld::elf::MergeNoTailSection::finalizeContents()::$_16::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1389. "llvm::StringTableBuilder::finalize()", referenced from:
  1390. lld::elf::MergeTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1391. "llvm::StringTableBuilder::StringTableBuilder(llvm::StringTableBuilder::Kind, unsigned int)", referenced from:
  1392. lld::elf::MergeTailSection::MergeTailSection(llvm::StringRef, unsigned int, unsigned long long, unsigned int) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1393. lld::elf::MergeNoTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1394. void std::__1::vector<llvm::StringTableBuilder, std::__1::allocator<llvm::StringTableBuilder> >::__emplace_back_slow_path<llvm::StringTableBuilder::Kind, unsigned int&>(llvm::StringTableBuilder::Kind&&, unsigned int&&&) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1395. "llvm::StringTableBuilder::~StringTableBuilder()", referenced from:
  1396. std::__1::__vector_base<llvm::StringTableBuilder, std::__1::allocator<llvm::StringTableBuilder> >::~__vector_base() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1397. lld::elf::MergeTailSection::~MergeTailSection() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1398. std::__1::__split_buffer<llvm::StringTableBuilder, std::__1::allocator<llvm::StringTableBuilder>&>::~__split_buffer() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1399. "llvm::createVerifierPass(bool)", referenced from:
  1400. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1401. "llvm::format_object_base::home()", referenced from:
  1402. vtable for llvm::format_object<unsigned long long> in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1403. vtable for llvm::format_object<unsigned short> in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1404. vtable for llvm::format_object<char const*> in libembedded_lld_lib.a(FileArchive.cpp.o)
  1405. vtable for llvm::format_object<unsigned int> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1406. vtable for llvm::format_object<unsigned char> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1407. vtable for llvm::format_object<unsigned short> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1408. vtable for llvm::format_object<unsigned short, unsigned short> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1409. ...
  1410. "llvm::getAsSignedInteger(llvm::StringRef, unsigned int, long long&)", referenced from:
  1411. std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_elf.a(Driver.cpp.o)
  1412. std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_coff.a(Driver.cpp.o)
  1413. std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_elf.a(OutputSections.cpp.o)
  1414. std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_lib.a(Args.cpp.o)
  1415. std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1416. "llvm::isCurrentDebugType(char const*)", referenced from:
  1417. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  1418. (anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1419. (anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1420. llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1421. llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1422. llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1423. llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1424. ...
  1425. "llvm::raw_string_ostream::~raw_string_ostream()", referenced from:
  1426. llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(Driver.cpp.o)
  1427. llvm::ErrorInfoBase::message() const in libembedded_lld_coff.a(Driver.cpp.o)
  1428. llvm::ErrorInfoBase::message() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1429. llvm::ErrorInfoBase::message() const in libembedded_lld_lib.a(Error.cpp.o)
  1430. llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(InputFiles.cpp.o)
  1431. llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(Writer.cpp.o)
  1432. llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(InputSection.cpp.o)
  1433. ...
  1434. "llvm::report_fatal_error(char const*, bool)", referenced from:
  1435. lld::SymbolTable::addByName(lld::Atom const&) in libembedded_lld_lib.a(SymbolTable.cpp.o)
  1436. lld::mach_o::(anonymous namespace)::processFDE(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::MachOFile&, lld::mach_o::ArchHandler&, lld::mach_o::normalized::Section const*, lld::mach_o::MachODefinedAtom*, unsigned long long, llvm::DenseMap<lld::mach_o::MachODefinedAtom const*, lld::mach_o::(anonymous namespace)::CIEInfo, llvm::DenseMapInfo<lld::mach_o::MachODefinedAtom const*>, llvm::detail::DenseMapPair<lld::mach_o::MachODefinedAtom const*, lld::mach_o::(anonymous namespace)::CIEInfo> > const&)::$_9::operator()(unsigned long long) const in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  1437. lld::mach_o::showCycleDetectedError(lld::Registry const&, llvm::DenseMap<lld::DefinedAtom const*, lld::DefinedAtom const*, llvm::DenseMapInfo<lld::DefinedAtom const*>, llvm::detail::DenseMapPair<lld::DefinedAtom const*, lld::DefinedAtom const*> >&, lld::DefinedAtom const*) in libembedded_lld_lib.a(LayoutPass.cpp.o)
  1438. "llvm::SmallPtrSetImplBase::insert_imp_big(void const*)", referenced from:
  1439. llvm::SmallPtrSetImplBase::insert_imp(void const*) in libembedded_lld_coff.a(SymbolTable.cpp.o)
  1440. "llvm::SmallPtrSetImplBase::CopyFrom(llvm::SmallPtrSetImplBase const&)", referenced from:
  1441. llvm::SmallPtrSet<llvm::cl::SubCommand*, 4u>::operator=(llvm::SmallPtrSet<llvm::cl::SubCommand*, 4u> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1442. "llvm::getAsUnsignedInteger(llvm::StringRef, unsigned int, unsigned long long&)", referenced from:
  1443. std::__1::enable_if<!(std::numeric_limits<unsigned long long>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned long long>(unsigned int, unsigned long long&) const in libembedded_lld_elf.a(Driver.cpp.o)
  1444. std::__1::enable_if<!(std::numeric_limits<unsigned int>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned int>(unsigned int, unsigned int&) const in libembedded_lld_coff.a(Driver.cpp.o)
  1445. lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1446. std::__1::enable_if<!(std::numeric_limits<unsigned long long>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned long long>(unsigned int, unsigned long long&) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1447. lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned int&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1448. lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned long long&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1449. std::__1::enable_if<!(std::numeric_limits<unsigned long long>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned long long>(unsigned int, unsigned long long&) const in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1450. ...
  1451. "llvm::hardware_concurrency()", referenced from:
  1452. lld::elf::MergeNoTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1453. "llvm::SymbolTableListTraits<llvm::Instruction>::addNodeToList(llvm::Instruction*)", referenced from:
  1454. llvm::iplist_impl<llvm::simple_ilist<llvm::Instruction>, llvm::SymbolTableListTraits<llvm::Instruction> >::insert(llvm::ilist_iterator<llvm::ilist_detail::node_options<llvm::Instruction, false, false, void>, false, false>, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o)
  1455. "llvm::TargetLibraryInfoImpl::TargetLibraryInfoImpl(llvm::Triple const&)", referenced from:
  1456. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1457. "llvm::logAllUnhandledErrors(llvm::Error, llvm::raw_ostream&, llvm::Twine)", referenced from:
  1458. lld::mach_o::link(llvm::ArrayRef<char const*>, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1459. lld::Resolver::resolveUndefines() in libembedded_lld_lib.a(Resolver.cpp.o)
  1460. llvm::ExitOnError::checkError(llvm::Error) const in libembedded_lld_coff.a(PDB.cpp.o)
  1461. "llvm::report_bad_alloc_error(char const*, bool)", referenced from:
  1462. llvm::SmallVectorTemplateBase<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::grow(unsigned long) in libembedded_lld_elf.a(Driver.cpp.o)
  1463. llvm::StringMapEntry<unsigned long long>* llvm::StringMapEntry<unsigned long long>::Create<llvm::MallocAllocator>(llvm::StringRef, llvm::MallocAllocator&) in libembedded_lld_elf.a(Driver.cpp.o)
  1464. llvm::SmallVectorTemplateBase<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::grow(unsigned long) in libembedded_lld_coff.a(Driver.cpp.o)
  1465. llvm::StringMapEntry<char>* llvm::StringMapEntry<char>::Create<llvm::MallocAllocator, char&>(llvm::StringRef, llvm::MallocAllocator&, char&&&) in libembedded_lld_coff.a(Driver.cpp.o)
  1466. llvm::StringMapEntry<char>* llvm::StringMapEntry<char>::Create<llvm::MallocAllocator, char>(llvm::StringRef, llvm::MallocAllocator&, char&&) in libembedded_lld_coff.a(Driver.cpp.o)
  1467. llvm::StringMapEntry<lld::mach_o::MachODylibFile*>* llvm::StringMapEntry<lld::mach_o::MachODylibFile*>::Create<llvm::MallocAllocator>(llvm::StringRef, llvm::MallocAllocator&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1468. llvm::StringMapEntry<char>* llvm::StringMapEntry<char>::Create<llvm::MallocAllocator, char>(llvm::StringRef, llvm::MallocAllocator&, char&&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1469. ...
  1470. "llvm::ReplaceableMetadataImpl::replaceAllUsesWith(llvm::Metadata*)", referenced from:
  1471. llvm::MDNode::replaceAllUsesWith(llvm::Metadata*) in libzig_cpp.a(zig_llvm.cpp.o)
  1472. "llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry>::operator()(llvm::BinaryStreamRef, unsigned int&, llvm::codeview::FileChecksumEntry&)", referenced from:
  1473. llvm::VarStreamArrayIterator<llvm::codeview::FileChecksumEntry, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> >::VarStreamArrayIterator(llvm::VarStreamArray<llvm::codeview::FileChecksumEntry, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> > const&, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> const&, unsigned int, bool*) in libembedded_lld_coff.a(PDB.cpp.o)
  1474. llvm::VarStreamArrayIterator<llvm::codeview::FileChecksumEntry, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> >::operator+=(unsigned int) in libembedded_lld_coff.a(PDB.cpp.o)
  1475. "llvm::parseCachePruningPolicy(llvm::StringRef)", referenced from:
  1476. lld::elf::LinkerDriver::readConfigs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  1477. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  1478. "llvm::DisableABIBreakingChecks", referenced from:
  1479. llvm::VerifyDisableABIBreakingChecks in translate_c.cpp.o
  1480. llvm::VerifyDisableABIBreakingChecks in libzig_cpp.a(zig_llvm.cpp.o)
  1481. llvm::VerifyDisableABIBreakingChecks in libembedded_lld_elf.a(Driver.cpp.o)
  1482. llvm::VerifyDisableABIBreakingChecks in libembedded_lld_coff.a(Driver.cpp.o)
  1483. llvm::VerifyDisableABIBreakingChecks in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1484. llvm::VerifyDisableABIBreakingChecks in libembedded_lld_lib.a(SymbolTable.cpp.o)
  1485. llvm::VerifyDisableABIBreakingChecks in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1486. ...
  1487. "llvm::llvm_unreachable_internal(char const*, char const*, unsigned int)", referenced from:
  1488. lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  1489. llvm::cantFail(llvm::Error, char const*) in libembedded_lld_elf.a(Driver.cpp.o)
  1490. llvm::cantFail(llvm::Error, char const*) in libembedded_lld_coff.a(Driver.cpp.o)
  1491. lld::coff::Defined::getChunk() in libembedded_lld_coff.a(Driver.cpp.o)
  1492. lld::ErrorFile::defined() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1493. lld::ErrorFile::undefined() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1494. lld::ErrorFile::sharedLibrary() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1495. ...
  1496. "llvm::createFunctionInliningPass(unsigned int, unsigned int, bool)", referenced from:
  1497. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1498. "llvm::createAddDiscriminatorsPass()", referenced from:
  1499. addDiscriminatorsPass(llvm::PassManagerBuilder const&, llvm::legacy::PassManagerBase&) in libzig_cpp.a(zig_llvm.cpp.o)
  1500. "llvm::TargetLibraryInfoWrapperPass::TargetLibraryInfoWrapperPass(llvm::TargetLibraryInfoImpl const&)", referenced from:
  1501. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1502. "llvm::createAlwaysInlinerLegacyPass(bool)", referenced from:
  1503. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1504. "llvm::initializeLowerIntrinsicsPass(llvm::PassRegistry&)", referenced from:
  1505. _ZigLLVMInitializeLowerIntrinsicsPass in libzig_cpp.a(zig_llvm.cpp.o)
  1506. "llvm::cl::basic_parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::basic_parser(llvm::cl::Option&)", referenced from:
  1507. llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1508. "llvm::cl::basic_parser<bool>::basic_parser(llvm::cl::Option&)", referenced from:
  1509. llvm::cl::parser<bool>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1510. "llvm::cl::basic_parser<int>::basic_parser(llvm::cl::Option&)", referenced from:
  1511. llvm::cl::parser<int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1512. "llvm::cl::basic_parser<unsigned int>::basic_parser(llvm::cl::Option&)", referenced from:
  1513. llvm::cl::parser<unsigned int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1514. "llvm::cl::GeneralCategory", referenced from:
  1515. llvm::cl::Option::Option(llvm::cl::NumOccurrencesFlag, llvm::cl::OptionHidden) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1516. "llvm::cl::AddLiteralOption(llvm::cl::Option&, llvm::StringRef)", referenced from:
  1517. void llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1518. void llvm::cl::parser<llvm::Reloc::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1519. void llvm::cl::parser<llvm::ThreadModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1520. void llvm::cl::parser<llvm::CodeModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1521. void llvm::cl::parser<llvm::ExceptionHandling>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1522. void llvm::cl::parser<llvm::TargetMachine::CodeGenFileType>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1523. void llvm::cl::parser<llvm::FPDenormal::DenormalMode>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1524. ...
  1525. "llvm::cl::GenericOptionValue::anchor()", referenced from:
  1526. vtable for llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1527. vtable for llvm::cl::OptionValueBase<llvm::MCTargetOptions::AsmInstrumentation, false> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1528. vtable for llvm::cl::OptionValueCopy<llvm::MCTargetOptions::AsmInstrumentation> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1529. vtable for llvm::cl::OptionValueCopy<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1530. vtable for llvm::cl::OptionValue<llvm::Reloc::Model> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1531. vtable for llvm::cl::OptionValueBase<llvm::Reloc::Model, false> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1532. vtable for llvm::cl::OptionValueCopy<llvm::Reloc::Model> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1533. ...
  1534. "llvm::cl::ExpandResponseFiles(llvm::StringSaver&, void (*)(llvm::StringRef, llvm::StringSaver&, llvm::SmallVectorImpl<char const*>&, bool), llvm::SmallVectorImpl<char const*>&, bool, bool)", referenced from:
  1535. lld::elf::ELFOptTable::parse(llvm::ArrayRef<char const*>) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1536. lld::coff::ArgParser::parse(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1537. "llvm::cl::generic_parser_base::findOption(llvm::StringRef)", referenced from:
  1538. void llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1539. void llvm::cl::parser<llvm::Reloc::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1540. void llvm::cl::parser<llvm::ThreadModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1541. void llvm::cl::parser<llvm::CodeModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1542. void llvm::cl::parser<llvm::ExceptionHandling>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1543. void llvm::cl::parser<llvm::TargetMachine::CodeGenFileType>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1544. void llvm::cl::parser<llvm::FPDenormal::DenormalMode>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1545. ...
  1546. "llvm::cl::TokenizeGNUCommandLine(llvm::StringRef, llvm::StringSaver&, llvm::SmallVectorImpl<char const*>&, bool)", referenced from:
  1547. getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1548. lld::coff::getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1549. "llvm::cl::ParseCommandLineOptions(int, char const* const*, llvm::StringRef, llvm::raw_ostream*)", referenced from:
  1550. _ZigLLVMParseCommandLineOptions in libzig_cpp.a(zig_llvm.cpp.o)
  1551. initLLVM(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  1552. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  1553. parseLLVMOptions(lld::LinkingContext const&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1554. "llvm::cl::TokenizeWindowsCommandLine(llvm::StringRef, llvm::StringSaver&, llvm::SmallVectorImpl<char const*>&, bool)", referenced from:
  1555. getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1556. lld::coff::getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1557. lld::coff::ArgParser::tokenize(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1558. "llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::setInitialValue(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
  1559. void llvm::cl::initializer<char [1]>::apply<llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1560. "llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::done()", referenced from:
  1561. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [11], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [11], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1562. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [6], llvm::cl::desc>(char const (&) [6], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1563. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [5], llvm::cl::desc, llvm::cl::value_desc, llvm::cl::initializer<char [1]> >(char const (&) [5], llvm::cl::desc const&, llvm::cl::value_desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1564. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [10], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [10], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1565. "llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::setInitialValue(bool const&)", referenced from:
  1566. void llvm::cl::initializer<bool>::apply<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1567. "llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::done()", referenced from:
  1568. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [13], llvm::cl::desc>(char const (&) [13], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1569. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [30], llvm::cl::desc>(char const (&) [30], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1570. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [21], llvm::cl::desc>(char const (&) [21], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1571. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [14], llvm::cl::desc>(char const (&) [14], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1572. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [15], llvm::cl::desc>(char const (&) [15], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1573. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [8], llvm::cl::desc>(char const (&) [8], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1574. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [19], llvm::cl::desc>(char const (&) [19], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1575. ...
  1576. "llvm::cl::opt<int, false, llvm::cl::parser<int> >::setInitialValue(int const&)", referenced from:
  1577. void llvm::cl::initializer<int>::apply<llvm::cl::opt<int, false, llvm::cl::parser<int> > >(llvm::cl::opt<int, false, llvm::cl::parser<int> >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1578. "llvm::cl::opt<int, false, llvm::cl::parser<int> >::done()", referenced from:
  1579. llvm::cl::opt<int, false, llvm::cl::parser<int> >::opt<char [14], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [14], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1580. "llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::setInitialValue(unsigned int const&)", referenced from:
  1581. void llvm::cl::initializer<int>::apply<llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> > >(llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1582. "llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::done()", referenced from:
  1583. llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::opt<char [16], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [16], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1584. "llvm::cl::Option::addArgument()", referenced from:
  1585. llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1586. llvm::cl::alias::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1587. llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1588. llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1589. llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1590. llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1591. llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1592. ...
  1593. "llvm::cl::Option::addOccurrence(unsigned int, llvm::StringRef, llvm::StringRef, bool)", referenced from:
  1594. vtable for llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1595. vtable for llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1596. vtable for llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1597. vtable for llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1598. vtable for llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1599. vtable for llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1600. vtable for llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1601. ...
  1602. "llvm::cl::Option::error(llvm::Twine const&, llvm::StringRef)", referenced from:
  1603. llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::MCTargetOptions::AsmInstrumentation&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1604. llvm::cl::parser<llvm::Reloc::Model>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::Reloc::Model&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1605. llvm::cl::parser<llvm::ThreadModel::Model>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::ThreadModel::Model&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1606. llvm::cl::parser<llvm::CodeModel::Model>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::CodeModel::Model&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1607. llvm::cl::parser<llvm::ExceptionHandling>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::ExceptionHandling&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1608. llvm::cl::parser<llvm::TargetMachine::CodeGenFileType>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::TargetMachine::CodeGenFileType&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1609. llvm::cl::parser<llvm::FPDenormal::DenormalMode>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::FPDenormal::DenormalMode&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1610. ...
  1611. "llvm::cl::Option::anchor()", referenced from:
  1612. vtable for llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1613. vtable for llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1614. vtable for llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1615. vtable for llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1616. vtable for llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1617. vtable for llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1618. vtable for llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1619. ...
  1620. "llvm::cl::Option::setArgStr(llvm::StringRef)", referenced from:
  1621. void llvm::cl::applicator<char [20]>::opt<llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> > >(llvm::StringRef, llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1622. void llvm::cl::applicator<char [13]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1623. void llvm::cl::applicator<char [30]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1624. void llvm::cl::applicator<char [21]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1625. void llvm::cl::applicator<char [14]>::opt<llvm::cl::opt<int, false, llvm::cl::parser<int> > >(llvm::StringRef, llvm::cl::opt<int, false, llvm::cl::parser<int> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1626. void llvm::cl::applicator<char [14]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1627. void llvm::cl::applicator<char [15]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  1628. ...
  1629. "llvm::initializeLoopStrengthReducePass(llvm::PassRegistry&)", referenced from:
  1630. _ZigLLVMInitializeLoopStrengthReducePass in libzig_cpp.a(zig_llvm.cpp.o)
  1631. "llvm::addCoroutinePassesToExtensionPoints(llvm::PassManagerBuilder&)", referenced from:
  1632. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1633. "llvm::createTargetTransformInfoWrapperPass(llvm::TargetIRAnalysis)", referenced from:
  1634. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  1635. "llvm::MD5::hash(llvm::ArrayRef<unsigned char>)", referenced from:
  1636. lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>)::$_6::operator()(unsigned char*, llvm::ArrayRef<unsigned char>) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1637. "llvm::lto::localCache(llvm::StringRef, std::__1::function<void (unsigned int, std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, llvm::StringRef)>)", referenced from:
  1638. lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o)
  1639. lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o)
  1640. "llvm::lto::createInProcessThinBackend(unsigned int)", referenced from:
  1641. createLTO() in libembedded_lld_elf.a(LTO.cpp.o)
  1642. createLTO() in libembedded_lld_coff.a(LTO.cpp.o)
  1643. "llvm::lto::LTO::add(std::__1::unique_ptr<llvm::lto::InputFile, std::__1::default_delete<llvm::lto::InputFile> >, llvm::ArrayRef<llvm::lto::SymbolResolution>)", referenced from:
  1644. lld::elf::BitcodeCompiler::add(lld::elf::BitcodeFile&) in libembedded_lld_elf.a(LTO.cpp.o)
  1645. lld::coff::BitcodeCompiler::add(lld::coff::BitcodeFile&) in libembedded_lld_coff.a(LTO.cpp.o)
  1646. "llvm::lto::LTO::run(std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)", referenced from:
  1647. lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o)
  1648. lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o)
  1649. "llvm::lto::LTO::LTO(llvm::lto::Config, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>, unsigned int)", referenced from:
  1650. std::__1::enable_if<!(std::is_array<llvm::lto::LTO>::value), std::__1::unique_ptr<llvm::lto::LTO, std::__1::default_delete<llvm::lto::LTO> > >::type llvm::make_unique<llvm::lto::LTO, llvm::lto::Config, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&, unsigned int&>(llvm::lto::Config&&, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&&&, unsigned int&&&) in libembedded_lld_elf.a(LTO.cpp.o)
  1651. std::__1::enable_if<!(std::is_array<llvm::lto::LTO>::value), std::__1::unique_ptr<llvm::lto::LTO, std::__1::default_delete<llvm::lto::LTO> > >::type llvm::make_unique<llvm::lto::LTO, llvm::lto::Config, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&, unsigned int&>(llvm::lto::Config&&, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&&&, unsigned int&&&) in libembedded_lld_coff.a(LTO.cpp.o)
  1652. "llvm::lto::LTO::~LTO()", referenced from:
  1653. lld::elf::BitcodeCompiler::~BitcodeCompiler() in libembedded_lld_elf.a(LTO.cpp.o)
  1654. lld::coff::BitcodeCompiler::~BitcodeCompiler() in libembedded_lld_coff.a(LTO.cpp.o)
  1655. "llvm::lto::Config::addSaveTemps(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool)", referenced from:
  1656. createLTO() in libembedded_lld_elf.a(LTO.cpp.o)
  1657. createLTO() in libembedded_lld_coff.a(LTO.cpp.o)
  1658. "llvm::lto::InputFile::create(llvm::MemoryBufferRef)", referenced from:
  1659. lld::elf::BitcodeFile::BitcodeFile(llvm::MemoryBufferRef, llvm::StringRef, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1660. lld::elf::LazyObjFile::getBitcodeSymbols() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1661. lld::coff::BitcodeFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o)
  1662. "llvm::lto::InputFile::~InputFile()", referenced from:
  1663. lld::elf::BitcodeFile::BitcodeFile(llvm::MemoryBufferRef, llvm::StringRef, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  1664. lld::elf::LazyObjFile::getBitcodeSymbols() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1665. llvm::Expected<std::__1::unique_ptr<llvm::lto::InputFile, std::__1::default_delete<llvm::lto::InputFile> > >::~Expected() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1666. lld::elf::BitcodeFile::~BitcodeFile() in libembedded_lld_elf.a(InputFiles.cpp.o)
  1667. lld::elf::BitcodeCompiler::add(lld::elf::BitcodeFile&) in libembedded_lld_elf.a(LTO.cpp.o)
  1668. lld::coff::BitcodeFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o)
  1669. lld::coff::BitcodeFile::~BitcodeFile() in libembedded_lld_coff.a(InputFiles.cpp.o)
  1670. ...
  1671. "llvm::msf::MSFBuilder::addStream(unsigned int)", referenced from:
  1672. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1673. "llvm::opt::InputArgList::releaseMemory()", referenced from:
  1674. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(Driver.cpp.o)
  1675. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(Driver.cpp.o)
  1676. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1677. llvm::opt::InputArgList::operator=(llvm::opt::InputArgList&&) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1678. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1679. llvm::opt::InputArgList::operator=(llvm::opt::InputArgList&&) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1680. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1681. ...
  1682. "llvm::opt::OptTable::OptTable(llvm::ArrayRef<llvm::opt::OptTable::Info>, bool)", referenced from:
  1683. (anonymous namespace)::DarwinLdOptTable::DarwinLdOptTable() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1684. lld::elf::ELFOptTable::ELFOptTable() in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1685. lld::coff::COFFOptTable::COFFOptTable() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1686. "llvm::opt::OptTable::~OptTable()", referenced from:
  1687. lld::elf::ELFOptTable::~ELFOptTable() in libembedded_lld_elf.a(Driver.cpp.o)
  1688. lld::coff::COFFOptTable::~COFFOptTable() in libembedded_lld_coff.a(Driver.cpp.o)
  1689. (anonymous namespace)::DarwinLdOptTable::~DarwinLdOptTable() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1690. lld::elf::ELFOptTable::~ELFOptTable() in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1691. lld::coff::COFFOptTable::~COFFOptTable() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1692. "llvm::pdb::GenericError::GenericError(llvm::pdb::generic_error_code, llvm::StringRef)", referenced from:
  1693. std::__1::enable_if<!(std::is_array<llvm::pdb::GenericError>::value), std::__1::unique_ptr<llvm::pdb::GenericError, std::__1::default_delete<llvm::pdb::GenericError> > >::type llvm::make_unique<llvm::pdb::GenericError, llvm::pdb::generic_error_code, llvm::StringRef&>(llvm::pdb::generic_error_code&&, llvm::StringRef&&&) in libembedded_lld_coff.a(PDB.cpp.o)
  1694. "llvm::pdb::NativeSession::createFromPdb(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, std::__1::unique_ptr<llvm::pdb::IPDBSession, std::__1::default_delete<llvm::pdb::IPDBSession> >&)", referenced from:
  1695. tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o)
  1696. "llvm::pdb::PDBFileBuilder::initialize(unsigned int)", referenced from:
  1697. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1698. "llvm::pdb::PDBFileBuilder::getDbiBuilder()", referenced from:
  1699. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1700. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1701. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1702. (anonymous namespace)::PDBLinker::addSectionContrib(llvm::pdb::DbiModuleDescriptorBuilder&, lld::coff::OutputSection*, lld::coff::Chunk*) in libembedded_lld_coff.a(PDB.cpp.o)
  1703. "llvm::pdb::PDBFileBuilder::getGsiBuilder()", referenced from:
  1704. (anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o)
  1705. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1706. "llvm::pdb::PDBFileBuilder::getIpiBuilder()", referenced from:
  1707. (anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o)
  1708. "llvm::pdb::PDBFileBuilder::getMsfBuilder()", referenced from:
  1709. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1710. "llvm::pdb::PDBFileBuilder::getTpiBuilder()", referenced from:
  1711. (anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o)
  1712. "llvm::pdb::PDBFileBuilder::getInfoBuilder()", referenced from:
  1713. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1714. "llvm::pdb::PDBFileBuilder::getStringTableBuilder()", referenced from:
  1715. (anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o)
  1716. "llvm::pdb::PDBFileBuilder::commit(llvm::StringRef)", referenced from:
  1717. (anonymous namespace)::PDBLinker::commit() in libembedded_lld_coff.a(PDB.cpp.o)
  1718. "llvm::pdb::PDBFileBuilder::PDBFileBuilder(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&)", referenced from:
  1719. (anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o)
  1720. "llvm::pdb::PDBFileBuilder::~PDBFileBuilder()", referenced from:
  1721. (anonymous namespace)::PDBLinker::~PDBLinker() in libembedded_lld_coff.a(PDB.cpp.o)
  1722. "llvm::pdb::hashTypeRecord(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&)", referenced from:
  1723. addTypeInfo(llvm::pdb::TpiStreamBuilder&, llvm::codeview::TypeCollection&)::$_0::operator()(llvm::codeview::TypeIndex, llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&) const in libembedded_lld_coff.a(PDB.cpp.o)
  1724. "llvm::pdb::DbiStreamBuilder::addDbgStream(llvm::pdb::DbgHeaderType, llvm::ArrayRef<unsigned char>)", referenced from:
  1725. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1726. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1727. "llvm::pdb::DbiStreamBuilder::addModuleInfo(llvm::StringRef)", referenced from:
  1728. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1729. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1730. "llvm::pdb::DbiStreamBuilder::setSectionMap(llvm::ArrayRef<llvm::pdb::SecMapEntry>)", referenced from:
  1731. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1732. "llvm::pdb::DbiStreamBuilder::createSectionMap(llvm::ArrayRef<llvm::object::coff_section>)", referenced from:
  1733. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1734. "llvm::pdb::DbiStreamBuilder::setVersionHeader(llvm::pdb::PdbRaw_DbiVer)", referenced from:
  1735. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1736. "llvm::pdb::DbiStreamBuilder::addModuleSourceFile(llvm::pdb::DbiModuleDescriptorBuilder&, llvm::StringRef)", referenced from:
  1737. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1738. "llvm::pdb::DbiStreamBuilder::setAge(unsigned int)", referenced from:
  1739. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1740. "llvm::pdb::DbiStreamBuilder::addECName(llvm::StringRef)", referenced from:
  1741. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1742. "llvm::pdb::GSIStreamBuilder::addGlobalSymbol(llvm::codeview::ProcRefSym const&)", referenced from:
  1743. addGlobalSymbol(llvm::pdb::GSIStreamBuilder&, lld::coff::ObjFile&, llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1744. "llvm::pdb::GSIStreamBuilder::addGlobalSymbol(llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&)", referenced from:
  1745. addGlobalSymbol(llvm::pdb::GSIStreamBuilder&, lld::coff::ObjFile&, llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1746. "llvm::pdb::GSIStreamBuilder::addPublicSymbol(llvm::codeview::PublicSym32 const&)", referenced from:
  1747. (anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o)
  1748. "llvm::pdb::TpiStreamBuilder::addTypeRecord(llvm::ArrayRef<unsigned char>, llvm::Optional<unsigned int>)", referenced from:
  1749. addTypeInfo(llvm::pdb::TpiStreamBuilder&, llvm::codeview::TypeCollection&)::$_0::operator()(llvm::codeview::TypeIndex, llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&) const in libembedded_lld_coff.a(PDB.cpp.o)
  1750. "llvm::pdb::TpiStreamBuilder::setVersionHeader(llvm::pdb::PdbRaw_TpiVer)", referenced from:
  1751. addTypeInfo(llvm::pdb::TpiStreamBuilder&, llvm::codeview::TypeCollection&) in libembedded_lld_coff.a(PDB.cpp.o)
  1752. "llvm::pdb::InfoStreamBuilder::setVersion(llvm::pdb::PdbRaw_ImplVer)", referenced from:
  1753. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1754. "llvm::pdb::InfoStreamBuilder::setSignature(unsigned int)", referenced from:
  1755. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1756. "llvm::pdb::InfoStreamBuilder::setAge(unsigned int)", referenced from:
  1757. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1758. "llvm::pdb::InfoStreamBuilder::setGuid(llvm::codeview::GUID)", referenced from:
  1759. (anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o)
  1760. "llvm::pdb::PDBStringTableBuilder::setStrings(llvm::codeview::DebugStringTableSubsection const&)", referenced from:
  1761. (anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o)
  1762. "llvm::pdb::DbiModuleDescriptorBuilder::setObjFileName(llvm::StringRef)", referenced from:
  1763. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1764. "llvm::pdb::DbiModuleDescriptorBuilder::setPdbFilePathNI(unsigned int)", referenced from:
  1765. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1766. "llvm::pdb::DbiModuleDescriptorBuilder::addDebugSubsection(std::__1::shared_ptr<llvm::codeview::DebugSubsection>)", referenced from:
  1767. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1768. "llvm::pdb::DbiModuleDescriptorBuilder::addDebugSubsection(llvm::codeview::DebugSubsectionRecord const&)", referenced from:
  1769. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1770. "llvm::pdb::DbiModuleDescriptorBuilder::addSymbol(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>)", referenced from:
  1771. mergeSymbolRecords(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, lld::coff::ObjFile*, llvm::pdb::GSIStreamBuilder&, (anonymous namespace)::CVIndexMap const&, llvm::codeview::TypeCollection&, llvm::BinaryStreamRef) in libembedded_lld_coff.a(PDB.cpp.o)
  1772. addCommonLinkerModuleSymbols(llvm::StringRef, llvm::pdb::DbiModuleDescriptorBuilder&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o)
  1773. addLinkerModuleSectionSymbol(llvm::pdb::DbiModuleDescriptorBuilder&, lld::coff::OutputSection&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o)
  1774. "llvm::pdb::PDBFile::getPDBIpiStream()", referenced from:
  1775. (anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  1776. "llvm::pdb::PDBFile::getPDBTpiStream()", referenced from:
  1777. (anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  1778. "llvm::pdb::PDBFile::getPDBInfoStream()", referenced from:
  1779. tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o)
  1780. "llvm::sys::ExecuteAndWait(llvm::StringRef, char const**, char const**, llvm::ArrayRef<llvm::Optional<llvm::StringRef> >, unsigned int, unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, bool*)", referenced from:
  1781. lld::coff::(anonymous namespace)::Executor::run() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1782. "llvm::sys::getHostCPUName()", referenced from:
  1783. _ZigLLVMGetHostCPUName in libzig_cpp.a(zig_llvm.cpp.o)
  1784. "llvm::sys::getProcessTriple()", referenced from:
  1785. getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1786. "llvm::sys::findProgramByName(llvm::StringRef, llvm::ArrayRef<llvm::StringRef>)", referenced from:
  1787. lld::coff::(anonymous namespace)::Executor::run() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1788. "llvm::sys::getHostCPUFeatures(llvm::StringMap<bool, llvm::MallocAllocator>&)", referenced from:
  1789. _ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o)
  1790. "llvm::sys::fs::equivalent(llvm::Twine const&, llvm::Twine const&, bool&)", referenced from:
  1791. llvm::sys::fs::equivalent(llvm::Twine const&, llvm::Twine const&) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1792. "llvm::sys::fs::current_path(llvm::SmallVectorImpl<char>&)", referenced from:
  1793. addCommonLinkerModuleSymbols(llvm::StringRef, llvm::pdb::DbiModuleDescriptorBuilder&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o)
  1794. "llvm::sys::fs::make_absolute(llvm::SmallVectorImpl<char>&)", referenced from:
  1795. lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o)
  1796. (anonymous namespace)::CVDebugRecordChunk::CVDebugRecordChunk() in libembedded_lld_coff.a(Writer.cpp.o)
  1797. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1798. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1799. addCommonLinkerModuleSymbols(llvm::StringRef, llvm::pdb::DbiModuleDescriptorBuilder&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o)
  1800. (anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  1801. "llvm::sys::fs::is_regular_file(llvm::Twine const&, bool&)", referenced from:
  1802. llvm::sys::fs::is_regular_file(llvm::Twine const&) in libembedded_lld_elf.a(Filesystem.cpp.o)
  1803. "llvm::sys::fs::openFileForRead(llvm::Twine const&, int&, llvm::SmallVectorImpl<char>*)", referenced from:
  1804. lld::elf::unlinkAsync(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o)
  1805. "llvm::sys::fs::createTemporaryFile(llvm::Twine const&, llvm::StringRef, llvm::SmallVectorImpl<char>&)", referenced from:
  1806. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  1807. lld::coff::(anonymous namespace)::TemporaryFile::TemporaryFile(llvm::StringRef, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1808. "llvm::sys::fs::createTemporaryFile(llvm::Twine const&, llvm::StringRef, int&, llvm::SmallVectorImpl<char>&, llvm::sys::fs::OpenFlags)", referenced from:
  1809. lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o)
  1810. "llvm::sys::fs::access(llvm::Twine const&, llvm::sys::fs::AccessMode)", referenced from:
  1811. llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o)
  1812. llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_lib.a(Reproduce.cpp.o)
  1813. llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1814. llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1815. llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1816. llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_elf.a(Filesystem.cpp.o)
  1817. "llvm::sys::fs::exists(llvm::sys::fs::basic_file_status const&)", referenced from:
  1818. (anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  1819. "llvm::sys::fs::remove(llvm::Twine const&, bool)", referenced from:
  1820. lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o)
  1821. lld::elf::unlinkAsync(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o)
  1822. lld::coff::(anonymous namespace)::TemporaryFile::~TemporaryFile() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1823. "llvm::sys::fs::status(llvm::Twine const&, llvm::sys::fs::file_status&, bool)", referenced from:
  1824. (anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  1825. "llvm::sys::path::parent_path(llvm::StringRef, llvm::sys::path::Style)", referenced from:
  1826. isUnderSysroot(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  1827. (anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  1828. "llvm::sys::path::remove_dots(llvm::SmallVectorImpl<char>&, bool, llvm::sys::path::Style)", referenced from:
  1829. lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o)
  1830. "llvm::sys::path::get_separator(llvm::sys::path::Style)", referenced from:
  1831. canonicalizePath(llvm::StringRef) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1832. "llvm::sys::path::has_extension(llvm::Twine const&, llvm::sys::path::Style)", referenced from:
  1833. lld::coff::getImportName(bool) in libembedded_lld_coff.a(Driver.cpp.o)
  1834. "llvm::sys::path::relative_path(llvm::StringRef, llvm::sys::path::Style)", referenced from:
  1835. lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o)
  1836. "llvm::sys::path::convert_to_slash(llvm::StringRef, llvm::sys::path::Style)", referenced from:
  1837. lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o)
  1838. "llvm::sys::path::replace_extension(llvm::SmallVectorImpl<char>&, llvm::Twine const&, llvm::sys::path::Style)", referenced from:
  1839. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  1840. lld::coff::getImportName(bool) in libembedded_lld_coff.a(Driver.cpp.o)
  1841. lld::coff::getImplibPath() in libembedded_lld_coff.a(Driver.cpp.o)
  1842. "llvm::sys::path::stem(llvm::StringRef, llvm::sys::path::Style)", referenced from:
  1843. lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  1844. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  1845. "llvm::sys::path::append(llvm::SmallVectorImpl<char>&, llvm::Twine const&, llvm::Twine const&, llvm::Twine const&, llvm::Twine const&)", referenced from:
  1846. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  1847. lld::coff::LinkerDriver::doFindFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  1848. loadFileList(llvm::StringRef, lld::MachOLinkingContext&, bool, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1849. lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o)
  1850. lld::MachOLinkingContext::addModifiedSearchDir(llvm::StringRef, bool) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1851. lld::MachOLinkingContext::addFrameworkSearchDir(llvm::StringRef, bool) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1852. lld::MachOLinkingContext::searchDirForLibrary(llvm::StringRef, llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1853. ...
  1854. "llvm::sys::path::native(llvm::SmallVectorImpl<char>&, llvm::sys::path::Style)", referenced from:
  1855. (anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o)
  1856. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  1857. "llvm::sys::path::filename(llvm::StringRef, llvm::sys::path::Style)", referenced from:
  1858. lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  1859. void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)1, false> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o)
  1860. void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)0, false> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o)
  1861. void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)1, true> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o)
  1862. void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)0, true> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o)
  1863. lld::coff::LinkerDriver::findFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  1864. lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o)
  1865. ...
  1866. "llvm::sys::path::root_name(llvm::StringRef, llvm::sys::path::Style)", referenced from:
  1867. lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o)
  1868. "llvm::sys::Process::GetEnv(llvm::StringRef)", referenced from:
  1869. lld::coff::LinkerDriver::addLibSearchPaths() in libembedded_lld_coff.a(Driver.cpp.o)
  1870. lld::coff::ArgParser::parseLINK(std::__1::vector<char const*, std::__1::allocator<char const*> >) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1871. "llvm::SHA1::hash(llvm::ArrayRef<unsigned char>)", referenced from:
  1872. lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>)::$_7::operator()(unsigned char*, llvm::ArrayRef<unsigned char>) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  1873. "llvm::Type::getTokenTy(llvm::LLVMContext&)", referenced from:
  1874. _ZigLLVMTokenTypeInContext in libzig_cpp.a(zig_llvm.cpp.o)
  1875. "llvm::User::operator new(unsigned long, unsigned int)", referenced from:
  1876. llvm::AtomicCmpXchgInst::operator new(unsigned long) in libzig_cpp.a(zig_llvm.cpp.o)
  1877. "llvm::User::operator new(unsigned long, unsigned int, unsigned int)", referenced from:
  1878. llvm::CallInst::Create(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o)
  1879. "llvm::dbgs()", referenced from:
  1880. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  1881. (anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1882. (anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1883. llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1884. llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1885. llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1886. llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1887. ...
  1888. "llvm::errs()", referenced from:
  1889. lld::SymbolTable::addByName(lld::Atom const&) in libembedded_lld_lib.a(SymbolTable.cpp.o)
  1890. lld::exitLld(int) in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1891. lld::ErrorHandler::ErrorHandler() in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1892. lld::MachOLinkingContext::addExportSymbol(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  1893. (anonymous namespace)::Writer::sortExceptionTable() in libembedded_lld_coff.a(Writer.cpp.o)
  1894. lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o)
  1895. lld::Resolver::resolveUndefines() in libembedded_lld_lib.a(Resolver.cpp.o)
  1896. ...
  1897. "llvm::outs()", referenced from:
  1898. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  1899. lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  1900. lld::exitLld(int) in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1901. lld::ErrorHandler::message(llvm::Twine const&) in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  1902. lld::elf::printHelp(char const*) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  1903. lld::coff::printHelp(char const*) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  1904. "llvm::yaml::ScalarTraits<llvm::yaml::Hex8>::input(llvm::StringRef, void*, llvm::yaml::Hex8&)", referenced from:
  1905. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex8>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex8>(llvm::yaml::IO&, llvm::yaml::Hex8&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1906. "llvm::yaml::ScalarTraits<llvm::yaml::Hex8>::output(llvm::yaml::Hex8 const&, void*, llvm::raw_ostream&)", referenced from:
  1907. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex8>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex8>(llvm::yaml::IO&, llvm::yaml::Hex8&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1908. "llvm::yaml::ScalarTraits<llvm::yaml::Hex16>::input(llvm::StringRef, void*, llvm::yaml::Hex16&)", referenced from:
  1909. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex16>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex16>(llvm::yaml::IO&, llvm::yaml::Hex16&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1910. "llvm::yaml::ScalarTraits<llvm::yaml::Hex16>::output(llvm::yaml::Hex16 const&, void*, llvm::raw_ostream&)", referenced from:
  1911. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex16>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex16>(llvm::yaml::IO&, llvm::yaml::Hex16&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1912. "llvm::yaml::ScalarTraits<llvm::yaml::Hex32>::input(llvm::StringRef, void*, llvm::yaml::Hex32&)", referenced from:
  1913. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex32>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex32>(llvm::yaml::IO&, llvm::yaml::Hex32&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1914. "llvm::yaml::ScalarTraits<llvm::yaml::Hex32>::output(llvm::yaml::Hex32 const&, void*, llvm::raw_ostream&)", referenced from:
  1915. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex32>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex32>(llvm::yaml::IO&, llvm::yaml::Hex32&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1916. "llvm::yaml::ScalarTraits<llvm::yaml::Hex64>::input(llvm::StringRef, void*, llvm::yaml::Hex64&)", referenced from:
  1917. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1918. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1919. "llvm::yaml::ScalarTraits<llvm::yaml::Hex64>::output(llvm::yaml::Hex64 const&, void*, llvm::raw_ostream&)", referenced from:
  1920. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1921. std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1922. "llvm::yaml::ScalarTraits<llvm::StringRef>::input(llvm::StringRef, void*, llvm::StringRef&)", referenced from:
  1923. std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1924. std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1925. "llvm::yaml::ScalarTraits<llvm::StringRef>::output(llvm::StringRef const&, void*, llvm::raw_ostream&)", referenced from:
  1926. std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1927. std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1928. "llvm::yaml::ScalarTraits<bool>::input(llvm::StringRef, void*, bool&)", referenced from:
  1929. std::__1::enable_if<has_ScalarTraits<bool>::value, void>::type llvm::yaml::yamlize<bool>(llvm::yaml::IO&, bool&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1930. "llvm::yaml::ScalarTraits<bool>::output(bool const&, void*, llvm::raw_ostream&)", referenced from:
  1931. std::__1::enable_if<has_ScalarTraits<bool>::value, void>::type llvm::yaml::yamlize<bool>(llvm::yaml::IO&, bool&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1932. "llvm::yaml::ScalarTraits<unsigned char>::input(llvm::StringRef, void*, unsigned char&)", referenced from:
  1933. std::__1::enable_if<has_ScalarTraits<unsigned char>::value, void>::type llvm::yaml::yamlize<unsigned char>(llvm::yaml::IO&, unsigned char&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1934. "llvm::yaml::ScalarTraits<unsigned char>::output(unsigned char const&, void*, llvm::raw_ostream&)", referenced from:
  1935. std::__1::enable_if<has_ScalarTraits<unsigned char>::value, void>::type llvm::yaml::yamlize<unsigned char>(llvm::yaml::IO&, unsigned char&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1936. "llvm::yaml::ScalarTraits<int>::input(llvm::StringRef, void*, int&)", referenced from:
  1937. std::__1::enable_if<has_ScalarTraits<int>::value, void>::type llvm::yaml::yamlize<int>(llvm::yaml::IO&, int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1938. "llvm::yaml::ScalarTraits<int>::output(int const&, void*, llvm::raw_ostream&)", referenced from:
  1939. std::__1::enable_if<has_ScalarTraits<int>::value, void>::type llvm::yaml::yamlize<int>(llvm::yaml::IO&, int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1940. "llvm::yaml::ScalarTraits<unsigned int>::input(llvm::StringRef, void*, unsigned int&)", referenced from:
  1941. std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1942. std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1943. "llvm::yaml::ScalarTraits<unsigned int>::output(unsigned int const&, void*, llvm::raw_ostream&)", referenced from:
  1944. std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1945. std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1946. "llvm::yaml::ScalarTraits<long long>::input(llvm::StringRef, void*, long long&)", referenced from:
  1947. std::__1::enable_if<has_ScalarTraits<long long>::value, void>::type llvm::yaml::yamlize<long long>(llvm::yaml::IO&, long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1948. "llvm::yaml::ScalarTraits<long long>::output(long long const&, void*, llvm::raw_ostream&)", referenced from:
  1949. std::__1::enable_if<has_ScalarTraits<long long>::value, void>::type llvm::yaml::yamlize<long long>(llvm::yaml::IO&, long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1950. "llvm::yaml::ScalarTraits<unsigned long long>::input(llvm::StringRef, void*, unsigned long long&)", referenced from:
  1951. std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1952. std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1953. "llvm::yaml::ScalarTraits<unsigned long long>::output(unsigned long long const&, void*, llvm::raw_ostream&)", referenced from:
  1954. std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1955. std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1956. "llvm::yaml::IO::getContext()", referenced from:
  1957. llvm::yaml::MappingTraits<lld::File const*>::mapping(llvm::yaml::IO&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1958. llvm::yaml::MappingTraits<lld::File const*>::mappingAtoms(llvm::yaml::IO&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1959. std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1960. llvm::yaml::MappingTraits<lld::DefinedAtom const*>::mapping(llvm::yaml::IO&, lld::DefinedAtom const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1961. llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::fileFromContext(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1962. std::__1::enable_if<has_ScalarTraits<(anonymous namespace)::ImplicitHex8>::value, void>::type llvm::yaml::yamlize<(anonymous namespace)::ImplicitHex8>(llvm::yaml::IO&, (anonymous namespace)::ImplicitHex8&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1963. std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1964. ...
  1965. "llvm::yaml::Input::nextDocument()", referenced from:
  1966. std::__1::enable_if<has_DocumentListTraits<std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >::value, llvm::yaml::Input&>::type llvm::yaml::operator>><std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >(llvm::yaml::Input&, std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> >&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1967. "llvm::yaml::Input::setCurrentDocument()", referenced from:
  1968. std::__1::enable_if<has_DocumentListTraits<std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >::value, llvm::yaml::Input&>::type llvm::yaml::operator>><std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >(llvm::yaml::Input&, std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> >&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1969. std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Input&>::type llvm::yaml::operator>><lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Input&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1970. "llvm::yaml::Input::error()", referenced from:
  1971. lld::(anonymous namespace)::YAMLReader::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, lld::Registry const&) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1972. std::__1::enable_if<has_DocumentListTraits<std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >::value, llvm::yaml::Input&>::type llvm::yaml::operator>><std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >(llvm::yaml::Input&, std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> >&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1973. lld::mach_o::normalized::readYaml(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1974. "llvm::yaml::Input::Input(llvm::StringRef, void*, void (*)(llvm::SMDiagnostic const&, void*), void*)", referenced from:
  1975. lld::(anonymous namespace)::YAMLReader::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, lld::Registry const&) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1976. lld::mach_o::normalized::readYaml(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1977. "llvm::yaml::Input::~Input()", referenced from:
  1978. lld::(anonymous namespace)::YAMLReader::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, lld::Registry const&) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1979. lld::mach_o::normalized::readYaml(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1980. "llvm::yaml::Output::endDocuments()", referenced from:
  1981. std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1982. std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1983. "llvm::yaml::Output::beginDocuments()", referenced from:
  1984. std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1985. std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1986. "llvm::yaml::Output::preflightDocument(unsigned int)", referenced from:
  1987. std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1988. std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1989. "llvm::yaml::Output::postflightDocument()", referenced from:
  1990. std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1991. std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1992. "llvm::yaml::Output::Output(llvm::raw_ostream&, void*, int)", referenced from:
  1993. lld::yaml::Writer::writeFile(lld::File const&, llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1994. lld::mach_o::normalized::writeYaml(lld::mach_o::normalized::NormalizedFile const&, llvm::raw_ostream&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1995. "llvm::yaml::Output::~Output()", referenced from:
  1996. lld::yaml::Writer::writeFile(lld::File const&, llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  1997. lld::mach_o::normalized::writeYaml(lld::mach_o::normalized::NormalizedFile const&, llvm::raw_ostream&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  1998. "llvm::zlib::isAvailable()", referenced from:
  1999. getCompressDebugSections(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2000. "llvm::zlib::compress(llvm::StringRef, llvm::SmallVectorImpl<char>&, llvm::zlib::CompressionLevel)", referenced from:
  2001. void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)1, false> >() in libembedded_lld_elf.a(OutputSections.cpp.o)
  2002. void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)0, false> >() in libembedded_lld_elf.a(OutputSections.cpp.o)
  2003. void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)1, true> >() in libembedded_lld_elf.a(OutputSections.cpp.o)
  2004. void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)0, true> >() in libembedded_lld_elf.a(OutputSections.cpp.o)
  2005. "llvm::Regex::match(llvm::StringRef, llvm::SmallVectorImpl<llvm::StringRef>*)", referenced from:
  2006. llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2007. llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  2008. "llvm::Regex::Regex(llvm::StringRef, unsigned int)", referenced from:
  2009. llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2010. llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  2011. "llvm::Regex::~Regex()", referenced from:
  2012. llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2013. llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o)
  2014. "llvm::Value::setName(llvm::Twine const&)", referenced from:
  2015. llvm::IRBuilderDefaultInserter::InsertHelper(llvm::Instruction*, llvm::Twine const&, llvm::BasicBlock*, llvm::ilist_iterator<llvm::ilist_detail::node_options<llvm::Instruction, false, false, void>, false, false>) const in libzig_cpp.a(zig_llvm.cpp.o)
  2016. "llvm::JamCRC::update(llvm::ArrayRef<char>)", referenced from:
  2017. (anonymous namespace)::PDBLinker::addSectionContrib(llvm::pdb::DbiModuleDescriptorBuilder&, lld::coff::OutputSection*, lld::coff::Chunk*) in libembedded_lld_coff.a(PDB.cpp.o)
  2018. "llvm::MDNode::deleteTemporary(llvm::MDNode*)", referenced from:
  2019. llvm::TempMDNodeDeleter::operator()(llvm::MDNode*) const in libzig_cpp.a(zig_llvm.cpp.o)
  2020. "llvm::MDNode::replaceWithUniquedImpl()", referenced from:
  2021. std::__1::enable_if<std::is_base_of<llvm::MDNode, llvm::MDNode>::value, llvm::MDNode*>::type llvm::MDNode::replaceWithUniqued<llvm::MDNode>(std::__1::unique_ptr<llvm::MDNode, llvm::TempMDNodeDeleter>) in libzig_cpp.a(zig_llvm.cpp.o)
  2022. "llvm::Module::addModuleFlag(llvm::Module::ModFlagBehavior, llvm::StringRef, unsigned int)", referenced from:
  2023. _ZigLLVMAddModuleDebugInfoFlag in libzig_cpp.a(zig_llvm.cpp.o)
  2024. _ZigLLVMAddModuleCodeViewFlag in libzig_cpp.a(zig_llvm.cpp.o)
  2025. "llvm::Triple::getOSTypeName(llvm::Triple::OSType)", referenced from:
  2026. _ZigLLVMGetOSTypeName in libzig_cpp.a(zig_llvm.cpp.o)
  2027. "llvm::Triple::getArchTypeName(llvm::Triple::ArchType)", referenced from:
  2028. _ZigLLVMGetArchTypeName in libzig_cpp.a(zig_llvm.cpp.o)
  2029. "llvm::Triple::getVendorTypeName(llvm::Triple::VendorType)", referenced from:
  2030. _ZigLLVMGetVendorTypeName in libzig_cpp.a(zig_llvm.cpp.o)
  2031. "llvm::Triple::getEnvironmentTypeName(llvm::Triple::EnvironmentType)", referenced from:
  2032. _ZigLLVMGetEnvironmentTypeName in libzig_cpp.a(zig_llvm.cpp.o)
  2033. "llvm::Triple::Triple(llvm::Twine const&)", referenced from:
  2034. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2035. _ZigLLVMGetNativeTarget in libzig_cpp.a(zig_llvm.cpp.o)
  2036. lld::elf::BitcodeFile::BitcodeFile(llvm::MemoryBufferRef, llvm::StringRef, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2037. getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2038. lld::coff::BitcodeFile::getMachineType() in libembedded_lld_coff.a(InputFiles.cpp.o)
  2039. "llvm::legacy::PassManager::add(llvm::Pass*)", referenced from:
  2040. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2041. "llvm::legacy::PassManager::run(llvm::Module&)", referenced from:
  2042. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2043. "llvm::legacy::PassManager::PassManager()", referenced from:
  2044. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2045. "llvm::legacy::PassManager::~PassManager()", referenced from:
  2046. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2047. "llvm::legacy::FunctionPassManager::doFinalization()", referenced from:
  2048. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2049. "llvm::legacy::FunctionPassManager::doInitialization()", referenced from:
  2050. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2051. "llvm::legacy::FunctionPassManager::add(llvm::Pass*)", referenced from:
  2052. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2053. "llvm::legacy::FunctionPassManager::run(llvm::Function&)", referenced from:
  2054. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2055. "llvm::legacy::FunctionPassManager::FunctionPassManager(llvm::Module*)", referenced from:
  2056. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2057. "llvm::legacy::FunctionPassManager::~FunctionPassManager()", referenced from:
  2058. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2059. "llvm::object::ExportEntry::moveNext()", referenced from:
  2060. llvm::object::content_iterator<llvm::object::ExportEntry>::operator++() in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2061. "llvm::object::Decompressor::decompress(llvm::MutableArrayRef<char>)", referenced from:
  2062. lld::elf::InputSectionBase::maybeUncompress() in libembedded_lld_elf.a(InputSection.cpp.o)
  2063. "llvm::object::Decompressor::isCompressedELFSection(unsigned long long, llvm::StringRef)", referenced from:
  2064. lld::elf::InputSectionBase::maybeUncompress() in libembedded_lld_elf.a(InputSection.cpp.o)
  2065. "llvm::object::Decompressor::create(llvm::StringRef, llvm::StringRef, bool, bool)", referenced from:
  2066. lld::elf::InputSectionBase::maybeUncompress() in libembedded_lld_elf.a(InputSection.cpp.o)
  2067. "llvm::object::SymbolicFile::~SymbolicFile()", referenced from:
  2068. llvm::object::ObjectFile::~ObjectFile() in libembedded_lld_coff.a(Writer.cpp.o)
  2069. "llvm::object::createBinary(llvm::MemoryBufferRef, llvm::LLVMContext*)", referenced from:
  2070. lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2071. lld::coff::ObjFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o)
  2072. "llvm::object::createBinary(llvm::StringRef)", referenced from:
  2073. loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o)
  2074. "llvm::object::COFFObjectFile::COFFObjectFile(llvm::MemoryBufferRef, std::__1::error_code&)", referenced from:
  2075. loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o)
  2076. "llvm::object::MachOObjectFile::exports(llvm::Error&, llvm::ArrayRef<unsigned char>, llvm::object::MachOObjectFile const*)", referenced from:
  2077. lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2078. "llvm::object::object_category()", referenced from:
  2079. llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2080. llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(InputSection.cpp.o)
  2081. llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(MipsArchTree.cpp.o)
  2082. llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2083. llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(Relocations.cpp.o)
  2084. llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(Mips.cpp.o)
  2085. llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(AMDGPU.cpp.o)
  2086. ...
  2087. "llvm::object::writeImportLibrary(llvm::StringRef, llvm::StringRef, llvm::ArrayRef<llvm::object::COFFShortExport>, llvm::COFF::MachineTypes, bool)", referenced from:
  2088. lld::coff::createImportLibrary(bool) in libembedded_lld_coff.a(Driver.cpp.o)
  2089. "llvm::object::WindowsResourceParser::parse(llvm::object::WindowsResource*)", referenced from:
  2090. lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2091. "llvm::object::WindowsResourceParser::WindowsResourceParser()", referenced from:
  2092. lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2093. "llvm::object::getELFSectionTypeName(unsigned int, unsigned int)", referenced from:
  2094. lld::elf::OutputSection::addSection(lld::elf::InputSection*) in libembedded_lld_elf.a(OutputSections.cpp.o)
  2095. "llvm::object::getELFRelocationTypeName(unsigned int, unsigned int)", referenced from:
  2096. lld::toString(unsigned int) in libembedded_lld_elf.a(Target.cpp.o)
  2097. "llvm::object::writeWindowsResourceCOFF(llvm::COFF::MachineTypes, llvm::object::WindowsResourceParser const&)", referenced from:
  2098. lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2099. "llvm::object::parseCOFFModuleDefinition(llvm::MemoryBufferRef, llvm::COFF::MachineTypes, bool)", referenced from:
  2100. lld::coff::parseModuleDefs(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2101. "llvm::object::Archive::create(llvm::MemoryBufferRef)", referenced from:
  2102. lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  2103. getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o)
  2104. lld::coff::LinkerDriver::addBuffer(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, bool) in libembedded_lld_coff.a(Driver.cpp.o)
  2105. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  2106. lld::coff::needsRebuilding(llvm::MemoryBufferRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2107. lld::coff::ArchiveFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o)
  2108. "llvm::object::Archive::Archive(llvm::MemoryBufferRef, llvm::Error&)", referenced from:
  2109. lld::(anonymous namespace)::FileArchive::doParse() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2110. "llvm::hashing::detail::fixed_seed_override", referenced from:
  2111. llvm::hashing::detail::get_execution_seed() in libembedded_lld_lib.a(SymbolTable.cpp.o)
  2112. llvm::hashing::detail::get_execution_seed() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2113. llvm::hashing::detail::get_execution_seed() in libembedded_lld_elf.a(ICF.cpp.o)
  2114. llvm::hashing::detail::get_execution_seed() in libembedded_lld_coff.a(ICF.cpp.o)
  2115. "llvm::CallInst::addAttribute(unsigned int, llvm::Attribute::AttrKind)", referenced from:
  2116. _ZigLLVMBuildCall in libzig_cpp.a(zig_llvm.cpp.o)
  2117. "llvm::CallInst::init(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&)", referenced from:
  2118. llvm::CallInst::CallInst(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o)
  2119. "llvm::DebugLoc::get(unsigned int, unsigned int, llvm::MDNode const*, llvm::MDNode const*)", referenced from:
  2120. _ZigLLVMSetCurrentDebugLocation in libzig_cpp.a(zig_llvm.cpp.o)
  2121. _ZigLLVMGetDebugLoc in libzig_cpp.a(zig_llvm.cpp.o)
  2122. "llvm::Function::setSubprogram(llvm::DISubprogram*)", referenced from:
  2123. _ZigLLVMFnSetSubprogram in libzig_cpp.a(zig_llvm.cpp.o)
  2124. "llvm::codeview::CodeViewError::CodeViewError(llvm::codeview::cv_error_code)", referenced from:
  2125. std::__1::enable_if<!(std::is_array<llvm::codeview::CodeViewError>::value), std::__1::unique_ptr<llvm::codeview::CodeViewError, std::__1::default_delete<llvm::codeview::CodeViewError> > >::type llvm::make_unique<llvm::codeview::CodeViewError, llvm::codeview::cv_error_code>(llvm::codeview::cv_error_code&&) in libembedded_lld_coff.a(PDB.cpp.o)
  2126. "llvm::codeview::getSymbolName(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>)", referenced from:
  2127. addGlobalSymbol(llvm::pdb::GSIStreamBuilder&, lld::coff::ObjFile&, llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&) in libembedded_lld_coff.a(PDB.cpp.o)
  2128. "llvm::codeview::mergeIdRecords(llvm::codeview::GlobalTypeTableBuilder&, llvm::ArrayRef<llvm::codeview::TypeIndex>, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from:
  2129. (anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  2130. "llvm::codeview::mergeIdRecords(llvm::codeview::MergingTypeTableBuilder&, llvm::ArrayRef<llvm::codeview::TypeIndex>, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&)", referenced from:
  2131. (anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  2132. "llvm::codeview::DebugSubsection::~DebugSubsection()", referenced from:
  2133. llvm::codeview::DebugStringTableSubsection::~DebugStringTableSubsection() in libembedded_lld_coff.a(PDB.cpp.o)
  2134. "llvm::codeview::SymbolSerializer::visitSymbolEnd(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&)", referenced from:
  2135. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::ObjNameSym>(llvm::codeview::ObjNameSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2136. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::Compile3Sym>(llvm::codeview::Compile3Sym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2137. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::EnvBlockSym>(llvm::codeview::EnvBlockSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2138. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::SectionSym>(llvm::codeview::SectionSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2139. "llvm::codeview::SymbolSerializer::visitSymbolBegin(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&)", referenced from:
  2140. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::ObjNameSym>(llvm::codeview::ObjNameSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2141. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::Compile3Sym>(llvm::codeview::Compile3Sym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2142. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::EnvBlockSym>(llvm::codeview::EnvBlockSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2143. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::SectionSym>(llvm::codeview::SectionSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2144. "llvm::codeview::SymbolSerializer::SymbolSerializer(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer)", referenced from:
  2145. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::ObjNameSym>(llvm::codeview::ObjNameSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2146. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::Compile3Sym>(llvm::codeview::Compile3Sym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2147. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::EnvBlockSym>(llvm::codeview::EnvBlockSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2148. llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::SectionSym>(llvm::codeview::SectionSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o)
  2149. "llvm::codeview::mergeTypeRecords(llvm::codeview::GlobalTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from:
  2150. (anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  2151. "llvm::codeview::mergeTypeRecords(llvm::codeview::MergingTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&)", referenced from:
  2152. (anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  2153. "llvm::codeview::TypeRecordMapping::visitTypeEnd(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&)", referenced from:
  2154. llvm::Error llvm::codeview::TypeDeserializer::deserializeAs<llvm::codeview::TypeServer2Record>(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  2155. "llvm::codeview::TypeRecordMapping::visitTypeBegin(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&)", referenced from:
  2156. llvm::Error llvm::codeview::TypeDeserializer::deserializeAs<llvm::codeview::TypeServer2Record>(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  2157. "llvm::codeview::TypeRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&)", referenced from:
  2158. llvm::Error llvm::codeview::TypeDeserializer::deserializeAs<llvm::codeview::TypeServer2Record>(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o)
  2159. "llvm::codeview::DebugSubsectionRef::~DebugSubsectionRef()", referenced from:
  2160. llvm::codeview::DebugChecksumsSubsectionRef::~DebugChecksumsSubsectionRef() in libembedded_lld_coff.a(PDB.cpp.o)
  2161. llvm::codeview::DebugStringTableSubsectionRef::~DebugStringTableSubsectionRef() in libembedded_lld_coff.a(PDB.cpp.o)
  2162. "llvm::codeview::GloballyHashedType::hashType(llvm::ArrayRef<unsigned char>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from:
  2163. llvm::codeview::GloballyHashedType::hashType(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>) in libembedded_lld_coff.a(PDB.cpp.o)
  2164. "llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::ObjNameSym&)", referenced from:
  2165. llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::ObjNameSym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::ObjNameSym&) in libembedded_lld_coff.a(PDB.cpp.o)
  2166. "llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::SectionSym&)", referenced from:
  2167. llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::SectionSym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::SectionSym&) in libembedded_lld_coff.a(PDB.cpp.o)
  2168. "llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::Compile3Sym&)", referenced from:
  2169. llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::Compile3Sym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::Compile3Sym&) in libembedded_lld_coff.a(PDB.cpp.o)
  2170. "llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::EnvBlockSym&)", referenced from:
  2171. llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::EnvBlockSym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::EnvBlockSym&) in libembedded_lld_coff.a(PDB.cpp.o)
  2172. "llvm::codeview::discoverTypeIndices(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&)", referenced from:
  2173. translateIdSymbols(llvm::MutableArrayRef<unsigned char>&, llvm::codeview::TypeCollection&) in libembedded_lld_coff.a(PDB.cpp.o)
  2174. "llvm::codeview::DebugSubsectionRecord::initialize(llvm::BinaryStreamRef, llvm::codeview::DebugSubsectionRecord&, llvm::codeview::CodeViewContainer)", referenced from:
  2175. llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord>::operator()(llvm::BinaryStreamRef, unsigned int&, llvm::codeview::DebugSubsectionRecord&) in libembedded_lld_coff.a(PDB.cpp.o)
  2176. "llvm::codeview::DebugSubsectionRecord::DebugSubsectionRecord()", referenced from:
  2177. llvm::VarStreamArrayIterator<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >::VarStreamArrayIterator(llvm::VarStreamArray<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> > const&, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> const&, unsigned int, bool*) in libembedded_lld_coff.a(PDB.cpp.o)
  2178. llvm::VarStreamArrayIterator<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >::VarStreamArrayIterator(llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> const&) in libembedded_lld_coff.a(PDB.cpp.o)
  2179. "llvm::codeview::mergeTypeAndIdRecords(llvm::codeview::GlobalTypeTableBuilder&, llvm::codeview::GlobalTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from:
  2180. (anonymous namespace)::PDBLinker::mergeDebugT(lld::coff::ObjFile*, (anonymous namespace)::CVIndexMap&) in libembedded_lld_coff.a(PDB.cpp.o)
  2181. "llvm::codeview::mergeTypeAndIdRecords(llvm::codeview::MergingTypeTableBuilder&, llvm::codeview::MergingTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&)", referenced from:
  2182. (anonymous namespace)::PDBLinker::mergeDebugT(lld::coff::ObjFile*, (anonymous namespace)::CVIndexMap&) in libembedded_lld_coff.a(PDB.cpp.o)
  2183. "llvm::codeview::GlobalTypeTableBuilder::GlobalTypeTableBuilder(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&)", referenced from:
  2184. (anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o)
  2185. "llvm::codeview::GlobalTypeTableBuilder::~GlobalTypeTableBuilder()", referenced from:
  2186. (anonymous namespace)::PDBLinker::~PDBLinker() in libembedded_lld_coff.a(PDB.cpp.o)
  2187. "llvm::codeview::MergingTypeTableBuilder::MergingTypeTableBuilder(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&)", referenced from:
  2188. (anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o)
  2189. "llvm::codeview::MergingTypeTableBuilder::~MergingTypeTableBuilder()", referenced from:
  2190. (anonymous namespace)::PDBLinker::~PDBLinker() in libembedded_lld_coff.a(PDB.cpp.o)
  2191. "llvm::codeview::DebugChecksumsSubsection::addChecksum(llvm::StringRef, llvm::codeview::FileChecksumKind, llvm::ArrayRef<unsigned char>)", referenced from:
  2192. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  2193. "llvm::codeview::DebugChecksumsSubsection::DebugChecksumsSubsection(llvm::codeview::DebugStringTableSubsection&)", referenced from:
  2194. std::__1::enable_if<!(std::is_array<llvm::codeview::DebugChecksumsSubsection>::value), std::__1::unique_ptr<llvm::codeview::DebugChecksumsSubsection, std::__1::default_delete<llvm::codeview::DebugChecksumsSubsection> > >::type llvm::make_unique<llvm::codeview::DebugChecksumsSubsection, llvm::codeview::DebugStringTableSubsection&>(llvm::codeview::DebugStringTableSubsection&&&) in libembedded_lld_coff.a(PDB.cpp.o)
  2195. "llvm::codeview::DebugStringTableSubsection::DebugStringTableSubsection()", referenced from:
  2196. (anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o)
  2197. "llvm::codeview::DebugChecksumsSubsectionRef::initialize(llvm::BinaryStreamRef)", referenced from:
  2198. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  2199. "llvm::codeview::discoverTypeIndicesInSymbol(llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&, llvm::SmallVectorImpl<llvm::codeview::TiReference>&)", referenced from:
  2200. mergeSymbolRecords(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, lld::coff::ObjFile*, llvm::pdb::GSIStreamBuilder&, (anonymous namespace)::CVIndexMap const&, llvm::codeview::TypeCollection&, llvm::BinaryStreamRef) in libembedded_lld_coff.a(PDB.cpp.o)
  2201. translateIdSymbols(llvm::MutableArrayRef<unsigned char>&, llvm::codeview::TypeCollection&) in libembedded_lld_coff.a(PDB.cpp.o)
  2202. "llvm::codeview::DebugStringTableSubsectionRef::initialize(llvm::BinaryStreamRef)", referenced from:
  2203. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  2204. "llvm::codeview::DebugStringTableSubsectionRef::DebugStringTableSubsectionRef()", referenced from:
  2205. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  2206. "llvm::parallel::detail::TaskGroup::spawn(std::__1::function<void ()>)", referenced from:
  2207. void llvm::parallel::detail::parallel_for_each_n<unsigned long, std::__1::function<void (unsigned long)> >(unsigned long, unsigned long, std::__1::function<void (unsigned long)>) in libembedded_lld_elf.a(OutputSections.cpp.o)
  2208. void llvm::parallel::detail::parallel_for_each_n<unsigned long, std::__1::function<void (unsigned long)> >(unsigned long, unsigned long, std::__1::function<void (unsigned long)>) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2209. void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::MergeInputSection**>, lld::elf::MergeNoTailSection::finalizeContents()::$_17>(std::__1::__wrap_iter<lld::elf::MergeInputSection**>, std::__1::__wrap_iter<lld::elf::MergeInputSection**>, lld::elf::MergeNoTailSection::finalizeContents()::$_17) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2210. void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::decompressSections()::$_18>(std::__1::__wrap_iter<lld::elf::InputSectionBase**>, std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::decompressSections()::$_18) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2211. void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::mergeSections()::$_19>(std::__1::__wrap_iter<lld::elf::InputSectionBase**>, std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::mergeSections()::$_19) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2212. void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::InputSection**>, (anonymous namespace)::ICF<llvm::object::ELFType<(llvm::support::endianness)1, false> >::run()::'lambda'(lld::elf::InputSection*)>(std::__1::__wrap_iter<lld::elf::InputSection**>, std::__1::__wrap_iter<lld::elf::InputSection**>, (anonymous namespace)::ICF<llvm::object::ELFType<(llvm::support::endianness)1, false> >::run()::'lambda'(lld::elf::InputSection*)) in libembedded_lld_elf.a(ICF.cpp.o)
  2213. void llvm::parallel::detail::parallel_for_each_n<unsigned long, std::__1::function<void (unsigned long)> >(unsigned long, unsigned long, std::__1::function<void (unsigned long)>) in libembedded_lld_elf.a(ICF.cpp.o)
  2214. ...
  2215. "llvm::xxHash64(llvm::StringRef)", referenced from:
  2216. lld::elf::MergeInputSection::splitStrings(llvm::ArrayRef<unsigned char>, unsigned long) in libembedded_lld_elf.a(InputSection.cpp.o)
  2217. lld::elf::MergeInputSection::splitNonStrings(llvm::ArrayRef<unsigned char>, unsigned long) in libembedded_lld_elf.a(InputSection.cpp.o)
  2218. lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>)::$_5::operator()(unsigned char*, llvm::ArrayRef<unsigned char>) const in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2219. "llvm::DIBuilder::createFile(llvm::StringRef, llvm::StringRef, llvm::DIFile::ChecksumKind, llvm::StringRef)", referenced from:
  2220. _ZigLLVMCreateFile in libzig_cpp.a(zig_llvm.cpp.o)
  2221. "llvm::DIBuilder::insertDeclare(llvm::Value*, llvm::DILocalVariable*, llvm::DIExpression*, llvm::DILocation const*, llvm::BasicBlock*)", referenced from:
  2222. _ZigLLVMInsertDeclareAtEnd in libzig_cpp.a(zig_llvm.cpp.o)
  2223. "llvm::DIBuilder::insertDeclare(llvm::Value*, llvm::DILocalVariable*, llvm::DIExpression*, llvm::DILocation const*, llvm::Instruction*)", referenced from:
  2224. _ZigLLVMInsertDeclare in libzig_cpp.a(zig_llvm.cpp.o)
  2225. "llvm::DIBuilder::replaceArrays(llvm::DICompositeType*&, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, llvm::MDTupleTypedArrayWrapper<llvm::DINode>)", referenced from:
  2226. _ZigLLVMReplaceDebugArrays in libzig_cpp.a(zig_llvm.cpp.o)
  2227. "llvm::DIBuilder::createFunction(llvm::DIScope*, llvm::StringRef, llvm::StringRef, llvm::DIFile*, unsigned int, llvm::DISubroutineType*, bool, bool, unsigned int, llvm::DINode::DIFlags, bool, llvm::MDTupleTypedArrayWrapper<llvm::DITemplateParameter>, llvm::DISubprogram*, llvm::MDTupleTypedArrayWrapper<llvm::DIType>)", referenced from:
  2228. _ZigLLVMCreateFunction in libzig_cpp.a(zig_llvm.cpp.o)
  2229. "llvm::DIBuilder::createArrayType(unsigned long long, unsigned int, llvm::DIType*, llvm::MDTupleTypedArrayWrapper<llvm::DINode>)", referenced from:
  2230. _ZigLLVMCreateDebugArrayType in libzig_cpp.a(zig_llvm.cpp.o)
  2231. "llvm::DIBuilder::createBasicType(llvm::StringRef, unsigned long long, unsigned int)", referenced from:
  2232. _ZigLLVMCreateDebugBasicType in libzig_cpp.a(zig_llvm.cpp.o)
  2233. "llvm::DIBuilder::createUnionType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, llvm::DINode::DIFlags, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, unsigned int, llvm::StringRef)", referenced from:
  2234. _ZigLLVMCreateDebugUnionType in libzig_cpp.a(zig_llvm.cpp.o)
  2235. "llvm::DIBuilder::createEnumerator(llvm::StringRef, long long)", referenced from:
  2236. _ZigLLVMCreateDebugEnumerator in libzig_cpp.a(zig_llvm.cpp.o)
  2237. "llvm::DIBuilder::createExpression(llvm::ArrayRef<unsigned long long>)", referenced from:
  2238. _ZigLLVMInsertDeclareAtEnd in libzig_cpp.a(zig_llvm.cpp.o)
  2239. _ZigLLVMInsertDeclare in libzig_cpp.a(zig_llvm.cpp.o)
  2240. "llvm::DIBuilder::createMemberType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, unsigned long long, llvm::DINode::DIFlags, llvm::DIType*)", referenced from:
  2241. _ZigLLVMCreateDebugMemberType in libzig_cpp.a(zig_llvm.cpp.o)
  2242. "llvm::DIBuilder::createStructType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, llvm::DINode::DIFlags, llvm::DIType*, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, unsigned int, llvm::DIType*, llvm::StringRef)", referenced from:
  2243. _ZigLLVMCreateDebugStructType in libzig_cpp.a(zig_llvm.cpp.o)
  2244. "llvm::DIBuilder::getOrCreateArray(llvm::ArrayRef<llvm::Metadata*>)", referenced from:
  2245. _ZigLLVMCreateDebugArrayType in libzig_cpp.a(zig_llvm.cpp.o)
  2246. _ZigLLVMCreateDebugEnumerationType in libzig_cpp.a(zig_llvm.cpp.o)
  2247. _ZigLLVMCreateDebugUnionType in libzig_cpp.a(zig_llvm.cpp.o)
  2248. _ZigLLVMCreateDebugStructType in libzig_cpp.a(zig_llvm.cpp.o)
  2249. _ZigLLVMReplaceDebugArrays in libzig_cpp.a(zig_llvm.cpp.o)
  2250. "llvm::DIBuilder::createCompileUnit(unsigned int, llvm::DIFile*, llvm::StringRef, bool, llvm::StringRef, unsigned int, llvm::StringRef, llvm::DICompileUnit::DebugEmissionKind, unsigned long long, bool, bool, bool)", referenced from:
  2251. _ZigLLVMCreateCompileUnit in libzig_cpp.a(zig_llvm.cpp.o)
  2252. "llvm::DIBuilder::createForwardDecl(unsigned int, llvm::StringRef, llvm::DIScope*, llvm::DIFile*, unsigned int, unsigned int, unsigned long long, unsigned int, llvm::StringRef)", referenced from:
  2253. _ZigLLVMCreateDebugForwardDeclType in libzig_cpp.a(zig_llvm.cpp.o)
  2254. "llvm::DIBuilder::createPointerType(llvm::DIType*, unsigned long long, unsigned int, llvm::Optional<unsigned int>, llvm::StringRef)", referenced from:
  2255. _ZigLLVMCreateDebugPointerType in libzig_cpp.a(zig_llvm.cpp.o)
  2256. "llvm::DIBuilder::createAutoVariable(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, llvm::DIType*, bool, llvm::DINode::DIFlags, unsigned int)", referenced from:
  2257. _ZigLLVMCreateAutoVariable in libzig_cpp.a(zig_llvm.cpp.o)
  2258. "llvm::DIBuilder::createLexicalBlock(llvm::DIScope*, llvm::DIFile*, unsigned int, unsigned int)", referenced from:
  2259. _ZigLLVMCreateLexicalBlock in libzig_cpp.a(zig_llvm.cpp.o)
  2260. "llvm::DIBuilder::getOrCreateSubrange(long long, long long)", referenced from:
  2261. _ZigLLVMCreateDebugArrayType in libzig_cpp.a(zig_llvm.cpp.o)
  2262. "llvm::DIBuilder::createSubroutineType(llvm::DITypeRefArray, llvm::DINode::DIFlags, unsigned int)", referenced from:
  2263. _ZigLLVMCreateSubroutineType in libzig_cpp.a(zig_llvm.cpp.o)
  2264. "llvm::DIBuilder::getOrCreateTypeArray(llvm::ArrayRef<llvm::Metadata*>)", referenced from:
  2265. _ZigLLVMCreateSubroutineType in libzig_cpp.a(zig_llvm.cpp.o)
  2266. "llvm::DIBuilder::createEnumerationType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, llvm::DIType*, llvm::StringRef)", referenced from:
  2267. _ZigLLVMCreateDebugEnumerationType in libzig_cpp.a(zig_llvm.cpp.o)
  2268. "llvm::DIBuilder::createParameterVariable(llvm::DIScope*, llvm::StringRef, unsigned int, llvm::DIFile*, unsigned int, llvm::DIType*, bool, llvm::DINode::DIFlags)", referenced from:
  2269. _ZigLLVMCreateParameterVariable in libzig_cpp.a(zig_llvm.cpp.o)
  2270. "llvm::DIBuilder::createGlobalVariableExpression(llvm::DIScope*, llvm::StringRef, llvm::StringRef, llvm::DIFile*, unsigned int, llvm::DIType*, bool, llvm::DIExpression*, llvm::MDNode*, unsigned int)", referenced from:
  2271. _ZigLLVMCreateGlobalVariable in libzig_cpp.a(zig_llvm.cpp.o)
  2272. "llvm::DIBuilder::createReplaceableCompositeType(unsigned int, llvm::StringRef, llvm::DIScope*, llvm::DIFile*, unsigned int, unsigned int, unsigned long long, unsigned int, llvm::DINode::DIFlags, llvm::StringRef)", referenced from:
  2273. _ZigLLVMCreateReplaceableCompositeType in libzig_cpp.a(zig_llvm.cpp.o)
  2274. "llvm::DIBuilder::finalize()", referenced from:
  2275. _ZigLLVMDIBuilderFinalize in libzig_cpp.a(zig_llvm.cpp.o)
  2276. "llvm::DIBuilder::DIBuilder(llvm::Module&, bool)", referenced from:
  2277. _ZigLLVMCreateDIBuilder in libzig_cpp.a(zig_llvm.cpp.o)
  2278. "llvm::DWARFUnit::extractDIEsIfNeeded(bool)", referenced from:
  2279. llvm::DWARFUnit::dies() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2280. "llvm::DWARFUnit::collectAddressRanges(std::__1::vector<llvm::DWARFAddressRange, std::__1::allocator<llvm::DWARFAddressRange> >&)", referenced from:
  2281. readAddressAreas(llvm::DWARFContext&, lld::elf::InputSection*) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2282. "llvm::DebugFlag", referenced from:
  2283. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2284. (anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2285. (anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2286. llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2287. llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2288. llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2289. llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2290. ...
  2291. "llvm::ErrorList::ID", referenced from:
  2292. llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_elf.a(Driver.cpp.o)
  2293. llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::dynamicClassID() const in libembedded_lld_elf.a(Driver.cpp.o)
  2294. llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_coff.a(Driver.cpp.o)
  2295. llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::dynamicClassID() const in libembedded_lld_coff.a(Driver.cpp.o)
  2296. llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2297. llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::dynamicClassID() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2298. llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2299. ...
  2300. "llvm::TarWriter::append(llvm::StringRef, llvm::StringRef)", referenced from:
  2301. lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  2302. getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o)
  2303. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  2304. lld::coff::LinkerDriver::takeBuffer(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >) in libembedded_lld_coff.a(Driver.cpp.o)
  2305. lld::elf::readFile(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2306. lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2307. "llvm::TarWriter::create(llvm::StringRef, llvm::StringRef)", referenced from:
  2308. lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  2309. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  2310. "clang::DeclContext::getRedeclContext()", referenced from:
  2311. clang::DeclContext::getRedeclContext() const in translate_c.cpp.o
  2312. "clang::CompilerInstance::createDiagnostics(clang::DiagnosticOptions*, clang::DiagnosticConsumer*, bool, clang::CodeGenOptions const*)", referenced from:
  2313. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2314. "clang::DiagnosticsEngine::~DiagnosticsEngine()", referenced from:
  2315. llvm::RefCountedBase<clang::DiagnosticsEngine>::Release() const in translate_c.cpp.o
  2316. "clang::PreprocessingRecord::getPreprocessedEntity(clang::PreprocessingRecord::PPEntityID)", referenced from:
  2317. clang::PreprocessingRecord::iterator::operator*() const in translate_c.cpp.o
  2318. "clang::PCHContainerOperations::PCHContainerOperations()", referenced from:
  2319. std::__1::shared_ptr<clang::PCHContainerOperations> std::__1::shared_ptr<clang::PCHContainerOperations>::make_shared<>() in translate_c.cpp.o
  2320. "clang::ASTUnit::LoadFromCommandLine(char const**, char const**, std::__1::shared_ptr<clang::PCHContainerOperations>, llvm::IntrusiveRefCntPtr<clang::DiagnosticsEngine>, llvm::StringRef, bool, bool, llvm::ArrayRef<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, llvm::MemoryBuffer*> >, bool, unsigned int, clang::TranslationUnitKind, bool, bool, bool, bool, bool, bool, bool, llvm::Optional<llvm::StringRef>, std::__1::unique_ptr<clang::ASTUnit, std::__1::default_delete<clang::ASTUnit> >*, llvm::IntrusiveRefCntPtr<clang::vfs::FileSystem>)", referenced from:
  2321. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2322. "clang::ASTUnit::visitLocalTopLevelDecls(void*, bool (*)(void*, clang::Decl const*))", referenced from:
  2323. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2324. "clang::ASTUnit::~ASTUnit()", referenced from:
  2325. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2326. "clang::VarDecl::getInit()", referenced from:
  2327. trans_local_declaration(Context*, TransScope*, clang::DeclStmt const*, AstNode**, TransScope**) in translate_c.cpp.o
  2328. "clang::QualType::getSplitUnqualifiedTypeImpl(clang::QualType)", referenced from:
  2329. clang::QualType::getUnqualifiedType() const in translate_c.cpp.o
  2330. "llvm::GlobPattern::match(llvm::StringRef) const", referenced from:
  2331. lld::elf::StringMatcher::match(llvm::StringRef) const in libembedded_lld_elf.a(Strings.cpp.o)
  2332. "llvm::GlobalValue::isDeclaration() const", referenced from:
  2333. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2334. "llvm::raw_ostream::preferred_buffer_size() const", referenced from:
  2335. vtable for MyOStream in libzig_cpp.a(zig_llvm.cpp.o)
  2336. vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(Driver.cpp.o)
  2337. vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2338. vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2339. vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(LTO.cpp.o)
  2340. vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(LTO.cpp.o)
  2341. vtable for llvm::raw_pwrite_stream in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  2342. ...
  2343. "llvm::MemoryBuffer::getMemBufferRef() const", referenced from:
  2344. lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o)
  2345. lld::coff::parseModuleDefs(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2346. lld::MachOLinkingContext::getMemoryBuffer(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  2347. lld::elf::readFile(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2348. lld::(anonymous namespace)::FileArchive::doParse() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2349. lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2350. lld::Registry::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >) const in libembedded_lld_lib.a(Reader.cpp.o)
  2351. ...
  2352. "llvm::AttributeList::addAttribute(llvm::LLVMContext&, unsigned int, llvm::Attribute::AttrKind) const", referenced from:
  2353. _ZigLLVMAddFunctionAttrCold in libzig_cpp.a(zig_llvm.cpp.o)
  2354. "llvm::AttributeList::addAttributes(llvm::LLVMContext&, unsigned int, llvm::AttrBuilder const&) const", referenced from:
  2355. _ZigLLVMAddFunctionAttr in libzig_cpp.a(zig_llvm.cpp.o)
  2356. "llvm::DataExtractor::getULEB128(unsigned int*) const", referenced from:
  2357. lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2358. lld::mach_o::(anonymous namespace)::getCUAbbrevOffset(llvm::DataExtractor, unsigned long long) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2359. "llvm::DataExtractor::getU8(unsigned int*) const", referenced from:
  2360. lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2361. lld::mach_o::(anonymous namespace)::getCUAbbrevOffset(llvm::DataExtractor, unsigned long long) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2362. "llvm::DataExtractor::getU16(unsigned int*) const", referenced from:
  2363. lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2364. "llvm::DataExtractor::getU32(unsigned int*) const", referenced from:
  2365. lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2366. lld::mach_o::(anonymous namespace)::getIndexedString(lld::mach_o::normalized::NormalizedFile const&, llvm::dwarf::Form, llvm::DataExtractor, unsigned int&, lld::mach_o::normalized::Section const&) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2367. "llvm::DataExtractor::getU64(unsigned int*) const", referenced from:
  2368. lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2369. "llvm::DataExtractor::getCStr(unsigned int*) const", referenced from:
  2370. lld::mach_o::(anonymous namespace)::getIndexedString(lld::mach_o::normalized::NormalizedFile const&, llvm::dwarf::Form, llvm::DataExtractor, unsigned int&, lld::mach_o::normalized::Section const&) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2371. "llvm::StringMapImpl::FindKey(llvm::StringRef) const", referenced from:
  2372. llvm::StringMap<lld::mach_o::MachODylibFile*, llvm::MallocAllocator>::find(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  2373. llvm::StringMap<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> >, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  2374. llvm::StringMap<char, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  2375. llvm::StringMap<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> >, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_elf.a(SymbolTable.cpp.o)
  2376. llvm::StringMap<unsigned long long, llvm::MallocAllocator>::find(llvm::StringRef) in libembedded_lld_elf.a(Writer.cpp.o)
  2377. llvm::StringMap<unsigned long long, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_elf.a(Writer.cpp.o)
  2378. llvm::StringMap<char, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_coff.a(MinGW.cpp.o)
  2379. ...
  2380. "llvm::TargetMachine::getOptLevel() const", referenced from:
  2381. _ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o)
  2382. "llvm::DWARFDebugLine::getLineTable(unsigned int) const", referenced from:
  2383. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2384. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2385. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2386. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2387. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2388. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2389. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2390. ...
  2391. "llvm::DWARFDebugLine::LineTable::hasFileAtIndex(unsigned long long) const", referenced from:
  2392. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2393. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2394. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2395. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2396. "llvm::DWARFDebugLine::LineTable::getFileNameByIndex(unsigned long long, char const*, llvm::DILineInfoSpecifier::FileLineInfoKind, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) const", referenced from:
  2397. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2398. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2399. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2400. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2401. "llvm::DWARFDebugLine::LineTable::getFileLineInfoForAddress(unsigned long long, char const*, llvm::DILineInfoSpecifier::FileLineInfoKind, llvm::DILineInfo&) const", referenced from:
  2402. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2403. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2404. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2405. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2406. "llvm::DWARFFormValue::getAsCString() const", referenced from:
  2407. llvm::dwarf::toString(llvm::Optional<llvm::DWARFFormValue> const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2408. "llvm::DWARFFormValue::getAsUnsignedConstant() const", referenced from:
  2409. llvm::dwarf::toUnsigned(llvm::Optional<llvm::DWARFFormValue> const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2410. "llvm::SubtargetFeatures::getString() const", referenced from:
  2411. _ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o)
  2412. "llvm::StringTableBuilder::write(unsigned char*) const", referenced from:
  2413. lld::elf::MergeTailSection::writeTo(unsigned char*) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2414. lld::elf::MergeNoTailSection::writeTo(unsigned char*) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2415. "llvm::StringTableBuilder::getOffset(llvm::CachedHashStringRef) const", referenced from:
  2416. lld::elf::MergeTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2417. "llvm::SmallPtrSetImplBase::FindBucketFor(void const*) const", referenced from:
  2418. llvm::SmallPtrSetImplBase::find_imp(void const*) const in libembedded_lld_coff.a(SymbolTable.cpp.o)
  2419. "llvm::cl::basic_parser_impl::getOptionWidth(llvm::cl::Option const&) const", referenced from:
  2420. llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2421. "llvm::cl::basic_parser_impl::printOptionInfo(llvm::cl::Option const&, unsigned long) const", referenced from:
  2422. llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2423. "llvm::cl::generic_parser_base::getOptionWidth(llvm::cl::Option const&) const", referenced from:
  2424. llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2425. llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2426. llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2427. llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2428. llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2429. llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2430. llvm::cl::opt<llvm::FPDenormal::DenormalMode, false, llvm::cl::parser<llvm::FPDenormal::DenormalMode> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2431. ...
  2432. "llvm::cl::generic_parser_base::printOptionInfo(llvm::cl::Option const&, unsigned long) const", referenced from:
  2433. llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2434. llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2435. llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2436. llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2437. llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2438. llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2439. llvm::cl::opt<llvm::FPDenormal::DenormalMode, false, llvm::cl::parser<llvm::FPDenormal::DenormalMode> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2440. ...
  2441. "llvm::cl::generic_parser_base::printGenericOptionDiff(llvm::cl::Option const&, llvm::cl::GenericOptionValue const&, llvm::cl::GenericOptionValue const&, unsigned long) const", referenced from:
  2442. void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> const&, llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2443. void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::Reloc::Model> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::Reloc::Model> const&, llvm::cl::OptionValue<llvm::Reloc::Model> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2444. void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::ThreadModel::Model> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::ThreadModel::Model> const&, llvm::cl::OptionValue<llvm::ThreadModel::Model> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2445. void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::CodeModel::Model> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::CodeModel::Model> const&, llvm::cl::OptionValue<llvm::CodeModel::Model> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2446. void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::ExceptionHandling> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::ExceptionHandling> const&, llvm::cl::OptionValue<llvm::ExceptionHandling> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2447. void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::TargetMachine::CodeGenFileType> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::TargetMachine::CodeGenFileType> const&, llvm::cl::OptionValue<llvm::TargetMachine::CodeGenFileType> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2448. void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::FPDenormal::DenormalMode> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::FPDenormal::DenormalMode> const&, llvm::cl::OptionValue<llvm::FPDenormal::DenormalMode> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2449. ...
  2450. "llvm::lto::LTO::getMaxTasks() const", referenced from:
  2451. lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o)
  2452. lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o)
  2453. "llvm::opt::Arg::getAsString(llvm::opt::ArgList const&) const", referenced from:
  2454. lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2455. "llvm::opt::Option::matches(llvm::opt::OptSpecifier) const", referenced from:
  2456. llvm::opt::arg_iterator<llvm::opt::Arg* const*, 3u>::SkipToNextArg() in libembedded_lld_elf.a(Driver.cpp.o)
  2457. llvm::opt::arg_iterator<llvm::opt::Arg* const*, 1u>::SkipToNextArg() in libembedded_lld_elf.a(Driver.cpp.o)
  2458. llvm::opt::arg_iterator<llvm::opt::Arg* const*, 2u>::SkipToNextArg() in libembedded_lld_elf.a(Driver.cpp.o)
  2459. llvm::opt::arg_iterator<llvm::opt::Arg* const*, 1u>::SkipToNextArg() in libembedded_lld_coff.a(Driver.cpp.o)
  2460. llvm::opt::arg_iterator<llvm::opt::Arg* const*, 3u>::SkipToNextArg() in libembedded_lld_coff.a(Driver.cpp.o)
  2461. llvm::opt::arg_iterator<llvm::opt::Arg* const*, 2u>::SkipToNextArg() in libembedded_lld_coff.a(Driver.cpp.o)
  2462. llvm::opt::arg_iterator<llvm::opt::Arg* const*, 1u>::SkipToNextArg() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2463. ...
  2464. "llvm::opt::ArgList::getLastArgValue(llvm::opt::OptSpecifier, llvm::StringRef) const", referenced from:
  2465. lld::elf::LinkerDriver::readConfigs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2466. getCompressDebugSections(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2467. getOrphanHandling(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2468. getSortSection(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2469. getTarget2(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2470. "llvm::opt::ArgList::hasFlag(llvm::opt::OptSpecifier, llvm::opt::OptSpecifier, bool) const", referenced from:
  2471. lld::elf::LinkerDriver::readConfigs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2472. getUnresolvedSymbolPolicy(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2473. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  2474. lld::coff::ArgParser::parse(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2475. "llvm::opt::ArgList::getRange(std::initializer_list<llvm::opt::OptSpecifier>) const", referenced from:
  2476. llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::elf::$_2, lld::elf::$_2)> > llvm::opt::ArgList::filtered<lld::elf::$_2, lld::elf::$_2>(lld::elf::$_2, lld::elf::$_2) const in libembedded_lld_elf.a(Driver.cpp.o)
  2477. llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::elf::$_2)> > llvm::opt::ArgList::filtered<lld::elf::$_2>(lld::elf::$_2) const in libembedded_lld_elf.a(Driver.cpp.o)
  2478. llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::elf::$_2, lld::elf::$_2, lld::elf::$_2)> > llvm::opt::ArgList::filtered<lld::elf::$_2, lld::elf::$_2, lld::elf::$_2>(lld::elf::$_2, lld::elf::$_2, lld::elf::$_2) const in libembedded_lld_elf.a(Driver.cpp.o)
  2479. llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::coff::$_6)> > llvm::opt::ArgList::filtered<lld::coff::$_6>(lld::coff::$_6) const in libembedded_lld_coff.a(Driver.cpp.o)
  2480. llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::coff::$_6, lld::coff::$_6)> > llvm::opt::ArgList::filtered<lld::coff::$_6, lld::coff::$_6>(lld::coff::$_6, lld::coff::$_6) const in libembedded_lld_coff.a(Driver.cpp.o)
  2481. llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::coff::$_6, lld::coff::$_6, lld::coff::$_6)> > llvm::opt::ArgList::filtered<lld::coff::$_6, lld::coff::$_6, lld::coff::$_6>(lld::coff::$_6, lld::coff::$_6, lld::coff::$_6) const in libembedded_lld_coff.a(Driver.cpp.o)
  2482. llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...((anonymous namespace)::$_0)> > llvm::opt::ArgList::filtered<(anonymous namespace)::$_0>((anonymous namespace)::$_0) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2483. ...
  2484. "llvm::opt::OptTable::ParseArgs(llvm::ArrayRef<char const*>, unsigned int&, unsigned int&, unsigned int, unsigned int) const", referenced from:
  2485. lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2486. lld::elf::ELFOptTable::parse(llvm::ArrayRef<char const*>) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2487. lld::coff::ArgParser::parse(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2488. lld::coff::ArgParser::parseDirectives(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2489. "llvm::opt::OptTable::PrintHelp(llvm::raw_ostream&, char const*, char const*, bool, bool) const", referenced from:
  2490. lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2491. lld::elf::printHelp(char const*) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2492. lld::coff::printHelp(char const*) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2493. "llvm::opt::OptTable::getOption(llvm::opt::OptSpecifier) const", referenced from:
  2494. llvm::opt::Option::getAlias() const in libembedded_lld_elf.a(Driver.cpp.o)
  2495. llvm::opt::Option::getAlias() const in libembedded_lld_coff.a(Driver.cpp.o)
  2496. llvm::opt::Option::getAlias() const in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2497. "llvm::pdb::InfoStream::getGuid() const", referenced from:
  2498. tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o)
  2499. "llvm::sys::fs::basic_file_status::getLastModificationTime() const", referenced from:
  2500. (anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  2501. "llvm::APInt::countLeadingZerosSlowCase() const", referenced from:
  2502. llvm::APInt::countLeadingZeros() const in translate_c.cpp.o
  2503. "llvm::Twine::toNullTerminatedStringRef(llvm::SmallVectorImpl<char>&) const", referenced from:
  2504. lld::MachOLinkingContext::demangle(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o)
  2505. "llvm::Twine::str() const", referenced from:
  2506. lld::toString(llvm::Twine const&) in libembedded_lld_elf.a(Driver.cpp.o)
  2507. llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o)
  2508. lld::coff::getMapFile(llvm::opt::InputArgList const&) in libembedded_lld_coff.a(Driver.cpp.o)
  2509. lld::coff::getOutputPath(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2510. lld::toString(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o)
  2511. lld::File::path() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2512. lld::File::path() const in libembedded_lld_lib.a(SymbolTable.cpp.o)
  2513. ...
  2514. "llvm::Twine::print(llvm::raw_ostream&) const", referenced from:
  2515. llvm::operator<<(llvm::raw_ostream&, llvm::Twine const&) in libembedded_lld_lib.a(ErrorHandler.cpp.o)
  2516. llvm::operator<<(llvm::raw_ostream&, llvm::Twine const&) in libembedded_lld_lib.a(Resolver.cpp.o)
  2517. "llvm::Twine::toVector(llvm::SmallVectorImpl<char>&) const", referenced from:
  2518. llvm::Twine::toStringRef(llvm::SmallVectorImpl<char>&) const in libembedded_lld_elf.a(ScriptParser.cpp.o)
  2519. "llvm::Triple::isArch64Bit() const", referenced from:
  2520. getBitcodeELFKind(llvm::Triple const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2521. "llvm::Triple::isLittleEndian() const", referenced from:
  2522. getBitcodeELFKind(llvm::Triple const&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2523. "llvm::object::ExportEntry::name() const", referenced from:
  2524. lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2525. "llvm::object::ExportEntry::flags() const", referenced from:
  2526. lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2527. "llvm::object::ExportEntry::other() const", referenced from:
  2528. lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2529. "llvm::object::ExportEntry::address() const", referenced from:
  2530. lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2531. "llvm::object::ExportEntry::otherName() const", referenced from:
  2532. lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2533. "llvm::object::ExportEntry::operator==(llvm::object::ExportEntry const&) const", referenced from:
  2534. llvm::object::content_iterator<llvm::object::ExportEntry>::operator==(llvm::object::content_iterator<llvm::object::ExportEntry> const&) const in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o)
  2535. "llvm::object::COFFObjectFile::getSection(int, llvm::object::coff_section const*&) const", referenced from:
  2536. lld::coff::ObjFile::initializeChunks() in libembedded_lld_coff.a(InputFiles.cpp.o)
  2537. lld::coff::ObjFile::readSection(unsigned int, llvm::object::coff_aux_section_definition const*) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2538. "llvm::object::COFFObjectFile::getSymbolName(llvm::object::COFFSymbolRef, llvm::StringRef&) const", referenced from:
  2539. lld::coff::ObjFile::createRegular(llvm::object::COFFSymbolRef) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2540. lld::coff::ObjFile::createUndefined(llvm::object::COFFSymbolRef) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2541. lld::coff::ObjFile::createDefined(llvm::object::COFFSymbolRef, std::__1::vector<llvm::object::coff_aux_section_definition const*, std::__1::allocator<llvm::object::coff_aux_section_definition const*> >&) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2542. lld::coff::SectionChunk::writeTo(unsigned char*) const in libembedded_lld_coff.a(Chunks.cpp.o)
  2543. "llvm::object::COFFObjectFile::getSymbolName(llvm::object::coff_symbol_generic const*, llvm::StringRef&) const", referenced from:
  2544. lld::coff::Symbol::getName() in libembedded_lld_coff.a(Symbols.cpp.o)
  2545. "llvm::object::COFFObjectFile::getRelocations(llvm::object::coff_section const*) const", referenced from:
  2546. lld::coff::SectionChunk::SectionChunk(lld::coff::ObjFile*, llvm::object::coff_section const*) in libembedded_lld_coff.a(Chunks.cpp.o)
  2547. "llvm::object::COFFObjectFile::getSectionName(llvm::object::coff_section const*, llvm::StringRef&) const", referenced from:
  2548. lld::coff::ObjFile::readSection(unsigned int, llvm::object::coff_aux_section_definition const*) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2549. lld::coff::SectionChunk::SectionChunk(lld::coff::ObjFile*, llvm::object::coff_section const*) in libembedded_lld_coff.a(Chunks.cpp.o)
  2550. "llvm::object::COFFObjectFile::getDebugPDBInfo(llvm::codeview::DebugInfo const*&, llvm::StringRef&) const", referenced from:
  2551. loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o)
  2552. "llvm::object::COFFObjectFile::getSectionContents(llvm::object::coff_section const*, llvm::ArrayRef<unsigned char>&) const", referenced from:
  2553. lld::coff::ObjFile::readSection(unsigned int, llvm::object::coff_aux_section_definition const*) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2554. lld::coff::SectionChunk::getContents() const in libembedded_lld_coff.a(Chunks.cpp.o)
  2555. "llvm::object::Binary::getFileName() const", referenced from:
  2556. lld::coff::getArchiveMembers(llvm::object::Archive*) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2557. lld::coff::getArchiveMembers(llvm::object::Archive*)::$_2::operator()() const in libembedded_lld_coff.a(InputFiles.cpp.o)
  2558. lld::coff::getArchiveMembers(llvm::object::Archive*)::$_3::operator()() const in libembedded_lld_coff.a(InputFiles.cpp.o)
  2559. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2560. lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o)
  2561. "llvm::object::Binary::getMemoryBufferRef() const", referenced from:
  2562. lld::elf::ArchiveFile::ArchiveFile(std::__1::unique_ptr<llvm::object::Archive, std::__1::default_delete<llvm::object::Archive> >&&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2563. loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o)
  2564. "llvm::object::Archive::symbol_end() const", referenced from:
  2565. llvm::object::Archive::symbols() const in libembedded_lld_elf.a(InputFiles.cpp.o)
  2566. llvm::object::Archive::symbols() const in libembedded_lld_coff.a(InputFiles.cpp.o)
  2567. llvm::object::Archive::symbols() const in libembedded_lld_lib.a(FileArchive.cpp.o)
  2568. "llvm::object::Archive::child_begin(llvm::Error&, bool) const", referenced from:
  2569. llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_elf.a(Driver.cpp.o)
  2570. llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_coff.a(InputFiles.cpp.o)
  2571. lld::(anonymous namespace)::FileArchive::parseAllMembers(std::__1::vector<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >, std::__1::allocator<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> > > >&) in libembedded_lld_lib.a(FileArchive.cpp.o)
  2572. "llvm::object::Archive::symbol_begin() const", referenced from:
  2573. llvm::object::Archive::symbols() const in libembedded_lld_elf.a(InputFiles.cpp.o)
  2574. llvm::object::Archive::symbols() const in libembedded_lld_coff.a(InputFiles.cpp.o)
  2575. llvm::object::Archive::symbols() const in libembedded_lld_lib.a(FileArchive.cpp.o)
  2576. "llvm::object::Archive::hasSymbolTable() const", referenced from:
  2577. lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  2578. "llvm::object::Archive::getNumberOfSymbols() const", referenced from:
  2579. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2580. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2581. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2582. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2583. "llvm::object::Archive::Child::getFullName() const", referenced from:
  2584. getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o)
  2585. lld::coff::LinkerDriver::enqueueArchiveMember(llvm::object::Archive::Child const&, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2586. lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2587. "llvm::object::Archive::Child::getChildOffset() const", referenced from:
  2588. getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o)
  2589. lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2590. lld::coff::ArchiveFile::addMember(llvm::object::Archive::Symbol const*) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2591. "llvm::object::Archive::Child::getMemoryBufferRef() const", referenced from:
  2592. getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o)
  2593. lld::coff::LinkerDriver::enqueueArchiveMember(llvm::object::Archive::Child const&, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2594. lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2595. lld::coff::getArchiveMembers(llvm::object::Archive*) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2596. lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o)
  2597. "llvm::object::Archive::Child::getNext() const", referenced from:
  2598. llvm::object::Archive::child_iterator::operator++() in libembedded_lld_elf.a(Driver.cpp.o)
  2599. llvm::object::Archive::child_iterator::operator++() in libembedded_lld_coff.a(InputFiles.cpp.o)
  2600. llvm::object::Archive::child_iterator::operator++() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2601. "llvm::object::Archive::Child::getBuffer() const", referenced from:
  2602. lld::(anonymous namespace)::FileArchive::find(llvm::StringRef) in libembedded_lld_lib.a(FileArchive.cpp.o)
  2603. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2604. "llvm::object::Archive::Symbol::getName() const", referenced from:
  2605. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2606. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2607. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2608. void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2609. lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*)::$_0::operator()() const in libembedded_lld_elf.a(InputFiles.cpp.o)
  2610. lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*)::$_1::operator()() const in libembedded_lld_elf.a(InputFiles.cpp.o)
  2611. lld::elf::LazyArchive::LazyArchive(lld::elf::InputFile&, llvm::object::Archive::Symbol, unsigned char) in libembedded_lld_elf.a(SymbolTable.cpp.o)
  2612. ...
  2613. "llvm::object::Archive::Symbol::getNext() const", referenced from:
  2614. llvm::object::Archive::symbol_iterator::operator++() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2615. llvm::object::Archive::symbol_iterator::operator++() in libembedded_lld_coff.a(InputFiles.cpp.o)
  2616. llvm::object::Archive::symbol_iterator::operator++() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2617. "llvm::object::Archive::Symbol::getMember() const", referenced from:
  2618. lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2619. lld::coff::ArchiveFile::addMember(llvm::object::Archive::Symbol const*) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2620. lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2621. "llvm::object::Archive::isEmpty() const", referenced from:
  2622. lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o)
  2623. "llvm::object::Archive::child_end() const", referenced from:
  2624. llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_elf.a(Driver.cpp.o)
  2625. llvm::object::Archive::child_iterator::operator++() in libembedded_lld_elf.a(Driver.cpp.o)
  2626. llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_coff.a(InputFiles.cpp.o)
  2627. llvm::object::Archive::child_iterator::operator++() in libembedded_lld_coff.a(InputFiles.cpp.o)
  2628. lld::(anonymous namespace)::FileArchive::parseAllMembers(std::__1::vector<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >, std::__1::allocator<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> > > >&) in libembedded_lld_lib.a(FileArchive.cpp.o)
  2629. llvm::object::Archive::child_iterator::operator++() in libembedded_lld_lib.a(FileArchive.cpp.o)
  2630. "llvm::DWARFDie::find(llvm::dwarf::Attribute) const", referenced from:
  2631. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2632. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2633. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2634. lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2635. "llvm::DebugLoc::get() const", referenced from:
  2636. _ZigLLVMGetDebugLoc in libzig_cpp.a(zig_llvm.cpp.o)
  2637. "llvm::Function::getContext() const", referenced from:
  2638. _ZigLLVMAddFunctionAttr in libzig_cpp.a(zig_llvm.cpp.o)
  2639. _ZigLLVMAddFunctionAttrCold in libzig_cpp.a(zig_llvm.cpp.o)
  2640. "llvm::codeview::DebugSubsectionRecord::getRecordData() const", referenced from:
  2641. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  2642. "llvm::codeview::DebugSubsectionRecord::getRecordLength() const", referenced from:
  2643. llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord>::operator()(llvm::BinaryStreamRef, unsigned int&, llvm::codeview::DebugSubsectionRecord&) in libembedded_lld_coff.a(PDB.cpp.o)
  2644. "llvm::codeview::DebugSubsectionRecord::kind() const", referenced from:
  2645. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  2646. "llvm::codeview::DebugStringTableSubsectionRef::getString(unsigned int) const", referenced from:
  2647. (anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o)
  2648. "llvm::StringRef::find_last_of(llvm::StringRef, unsigned long) const", referenced from:
  2649. lld::coff::getOutputPath(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2650. getBasename(llvm::StringRef) in libembedded_lld_coff.a(InputFiles.cpp.o)
  2651. "llvm::StringRef::compare_lower(llvm::StringRef) const", referenced from:
  2652. llvm::StringRef::equals_lower(llvm::StringRef) const in libembedded_lld_coff.a(Driver.cpp.o)
  2653. llvm::StringRef::equals_lower(llvm::StringRef) const in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2654. "llvm::StringRef::find_first_of(llvm::StringRef, unsigned long) const", referenced from:
  2655. getExcludeLibs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o)
  2656. lld::coff::LinkerDriver::doFindFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2657. hasWildcard(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  2658. lld::elf::ScriptLexer::getLine() in libembedded_lld_elf.a(ScriptLexer.cpp.o)
  2659. tokenizeExpr(llvm::StringRef) in libembedded_lld_elf.a(ScriptLexer.cpp.o)
  2660. "llvm::StringRef::endswith_lower(llvm::StringRef) const", referenced from:
  2661. lld::coff::LinkerDriver::findFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2662. parseInt(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  2663. "llvm::StringRef::find_last_not_of(llvm::StringRef, unsigned long) const", referenced from:
  2664. llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2665. llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_lib.a(Args.cpp.o)
  2666. llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_coff.a(SymbolTable.cpp.o)
  2667. llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2668. "llvm::StringRef::startswith_lower(llvm::StringRef) const", referenced from:
  2669. parseNumberBase16(llvm::StringRef, unsigned long long&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2670. parseInt(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o)
  2671. lld::coff::parseManifest(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2672. lld::coff::parseManifestUAC(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2673. "llvm::StringRef::find_first_not_of(llvm::StringRef, unsigned long) const", referenced from:
  2674. llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2675. llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_lib.a(Args.cpp.o)
  2676. llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2677. llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_coff.a(SymbolTable.cpp.o)
  2678. llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2679. llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2680. lld::elf::ScriptLexer::tokenize(llvm::MemoryBufferRef) in libembedded_lld_elf.a(ScriptLexer.cpp.o)
  2681. ...
  2682. "llvm::StringRef::find(llvm::StringRef, unsigned long) const", referenced from:
  2683. lld::coff::isDecorated(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2684. getRepositoryPath() in libembedded_lld_lib.a(Version.cpp.o)
  2685. compareVersion(lld::elf::Symbol*, llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o)
  2686. llvm::StringRef::split(llvm::StringRef) const in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2687. lld::coff::parseExport(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2688. llvm::yaml::ScalarTraits<lld::DefinedAtom::Alignment>::input(llvm::StringRef, void*, lld::DefinedAtom::Alignment&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2689. lld::elf::ScriptLexer::tokenize(llvm::MemoryBufferRef) in libembedded_lld_elf.a(ScriptLexer.cpp.o)
  2690. ...
  2691. "llvm::StringRef::lower() const", referenced from:
  2692. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  2693. lld::coff::LinkerDriver::findLib(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2694. lld::coff::LinkerDriver::findFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2695. lld::coff::parseDebugType(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2696. (anonymous namespace)::ScriptParser::readMemoryAttributes() in libembedded_lld_elf.a(ScriptParser.cpp.o)
  2697. lld::coff::getMachineType(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2698. lld::coff::parseSubsystem(llvm::StringRef, llvm::COFF::WindowsSubsystem*, unsigned int*, unsigned int*) in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2699. ...
  2700. "llvm::StringRef::split(llvm::SmallVectorImpl<llvm::StringRef>&, char, int, bool) const", referenced from:
  2701. lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o)
  2702. lld::coff::parseDebugType(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o)
  2703. lld::args::getLines(llvm::MemoryBufferRef) in libembedded_lld_lib.a(Args.cpp.o)
  2704. "clang::ASTContext::getPointerType(clang::QualType) const", referenced from:
  2705. get_expr_qual_type(Context*, clang::Expr const*) in translate_c.cpp.o
  2706. "clang::RecordDecl::field_begin() const", referenced from:
  2707. resolve_record_decl(Context*, clang::RecordDecl const*) in translate_c.cpp.o
  2708. "clang::ReturnStmt::getRetValue() const", referenced from:
  2709. trans_return_stmt(Context*, TransScope*, clang::ReturnStmt const*) in translate_c.cpp.o
  2710. "clang::DeclContext::decls_begin() const", referenced from:
  2711. clang::EnumDecl::enumerator_begin() const in translate_c.cpp.o
  2712. "clang::FunctionDecl::getNumParams() const", referenced from:
  2713. clang::FunctionDecl::getParamDecl(unsigned int) const in translate_c.cpp.o
  2714. "clang::FullSourceLoc::getSpellingLineNumber(bool*) const", referenced from:
  2715. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2716. "clang::FullSourceLoc::getSpellingColumnNumber(bool*) const", referenced from:
  2717. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2718. "clang::FullSourceLoc::getFileID() const", referenced from:
  2719. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2720. "clang::SourceManager::getBufferData(clang::FileID, bool*) const", referenced from:
  2721. parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o
  2722. "clang::SourceManager::getFileIDSlow(unsigned int) const", referenced from:
  2723. clang::SourceManager::getFileID(clang::SourceLocation) const in translate_c.cpp.o
  2724. "clang::SourceManager::loadSLocEntry(unsigned int, bool*) const", referenced from:
  2725. clang::SourceManager::getLoadedSLocEntry(unsigned int, bool*) const in translate_c.cpp.o
  2726. "clang::SourceManager::getCharacterData(clang::SourceLocation, bool*) const", referenced from:
  2727. process_preprocessor_entities(Context*, clang::ASTUnit&) in translate_c.cpp.o
  2728. "clang::SourceManager::getSpellingLineNumber(clang::SourceLocation, bool*) const", referenced from:
  2729. emit_warning(Context*, clang::SourceLocation const&, char const*, ...) in translate_c.cpp.o
  2730. "clang::SourceManager::getSpellingLocSlowCase(clang::SourceLocation) const", referenced from:
  2731. clang::SourceManager::getSpellingLoc(clang::SourceLocation) const in translate_c.cpp.o
  2732. "clang::SourceManager::getSpellingColumnNumber(clang::SourceLocation, bool*) const", referenced from:
  2733. emit_warning(Context*, clang::SourceLocation const&, char const*, ...) in translate_c.cpp.o
  2734. "clang::Decl::getDeclKindName() const", referenced from:
  2735. decl_visitor(void*, clang::Decl const*) in translate_c.cpp.o
  2736. "clang::Expr::getExprLoc() const", referenced from:
  2737. trans_implicit_cast_expr(Context*, TransScope*, clang::ImplicitCastExpr const*) in translate_c.cpp.o
  2738. "clang::Expr::EvaluateAsInt(llvm::APSInt&, clang::ASTContext const&, clang::Expr::SideEffectsKind) const", referenced from:
  2739. trans_integer_literal(Context*, clang::IntegerLiteral const*) in translate_c.cpp.o
  2740. "clang::Stmt::getLocStart() const", referenced from:
  2741. trans_stmt_extra(Context*, TransScope*, clang::Stmt const*, ResultUsed, TransLRValue, AstNode**, TransScope**, TransScope**) in translate_c.cpp.o
  2742. clang::BinaryOperator::getLocStart() const in translate_c.cpp.o
  2743. trans_create_shift_op(Context*, TransScope*, clang::QualType, clang::Expr*, BinOpType, clang::Expr*) in translate_c.cpp.o
  2744. trans_bool_expr(Context*, ResultUsed, TransScope*, clang::Expr const*, TransLRValue) in translate_c.cpp.o
  2745. trans_create_compound_assign_shift(Context*, ResultUsed, TransScope*, clang::CompoundAssignOperator const*, BinOpType, BinOpType) in translate_c.cpp.o
  2746. get_expr_type(Context*, clang::Expr const*) in translate_c.cpp.o
  2747. clang::ImplicitCastExpr::getLocStart() const in translate_c.cpp.o
  2748. ...
  2749. "clang::Type::getTypeClassName() const", referenced from:
  2750. trans_type(Context*, clang::Type const*, clang::SourceLocation const&) in translate_c.cpp.o
  2751. "clang::Type::getLocallyUnqualifiedSingleStepDesugaredType() const", referenced from:
  2752. trans_ap_value(Context*, clang::APValue*, clang::QualType, clang::SourceLocation const&) in translate_c.cpp.o
  2753. "clang::APValue::getLValueBase() const", referenced from:
  2754. trans_ap_value(Context*, clang::APValue*, clang::QualType, clang::SourceLocation const&) in translate_c.cpp.o
  2755. "clang::ASTUnit::getLocalPreprocessingEntities() const", referenced from:
  2756. process_preprocessor_entities(Context*, clang::ASTUnit&) in translate_c.cpp.o
  2757. "clang::TagDecl::getDefinition() const", referenced from:
  2758. clang::EnumDecl::getDefinition() const in translate_c.cpp.o
  2759. clang::RecordDecl::getDefinition() const in translate_c.cpp.o
  2760. "clang::TagType::getDecl() const", referenced from:
  2761. clang::RecordType::getDecl() const in translate_c.cpp.o
  2762. clang::EnumType::getDecl() const in translate_c.cpp.o
  2763. "clang::VarDecl::getTLSKind() const", referenced from:
  2764. visit_var_decl(Context*, clang::VarDecl const*) in translate_c.cpp.o
  2765. "clang::VarDecl::evaluateValue() const", referenced from:
  2766. visit_var_decl(Context*, clang::VarDecl const*) in translate_c.cpp.o
  2767. "clang::VarDecl::hasInit() const", referenced from:
  2768. visit_var_decl(Context*, clang::VarDecl const*) in translate_c.cpp.o
  2769. trans_local_declaration(Context*, TransScope*, clang::DeclStmt const*, AstNode**, TransScope**) in translate_c.cpp.o
  2770. "vtable for llvm::raw_ostream", referenced from:
  2771. llvm::raw_ostream::raw_ostream(bool) in libzig_cpp.a(zig_llvm.cpp.o)
  2772. llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_elf.a(Driver.cpp.o)
  2773. llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_coff.a(Driver.cpp.o)
  2774. llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2775. llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_lib.a(Error.cpp.o)
  2776. llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2777. llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2778. ...
  2779. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2780. "vtable for llvm::ErrorInfoBase", referenced from:
  2781. llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(Driver.cpp.o)
  2782. llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_coff.a(Driver.cpp.o)
  2783. llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2784. llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_lib.a(Error.cpp.o)
  2785. llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(InputFiles.cpp.o)
  2786. llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(Writer.cpp.o)
  2787. llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(InputSection.cpp.o)
  2788. ...
  2789. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2790. "vtable for llvm::format_object_base", referenced from:
  2791. llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2792. llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(FileArchive.cpp.o)
  2793. llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o)
  2794. llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(Resolver.cpp.o)
  2795. llvm::format_object_base::format_object_base(char const*) in libembedded_lld_elf.a(MapFile.cpp.o)
  2796. llvm::format_object_base::format_object_base(char const*) in libembedded_lld_coff.a(MapFile.cpp.o)
  2797. llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o)
  2798. ...
  2799. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2800. "vtable for llvm::raw_string_ostream", referenced from:
  2801. llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(Driver.cpp.o)
  2802. llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_coff.a(Driver.cpp.o)
  2803. llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2804. llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_lib.a(Error.cpp.o)
  2805. llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2806. llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(Writer.cpp.o)
  2807. llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(InputSection.cpp.o)
  2808. ...
  2809. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2810. "vtable for llvm::raw_svector_ostream", referenced from:
  2811. llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_coff.a(Driver.cpp.o)
  2812. llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2813. llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_elf.a(SyntheticSections.cpp.o)
  2814. llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_elf.a(LTO.cpp.o)
  2815. llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_coff.a(LTO.cpp.o)
  2816. llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o)
  2817. llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o)
  2818. ...
  2819. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2820. "vtable for llvm::DiagnosticPrinterRawOStream", referenced from:
  2821. llvm::DiagnosticPrinterRawOStream::DiagnosticPrinterRawOStream(llvm::raw_ostream&) in libembedded_lld_elf.a(LTO.cpp.o)
  2822. llvm::DiagnosticPrinterRawOStream::DiagnosticPrinterRawOStream(llvm::raw_ostream&) in libembedded_lld_coff.a(LTO.cpp.o)
  2823. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2824. "vtable for llvm::cl::OptionValue<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >", referenced from:
  2825. llvm::cl::OptionValue<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::OptionValue() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2826. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2827. "vtable for llvm::cl::GenericOptionValue", referenced from:
  2828. llvm::cl::GenericOptionValue::GenericOptionValue() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2829. llvm::cl::GenericOptionValue::GenericOptionValue(llvm::cl::GenericOptionValue const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2830. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2831. "vtable for llvm::cl::generic_parser_base", referenced from:
  2832. llvm::cl::generic_parser_base::generic_parser_base(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2833. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2834. "vtable for llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >", referenced from:
  2835. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [11], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [11], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2836. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [6], llvm::cl::desc>(char const (&) [6], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2837. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [5], llvm::cl::desc, llvm::cl::value_desc, llvm::cl::initializer<char [1]> >(char const (&) [5], llvm::cl::desc const&, llvm::cl::value_desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2838. llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [10], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [10], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2839. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2840. "vtable for llvm::cl::opt<bool, false, llvm::cl::parser<bool> >", referenced from:
  2841. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [13], llvm::cl::desc>(char const (&) [13], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2842. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [30], llvm::cl::desc>(char const (&) [30], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2843. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [21], llvm::cl::desc>(char const (&) [21], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2844. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [14], llvm::cl::desc>(char const (&) [14], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2845. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [15], llvm::cl::desc>(char const (&) [15], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2846. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [8], llvm::cl::desc>(char const (&) [8], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2847. llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [19], llvm::cl::desc>(char const (&) [19], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2848. ...
  2849. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2850. "vtable for llvm::cl::opt<int, false, llvm::cl::parser<int> >", referenced from:
  2851. llvm::cl::opt<int, false, llvm::cl::parser<int> >::opt<char [14], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [14], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2852. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2853. "vtable for llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >", referenced from:
  2854. llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::opt<char [16], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [16], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2855. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2856. "vtable for llvm::cl::alias", referenced from:
  2857. llvm::cl::alias::alias<char [2], llvm::cl::desc, llvm::cl::aliasopt>(char const (&) [2], llvm::cl::desc const&, llvm::cl::aliasopt const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2858. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2859. "vtable for llvm::cl::Option", referenced from:
  2860. llvm::cl::Option::~Option() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2861. llvm::cl::Option::Option(llvm::cl::NumOccurrencesFlag, llvm::cl::OptionHidden) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2862. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2863. "vtable for llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >", referenced from:
  2864. llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2865. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2866. "vtable for llvm::cl::parser<bool>", referenced from:
  2867. llvm::cl::parser<bool>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2868. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2869. "vtable for llvm::cl::parser<int>", referenced from:
  2870. llvm::cl::parser<int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2871. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2872. "vtable for llvm::cl::parser<unsigned int>", referenced from:
  2873. llvm::cl::parser<unsigned int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o)
  2874. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2875. "vtable for llvm::opt::InputArgList", referenced from:
  2876. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(Driver.cpp.o)
  2877. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(Driver.cpp.o)
  2878. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2879. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(DriverUtils.cpp.o)
  2880. llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(DriverUtils.cpp.o)
  2881. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2882. "vtable for llvm::codeview::SymbolSerializer", referenced from:
  2883. llvm::codeview::SymbolSerializer::~SymbolSerializer() in libembedded_lld_coff.a(PDB.cpp.o)
  2884. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2885. "vtable for llvm::codeview::TypeRecordMapping", referenced from:
  2886. llvm::codeview::TypeRecordMapping::TypeRecordMapping(llvm::BinaryStreamReader&) in libembedded_lld_coff.a(PDB.cpp.o)
  2887. llvm::codeview::TypeRecordMapping::~TypeRecordMapping() in libembedded_lld_coff.a(PDB.cpp.o)
  2888. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2889. "vtable for llvm::codeview::DebugSubsectionRef", referenced from:
  2890. llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(llvm::codeview::DebugSubsectionKind) in libembedded_lld_coff.a(PDB.cpp.o)
  2891. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2892. "vtable for llvm::codeview::SymbolRecordMapping", referenced from:
  2893. llvm::codeview::SymbolRecordMapping::~SymbolRecordMapping() in libembedded_lld_coff.a(PDB.cpp.o)
  2894. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2895. "vtable for llvm::codeview::DebugStringTableSubsection", referenced from:
  2896. llvm::codeview::DebugStringTableSubsection::~DebugStringTableSubsection() in libembedded_lld_coff.a(PDB.cpp.o)
  2897. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2898. "vtable for llvm::ErrorList", referenced from:
  2899. llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(Driver.cpp.o)
  2900. llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_coff.a(Driver.cpp.o)
  2901. llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o)
  2902. llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(InputFiles.cpp.o)
  2903. llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(Writer.cpp.o)
  2904. llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(InputSection.cpp.o)
  2905. llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(MipsArchTree.cpp.o)
  2906. ...
  2907. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  2908. ld: symbol(s) not found for architecture x86_64
  2909. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2910. make[2]: *** [zig] Error 1
  2911. make[1]: *** [CMakeFiles/zig.dir/all] Error 2
  2912. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement