Home
last modified time | relevance | path

Searched refs:fake_stack_tls (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_fake_stack.cpp174 static THREADLOCAL FakeStack *fake_stack_tls; variable
177 return fake_stack_tls; in GetTLSFakeStack()
180 fake_stack_tls = fs; in SetTLSFakeStack()
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc175 static THREADLOCAL FakeStack *fake_stack_tls; variable
178 return fake_stack_tls; in GetTLSFakeStack()
181 fake_stack_tls = fs; in SetTLSFakeStack()