Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDmsan_interface.h91 int SANITIZER_CDECL __msan_has_dynamic_component(void);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interface_internal.h148 int __msan_has_dynamic_component();
HDmsan.cpp584 int __msan_has_dynamic_component() { return false; } in __msan_has_dynamic_component() function