Home
last modified time | relevance | path

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

/external/compiler-rt/include/sanitizer/
Dmsan_interface.h85 int __msan_has_dynamic_component();
/external/llvm-project/compiler-rt/include/sanitizer/
Dmsan_interface.h87 int __msan_has_dynamic_component(void);
/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
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interface_internal.h143 int __msan_has_dynamic_component();
Dmsan.cpp561 int __msan_has_dynamic_component() { return false; } in __msan_has_dynamic_component() function