Home
last modified time | relevance | path

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

/external/compiler-rt/include/sanitizer/
Dmsan_interface.h85 int __msan_has_dynamic_component();
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h126 int __msan_has_dynamic_component();
Dmsan.cc503 int __msan_has_dynamic_component() { return false; } in __msan_has_dynamic_component() function