Home
last modified time | relevance | path

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

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