Searched refs:LSAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_flags.inc | 12 #ifndef LSAN_FLAG 13 # error "Define LSAN_FLAG prior to including this file!" 16 // LSAN_FLAG(Type, Name, DefaultValue, Description) 19 LSAN_FLAG(bool, report_objects, false, 21 LSAN_FLAG( 25 LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.") 28 LSAN_FLAG(bool, use_globals, true, 30 LSAN_FLAG(bool, use_stacks, true, "Root set: include thread stacks") 31 LSAN_FLAG(bool, use_registers, true, "Root set: include thread registers") 32 LSAN_FLAG(bool, use_tls, true, [all …]
|
H A D | lsan_common.h | 177 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; 179 #undef LSAN_FLAG in pointer_alignment() 173 #define LSAN_FLAG( global() macro
|
H A D | lsan_common.cpp | 58 # define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 60 # undef LSAN_FLAG in SetDefaults() 64 # define LSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterLsanFlags() macro 67 # undef LSAN_FLAG in RegisterLsanFlags()
|