| ; Generated by: |
| ; $ cd path/to/chromium/src |
| ; Remove the old exports with: |
| ; $ sed -i '/^EXPORTS/q' third_party/compiler-rt/atomics.def |
| ; (Set gn args with target_os = 'win' and is_component_build = true) |
| ; $ autoninja -C out/build-directory atomic.dll |
| ; $ llvm-nm out/build-directory/obj/third_party/compiler-rt/atomic/atomic.obj | \ |
| ; grep T | cut -d' ' -f3 | sed 's/___/\t__/g' >> \ |
| ; third_party/compiler-rt/atomics.def |
| EXPORTS |
| __atomic_compare_exchange |
| __atomic_compare_exchange_1 |
| __atomic_compare_exchange_2 |
| __atomic_compare_exchange_4 |
| __atomic_compare_exchange_8 |
| __atomic_exchange |
| __atomic_exchange_1 |
| __atomic_exchange_2 |
| __atomic_exchange_4 |
| __atomic_exchange_8 |
| __atomic_fetch_add_1 |
| __atomic_fetch_add_2 |
| __atomic_fetch_add_4 |
| __atomic_fetch_add_8 |
| __atomic_fetch_and_1 |
| __atomic_fetch_and_2 |
| __atomic_fetch_and_4 |
| __atomic_fetch_and_8 |
| __atomic_fetch_nand_1 |
| __atomic_fetch_nand_2 |
| __atomic_fetch_nand_4 |
| __atomic_fetch_nand_8 |
| __atomic_fetch_or_1 |
| __atomic_fetch_or_2 |
| __atomic_fetch_or_4 |
| __atomic_fetch_or_8 |
| __atomic_fetch_sub_1 |
| __atomic_fetch_sub_2 |
| __atomic_fetch_sub_4 |
| __atomic_fetch_sub_8 |
| __atomic_fetch_xor_1 |
| __atomic_fetch_xor_2 |
| __atomic_fetch_xor_4 |
| __atomic_fetch_xor_8 |
| __atomic_is_lock_free |
| __atomic_load |
| __atomic_load_1 |
| __atomic_load_2 |
| __atomic_load_4 |
| __atomic_load_8 |
| __atomic_store |
| __atomic_store_1 |
| __atomic_store_2 |
| __atomic_store_4 |
| __atomic_store_8 |
| |