Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:common_flags

164                  StripPathPrefix(file, common_flags()->strip_path_prefix));
175 StripPathPrefix(module, common_flags()->strip_path_prefix),
180 if (!common_flags()->print_summary)
190 if (!common_flags()->print_summary)
195 file ? StripPathPrefix(file, common_flags()->strip_path_prefix) : "??",
201 if (!common_flags()->print_summary)
251 if (!common_flags()->mmap_limit_mb) return;
254 if ((total_mmaped >> 20) > common_flags()->mmap_limit_mb) {
256 uptr mmap_limit_mb = common_flags()->mmap_limit_mb;
257 common_flags()->mmap_limit_mb = 0; // Allow mmap in CHECK.
263 if (!common_flags()->mmap_limit_mb) return;