Searched refs:GetFakeStackFast (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.cc194 static FakeStack *GetFakeStackFast() { function in namespace:__asan
203 FakeStack *fs = GetFakeStackFast();
246 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); }
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc192 static FakeStack *GetFakeStackFast() { function in namespace:__asan
201 FakeStack *fs = GetFakeStackFast();
244 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); }
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fake_stack.cpp194 static FakeStack *GetFakeStackFast() { function in namespace:__asan
209 FakeStack *fs = GetFakeStackFast();
274 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); }

Completed in 94 milliseconds