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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 36 bool fast_unwind_on_malloc; member in struct:__sanitizer::CommonFlags
sanitizer_flags.cc 43 f->fast_unwind_on_malloc = true;
84 ParseFlag(str, &f->fast_unwind_on_malloc, "fast_unwind_on_malloc",
  /external/compiler-rt/lib/msan/
msan.h 105 common_flags()->fast_unwind_on_malloc)
112 common_flags()->fast_unwind_on_malloc)
  /external/compiler-rt/lib/asan/
asan_stack.h 89 common_flags()->fast_unwind_on_malloc)
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 70 " fast_unwind_on_malloc=0"
115 " fast_unwind_on_malloc=true"
160 EXPECT_EQ(f->fast_unwind_on_malloc, 0);
205 EXPECT_EQ(f->fast_unwind_on_malloc, true);
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 42 bool fast = common_flags()->fast_unwind_on_malloc; \

Completed in 118 milliseconds