diff options
Diffstat (limited to 'contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_tbd.txt')
| -rw-r--r-- | contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_tbd.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_tbd.txt b/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_tbd.txt new file mode 100644 index 000000000000..a712093d7b21 --- /dev/null +++ b/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_tbd.txt @@ -0,0 +1,22 @@ +__asan_default_options +__asan_default_suppressions +__asan_get_free_stack +__asan_get_shadow_mapping +__asan_handle_vfork +__asan_locate_address +__asan_on_error +__asan_print_accumulated_stats +__asan_set_death_callback +__asan_update_allocation_context +__asan_describe_address +__asan_get_alloc_stack +__asan_get_report_access_size +__asan_get_report_access_type +__asan_get_report_address +__asan_get_report_bp +__asan_get_report_description +__asan_get_report_pc +__asan_get_report_sp +__asan_report_error +__asan_report_present +__asan_set_error_report_callback |
