Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_thunk_interception.h33 int override_function(const char *export_name, uptr user_function);
52 return __sanitizer::override_function( \
H A Dsanitizer_win_thunk_interception.cpp28 int override_function(const char *export_name, const uptr user_function) { in override_function() function