Searched refs:WIN_WEAK_ALIAS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h68 #define WIN_WEAK_ALIAS(Name, Default) \ macro
79 // We cannot define weak functions on Windows, but we can use WIN_WEAK_ALIAS()
85 // We impose "extern "C"" because otherwise WIN_WEAK_ALIAS() will fail because
97 WIN_WEAK_ALIAS(Name, WEAK_DEFAULT_NAME(Name)) \
106 WIN_WEAK_ALIAS(Name, WEAK_EXPORT_NAME(Name))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp881 WIN_WEAK_ALIAS(__ubsan_handle_cfi_bad_type, __ubsan_handle_cfi_bad_type_default)

Completed in 132 milliseconds