Searched refs:__hwasan_default_options (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dhwasan_interface.h33 const char* __hwasan_default_options(void);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp112 if (__hwasan_default_options)
113 parser.ParseString(__hwasan_default_options());
514 const char* __hwasan_default_options() { return ""; } function
H A Dhwasan_interface_internal.h127 /* OPTIONAL */ const char* __hwasan_default_options();

Completed in 119 milliseconds