Home
last modified time | relevance | path

Searched refs:__sanitizer_register_weak_function (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_thunk_interception.cpp37 if (!__sanitizer_register_weak_function(export_name, user_function)) { in register_weak()
H A Dsanitizer_win_thunk_interception.h25 __declspec(dllimport) bool __cdecl __sanitizer_register_weak_function(
H A Dsanitizer_common_interface.inc60 INTERFACE_FUNCTION(__sanitizer_register_weak_function)
H A Dsanitizer_win_interception.cpp130 __declspec(dllexport) bool __cdecl __sanitizer_register_weak_function( in __sanitizer_register_weak_function() function