/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags.cpp | 23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument 36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument 43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
|
H A D | flags.h | 17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument 22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling_flags.cpp | 26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
|
H A D | xray_basic_flags.cpp | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 35 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
|
H A D | xray_fdr_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
|
H A D | xray_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument
|
H A D | xray_basic_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
H A D | xray_fdr_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
H A D | xray_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
H A D | xray_profiling_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | options.h | 40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument 46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sancov_flags.cpp | 28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
|
H A D | sancov_flags.h | 21 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
H A D | sanitizer_flags.cpp | 26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 123 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_flags.cpp | 36 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 44 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
|
H A D | tsan_flags.h | 22 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_flags.cpp | 28 #define NSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 39 #define NSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterNSanFlags() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_flags.cpp | 36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_flags.cpp | 34 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 40 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMemprofFlags() argument
|
H A D | memprof_flags.h | 31 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.cpp | 38 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 44 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
|
H A D | asan_flags.h | 32 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_flags.h | 20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_flags.h | 18 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_flags.h | 20 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|