Searched refs:ESAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/esan/ |
D | esan_flags.inc | 14 #ifndef ESAN_FLAG 15 # error "Define ESAN_FLAG prior to including this file!" 18 // ESAN_FLAG(Type, Name, DefaultValue, Description) 25 ESAN_FLAG(int, cache_line_size, 64, 34 ESAN_FLAG(bool, record_snapshots, true, 40 ESAN_FLAG(int, sample_freq, 20, 46 ESAN_FLAG(int, snapshot_step, 2, "Working set tool: the log of the sampling " 55 ESAN_FLAG(int, report_threshold, 1<<10, "Cache-frag tool: the struct difference"
|
D | esan_flags.cpp | 27 #define ESAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro 29 #undef ESAN_FLAG in setDefaults() 33 #define ESAN_FLAG(Type, Name, DefaultValue, Description) \ in registerEsanFlags() macro 36 #undef ESAN_FLAG in registerEsanFlags()
|
D | esan_flags.h | 25 #define ESAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 27 #undef ESAN_FLAG
|