Home
last modified time | relevance | path

Searched defs:GetCurrentThreadLongPtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp332 uptr *GetCurrentThreadLongPtr() { return (uptr *)get_android_tls_ptr(); } GetCurrentThreadLongPtr() function
334 uptr *GetCurrentThreadLongPtr() { return &__hwasan_tls; } GetCurrentThreadLongPtr() function
H A Dhwasan_fuchsia.cpp88 uptr *GetCurrentThreadLongPtr() { return &__hwasan_tls; } in GetCurrentThreadLongPtr() function