Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_interception.cpp94 const uptr sanitizer_function = GetSanitizerDllExport(export_name); in __sanitizer_override_function() local
97 user_function, sanitizer_function, old_user_function); in __sanitizer_override_function()
136 const uptr sanitizer_function = GetSanitizerDllExport(export_name); in __sanitizer_register_weak_function() local
139 sanitizer_function, user_function, old_user_function); in __sanitizer_register_weak_function()
151 RunWeakFunctionCallbacks(sanitizer_function); in __sanitizer_register_weak_function()