Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_flags.inc12 #ifndef MSAN_FLAG
16 // MSAN_FLAG(Type, Name, DefaultValue, Description)
19 MSAN_FLAG(int, exit_code, -1,
25 MSAN_FLAG(bool, poison_in_malloc, true, "")
26 MSAN_FLAG(bool, poison_in_free, true, "")
27 MSAN_FLAG(bool, poison_in_dtor, true, "")
28 MSAN_FLAG(bool, report_umrs, true, "")
29 MSAN_FLAG(bool, wrap_signals, true, "")
30 MSAN_FLAG(bool, print_stats, false, "")
32 MSAN_FLAG(bool, atexit, false, "")
[all …]
H A Dmsan_flags.h18 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
20 #undef MSAN_FLAG
H A Dmsan.cpp109 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
111 #undef MSAN_FLAG in SetDefaults()
136 #define MSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMsanFlags() macro
139 #undef MSAN_FLAG in RegisterMsanFlags()