Home
last modified time | relevance | path

Searched refs:COMMON_ACTIVATION_FLAG (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc16 #ifndef COMMON_ACTIVATION_FLAG
17 # error "Define COMMON_ACTIVATION_FLAG prior to including this file!"
30 COMMON_ACTIVATION_FLAG(bool, allocator_may_return_null)
31 COMMON_ACTIVATION_FLAG(int, malloc_context_size)
32 COMMON_ACTIVATION_FLAG(bool, coverage)
33 COMMON_ACTIVATION_FLAG(const char *, coverage_dir)
34 COMMON_ACTIVATION_FLAG(int, verbosity)
35 COMMON_ACTIVATION_FLAG(bool, help)
36 COMMON_ACTIVATION_FLAG(s32, allocator_release_to_os_interval_ms)
H A Dasan_activation.cpp36 #define COMMON_ACTIVATION_FLAG(Type, Name) \ in RegisterActivationFlags() macro
40 #undef COMMON_ACTIVATION_FLAG in RegisterActivationFlags()