Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp326 THREADLOCAL int in_loader; variable
330 if (in_loader == 0) { in EnterLoader()
333 ++in_loader; in EnterLoader()
337 CHECK(in_loader > 0); in ExitLoader()
338 --in_loader; in ExitLoader()
340 if (in_loader == 0) { in ExitLoader()