Searched refs:ASAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.inc | 12 #ifndef ASAN_FLAG 13 # error "Define ASAN_FLAG prior to including this file!" 16 // ASAN_FLAG(Type, Name, DefaultValue, Description) 19 ASAN_FLAG(int, quarantine_size, -1, 21 ASAN_FLAG(int, quarantine_size_mb, -1, 25 ASAN_FLAG(int, thread_local_quarantine_size_kb, -1, 31 ASAN_FLAG(int, redzone, 16, 34 ASAN_FLAG(int, max_redzone, 2048, 36 ASAN_FLAG( 39 ASAN_FLAG( [all …]
|
H A D | asan_flags.cpp | 38 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 40 #undef ASAN_FLAG in SetDefaults() 44 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() macro 47 #undef ASAN_FLAG in RegisterAsanFlags()
|
H A D | asan_flags.h | 32 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 34 #undef ASAN_FLAG
|