Searched refs:HWASAN_FLAG (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_flags.inc | 12 #ifndef HWASAN_FLAG 13 # error "Define HWASAN_FLAG prior to including this file!" 16 // HWASAN_FLAG(Type, Name, DefaultValue, Description) 19 HWASAN_FLAG(bool, verbose_threads, false, 21 HWASAN_FLAG(bool, tag_in_malloc, true, "") 22 HWASAN_FLAG(bool, tag_in_free, true, "") 23 HWASAN_FLAG(bool, print_stats, false, "") 24 HWASAN_FLAG(bool, halt_on_error, true, "") 25 HWASAN_FLAG(bool, atexit, false, "") 29 HWASAN_FLAG(bool, disable_allocator_tagging, false, "") [all …]
|
| D | hwasan_flags.h | 20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 22 #undef HWASAN_FLAG
|
| D | hwasan.cpp | 61 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 63 #undef HWASAN_FLAG in SetDefaults() 67 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterHwasanFlags() macro 70 #undef HWASAN_FLAG in RegisterHwasanFlags()
|