Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsancov_flags.cpp28 #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()
Dsancov_flags.inc12 #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.")
Dsancov_flags.h21 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
23 #undef SANCOV_FLAG