Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
/llvm-project-15.0.7/clang/docs/
H A DDataFlowSanitizerDesign.rst117 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp254 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_memcmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() argument
270 CALL_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_memcmp, GET_CALLER_PC(), s1, s2, n, in DECLARE_WEAK_INTERCEPTOR_HOOK()