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

  /external/compiler-rt/lib/asan/
asan_rtl.cc 47 bool FLAG_use_fake_stack;
460 FLAG_use_fake_stack = IntFlagValue(options, "use_fake_stack=", 1);
asan_internal.h 250 extern bool FLAG_use_fake_stack;
asan_allocator.cc 1039 if (!FLAG_use_fake_stack) return real_stack;
1051 if (!FLAG_use_fake_stack) return;
    [all...]

Completed in 454 milliseconds