HomeSort by: relevance | last modified time | path
    Searched refs:GetFakeStackFast (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.cc 194 static FakeStack *GetFakeStackFast() {
203 FakeStack *fs = GetFakeStackFast();
246 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); }
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fake_stack.cpp 194 static FakeStack *GetFakeStackFast() {
209 FakeStack *fs = GetFakeStackFast();
274 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); }

Completed in 60 milliseconds