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 D | dfsan_interface.h | 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | DataFlowSanitizerDesign.rst | 117 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 D | dfsan_custom.cpp | 254 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()
|