HomeSort by relevance Sort by last modified time
    Searched refs:disable_core (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_flags.h 55 bool disable_core; member in struct:__asan::Flags
asan_rtl.cc 176 ParseFlag(str, &f->disable_core, "disable_core",
177 "Disable core dumping. By default, disable_core=1 on 64-bit to avoid "
267 f->disable_core = (SANITIZER_WORDSIZE == 64);
617 if (flags()->disable_core) {

Completed in 57 milliseconds