Searched refs:SANCOV_FLAG (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sancov_flags.cpp | 28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 30 #undef SANCOV_FLAG in SetDefaults() 34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() macro 37 #undef SANCOV_FLAG in RegisterSancovFlags()
|
D | sancov_flags.inc | 12 #ifndef SANCOV_FLAG 13 #error "Defnine SANCOV_FLAG prior to including this file!" 16 SANCOV_FLAG(bool, symbolize, true, 20 SANCOV_FLAG(bool, help, false, "Print flags help.")
|
D | sancov_flags.h | 21 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 23 #undef SANCOV_FLAG
|