Searched refs:HWASAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/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 | 18 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 20 #undef HWASAN_FLAG
|
D | hwasan.cpp | 54 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 56 #undef HWASAN_FLAG in SetDefaults() 60 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterHwasanFlags() macro 63 #undef HWASAN_FLAG in RegisterHwasanFlags()
|