Home
last modified time | relevance | path

Searched refs:__asan_get_current_fake_stack (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dthrow_catch.cc35 if (!__asan_get_current_fake_stack()) in TestThrow()
54 if (!__asan_get_current_fake_stack()) in TestThrowInline()
Dlongjmp.cc23 if (!__asan_get_current_fake_stack()) in main()
Dcontiguous_container.cc71 if (!__asan_get_current_fake_stack()) in TestThrow()
/external/compiler-rt/test/asan/TestCases/Posix/
Dgc-test.cc18 void *fake_stack = __asan_get_current_fake_stack(); in Thread()
Dstack-overflow.cc70 if (p && !__asan_get_current_fake_stack()) in recursive_func()
/external/compiler-rt/include/sanitizer/
Dasan_interface.h135 void *__asan_get_current_fake_stack();
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc246 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); } in __asan_get_current_fake_stack() function
Dasan_win_dll_thunk.cc277 INTERFACE_FUNCTION(__asan_get_current_fake_stack)