Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp173 static THREADLOCAL FakeStack *fake_stack_tls; variable
176 return fake_stack_tls; in GetTLSFakeStack()
179 fake_stack_tls = fs; in SetTLSFakeStack()