Home
last modified time | relevance | path

Searched refs:COMMON_FLAG (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc13 #ifndef COMMON_FLAG
14 #error "Define COMMON_FLAG prior to including this file!"
17 // COMMON_FLAG(Type, Name, DefaultValue, Description)
22 COMMON_FLAG(
26 COMMON_FLAG(
30 COMMON_FLAG(
35 COMMON_FLAG(const char *, strip_path_prefix, "",
37 COMMON_FLAG(bool, fast_unwind_on_check, false,
40 COMMON_FLAG(bool, fast_unwind_on_fatal, false,
47 COMMON_FLAG(bool, fast_unwind_on_malloc,
[all …]
Dsanitizer_flags.cpp26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
28 #undef COMMON_FLAG in SetDefaults()
116 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() macro
119 #undef COMMON_FLAG in RegisterCommonFlags()
Dsanitizer_flags.h27 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
29 #undef COMMON_FLAG
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc14 #ifndef COMMON_FLAG
15 #error "Define COMMON_FLAG prior to including this file!"
18 // COMMON_FLAG(Type, Name, DefaultValue, Description)
23 COMMON_FLAG(
27 COMMON_FLAG(
31 COMMON_FLAG(
36 COMMON_FLAG(const char *, strip_path_prefix, "",
38 COMMON_FLAG(bool, fast_unwind_on_check, false,
41 COMMON_FLAG(bool, fast_unwind_on_fatal, false,
44 COMMON_FLAG(bool, fast_unwind_on_malloc, true,
[all …]
Dsanitizer_flags.cc39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
41 #undef COMMON_FLAG in SetDefaults()
121 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() macro
124 #undef COMMON_FLAG in RegisterCommonFlags()
Dsanitizer_flags.h22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
24 #undef COMMON_FLAG
/external/compiler-rt/lib/asan/
Dasan_activation_flags.inc22 // See COMMON_FLAG in sanitizer_flags.inc for more details.
Dasan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/compiler-rt/lib/ubsan/
Dubsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/asan/
Dasan_activation_flags.inc21 // See COMMON_FLAG in sanitizer_flags.inc for more details.
Dasan_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/compiler-rt/lib/msan/
Dmsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/compiler-rt/lib/dfsan/
Ddfsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/compiler-rt/lib/lsan/
Dlsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/compiler-rt/lib/esan/
Desan_flags.inc19 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc17 // See COMMON_FLAG in sanitizer_flags.inc for more details.