Home
last modified time | relevance | path

Searched refs:LSAN_FLAG (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_flags.inc12 #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(
28 LSAN_FLAG(bool, use_globals, true,
32 LSAN_FLAG(bool, use_tls, true,
34 LSAN_FLAG(bool, use_root_regions, true,
36 LSAN_FLAG(bool, use_ld_allocations, true,
42 LSAN_FLAG(bool, use_poisoned, false,
[all …]
H A Dlsan_common.h71 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
73 #undef LSAN_FLAG
H A Dlsan_common.cpp45 # define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
47 # undef LSAN_FLAG in SetDefaults()
51 # define LSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterLsanFlags() macro
54 # undef LSAN_FLAG in RegisterLsanFlags()